aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 66f5157c5..52c423ebf 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -59,8 +59,6 @@ The following command will set up a user 'foi' with password 'foi':
echo "CREATE DATABASE foi_development encoding = 'UTF8';
CREATE DATABASE foi_test encoding = 'UTF8';
- CREATE DATABASE foi_development encoding = 'UTF8';
- CREATE DATABASE foi_test encoding = 'UTF8';
CREATE USER foi WITH CREATEUSER;
ALTER USER foi WITH PASSWORD 'foi';
ALTER USER foi WITH CREATEDB;
@@ -69,7 +67,6 @@ The following command will set up a user 'foi' with password 'foi':
ALTER DATABASE foi_development OWNER TO foi;
ALTER DATABASE foi_test OWNER TO foi;" | psql
-
# Set up configs
For overall application settings, copy `config/general-example` to