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