Dockfony: Updated post-install instructions

This commit is contained in:
Matthew Booth
2019-09-15 13:26:55 +01:00
parent cb85edbce0
commit a76ec2803e
+4 -1
View File
@@ -6,7 +6,10 @@
<fg=green>DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE</>
* Run <fg=green>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 (""):
<fg=green>CORS_ALLOW_ORIGIN="^https?://localhost(:[0-9]+)?$"</>
* Run <fg=green>./dockfony start</> to get started
* Run <fg=green>./dockfony --help</> to display the list of available commands.