Update readme

This commit is contained in:
Priit Tark 2015-05-12 10:30:15 +03:00
parent 7d398c027c
commit 5400612147
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ Manual demo install and database setup:
cd /home/registry
git clone git@github.com:internetee/registry.git demo-registry
cd demo-registry
rbenv local 2.2.1
rbenv local 2.2.2
bundle
cp config/application-example.yml config/application.yml # and edit it
cp config/database-example.yml config/database.yml # and edit it

View file

@ -22,7 +22,7 @@ Deploy overview: (database schema should be loaded and seeds should be present)
# at your local machine
git clone git@github.com:internetee/registry.git
cd registry
rbenv local 2.2.1 # more info about rbenv at debian doc
rbenv local 2.2.2 # more info about rbenv at debian doc
gem install mina
mina pr setup # one time, only creates missing directories
ssh registry