From 0ccc70fcf46892fb35f37e590f9a302b79d16734 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Tue, 25 Nov 2014 14:51:30 +0200 Subject: [PATCH] updated readme: added database locale hint --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 95e898bb6..9deef8323 100644 --- a/README.md +++ b/README.md @@ -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)