From a76ec2803eecfad011b73235dddc4dd59d929ba2 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Sun, 15 Sep 2019 13:26:55 +0100 Subject: [PATCH] Dockfony: Updated post-install instructions --- dockfony/dockfony/5.0/post-install.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dockfony/dockfony/5.0/post-install.txt b/dockfony/dockfony/5.0/post-install.txt index da49aa83..4b546b3a 100644 --- a/dockfony/dockfony/5.0/post-install.txt +++ b/dockfony/dockfony/5.0/post-install.txt @@ -6,7 +6,10 @@ DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE - * Run bash dockfony init to initialise the script and get started + * If using the Nelmio CORS bundle, you will need to wrap it's environment varible in quotes (""): + CORS_ALLOW_ORIGIN="^https?://localhost(:[0-9]+)?$" + + * Run ./dockfony start to get started * Run ./dockfony --help to display the list of available commands.