mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Update readme
This commit is contained in:
parent
7d398c027c
commit
5400612147
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Manual demo install and database setup:
|
||||||
cd /home/registry
|
cd /home/registry
|
||||||
git clone git@github.com:internetee/registry.git demo-registry
|
git clone git@github.com:internetee/registry.git demo-registry
|
||||||
cd demo-registry
|
cd demo-registry
|
||||||
rbenv local 2.2.1
|
rbenv local 2.2.2
|
||||||
bundle
|
bundle
|
||||||
cp config/application-example.yml config/application.yml # and edit it
|
cp config/application-example.yml config/application.yml # and edit it
|
||||||
cp config/database-example.yml config/database.yml # and edit it
|
cp config/database-example.yml config/database.yml # and edit it
|
||||||
|
|
|
@ -22,7 +22,7 @@ Deploy overview: (database schema should be loaded and seeds should be present)
|
||||||
# at your local machine
|
# at your local machine
|
||||||
git clone git@github.com:internetee/registry.git
|
git clone git@github.com:internetee/registry.git
|
||||||
cd registry
|
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
|
gem install mina
|
||||||
mina pr setup # one time, only creates missing directories
|
mina pr setup # one time, only creates missing directories
|
||||||
ssh registry
|
ssh registry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue