Update to 5.0

This commit is contained in:
Matt Booth
2019-08-17 18:44:18 +01:00
parent d976a2726a
commit bc047d79a6
+5 -5
View File
@@ -1,13 +1,13 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> </>
<bg=blue;fg=white> Dockfony Configuration </>
<bg=blue;fg=white> </>
<bg=blue;fg=white> </>
* Edit the <fg=green>.env</> file to change the database settings
* Edit the <fg=green>.env</> file to change the database setting if you require. For instance:
<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
* Run <fg=green>./dockfony --help</> to display the list of available commands.
* Run <fg=green>./dockfony --version</> to display the Dockfony version
Documentation: https://github.com/dockfony/dockfony/README.md