-
Notifications
You must be signed in to change notification settings - Fork 33
Инструкция по установке на Ubuntu
Daniel Vartanov edited this page Aug 31, 2015
·
30 revisions
Не стесняйтесь связаться со мной напрямую ([email protected]), я помогу с установкой.
Обновите списки пакетов:
$ sudo apt-get update $ sudo apt-get upgrade
$ sudo apt-get install curl
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
$ \curl -sSL https://get.rvm.io | bash -s stable --ruby=1.8.7
$ source ~/.rvm/scripts/rvm
$ rvm use 1.8.7
$ git clone git://github.com/DanielVartanov/encounter-engine.git
$ cd encounter-engine $ gem install bundler $ bundle install $ bundle exec rake db:migrate
$ bundle exec merb
Открываем ссылку http://localhost:4000