mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
updated readme
This commit is contained in:
parent
2e5915f3d5
commit
e002cd207b
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -36,6 +36,12 @@ Manual demo install and database setup:
|
|||
mv config/secrets-example.yml config/secrets.yml # and generate your own key with 'rake secret'
|
||||
rake assets:precompile
|
||||
|
||||
Create database manually, example:
|
||||
|
||||
create database registry owner registry encoding 'UTF-8' LC_COLLATE 'et_EE.utf8' LC_CTYPE 'et_EE.utf8' template template0;
|
||||
rake db:schema:load
|
||||
rake db:seeds
|
||||
|
||||
Production install (requires database is already setuped)
|
||||
|
||||
# at your local machine
|
||||
|
@ -54,12 +60,6 @@ Production install (requires database is already setuped)
|
|||
# at your local machine
|
||||
mina pr deploy # this is command you use in every application code update
|
||||
|
||||
Create database manually, example:
|
||||
|
||||
create database registry owner registry encoding 'UTF-8' LC_COLLATE 'et_EE.utf8' LC_CTYPE 'et_EE.utf8' template template0;
|
||||
rake db:schema:load
|
||||
rake db:seeds
|
||||
|
||||
### Apache with patched mod_epp (Debian 7/Ubuntu 14.04 LTS)
|
||||
|
||||
sudo apt-get install apache2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue