mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
updated readme: added database locale hint
This commit is contained in:
parent
98be3c54c3
commit
0ccc70fcf4
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ Usual Rails 4 app installation, rvm and bundler are your friends.
|
|||
rake db:setup
|
||||
mv config/secrets-example.yml config/secrets.yml # generate your own keys
|
||||
|
||||
If you desire other database locale, you have to create database manually first and
|
||||
skip rake db:setup. 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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue