From 3cd30c9952f9d174ff4b774b43659900f1d444d8 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 25 Jun 2014 11:43:00 +0100 Subject: Use alaveteli_ as database prefix rather than foi_ Clearer what app the database belongs to --- docs/installing/macos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/installing/macos.md') diff --git a/docs/installing/macos.md b/docs/installing/macos.md index bdb4c90d8..e93ea452f 100644 --- a/docs/installing/macos.md +++ b/docs/installing/macos.md @@ -106,9 +106,9 @@ We'll create a template for our Alaveteli databases: Then create the databases: - createdb -T template_utf8 -O foi foi_production - createdb -T template_utf8 -O foi foi_test - createdb -T template_utf8 -O foi foi_development + createdb -T template_utf8 -O foi alaveteli_production + createdb -T template_utf8 -O foi alaveteli_test + createdb -T template_utf8 -O foi alaveteli_development ### Clone Alaveteli -- cgit v1.2.3