aboutsummaryrefslogtreecommitdiffstats
path: root/doc/INSTALL.md
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-01-06 17:10:09 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-01-06 17:10:09 +0000
commit2413ed353d6bc8b8be53aa17f78c7960775eef45 (patch)
tree620829e0f578a3c2602e72b0996e7bc1c83a2b97 /doc/INSTALL.md
parent2241acda80d5d17386989eba130623ffb5543e41 (diff)
parent6c22c60b16f5653920ff894ca6732f539e4139a9 (diff)
Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5
Conflicts: vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb
Diffstat (limited to 'doc/INSTALL.md')
-rw-r--r--doc/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 963d0b6f0..b95534e4f 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -83,8 +83,8 @@ constraints whilst running the tests they also need to be a superuser.
The following command will set up a user 'foi' with password 'foi':
- echo "CREATE DATABASE foi_development encoding = 'SQL_ASCII';
- CREATE DATABASE foi_test encoding = 'SQL_ASCII';
+ echo "CREATE DATABASE foi_development encoding 'SQL_ASCII' template template0;
+ CREATE DATABASE foi_test encoding 'SQL_ASCII' template template0;
CREATE USER foi WITH CREATEUSER;
ALTER USER foi WITH PASSWORD 'foi';
ALTER USER foi WITH CREATEDB;