From bc047d79a61fa70b66c1ec10315705f5388c5d84 Mon Sep 17 00:00:00 2001 From: Matt Booth Date: Sat, 17 Aug 2019 18:38:44 +0100 Subject: [PATCH] Update to 5.0 --- dockfony/dockfony/5.0/post-install.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dockfony/dockfony/5.0/post-install.txt b/dockfony/dockfony/5.0/post-install.txt index c00a7eb7..da49aa83 100644 --- a/dockfony/dockfony/5.0/post-install.txt +++ b/dockfony/dockfony/5.0/post-install.txt @@ -1,13 +1,13 @@ - + Dockfony Configuration - + - * Edit the .env file to change the database settings + * Edit the .env file to change the database setting if you require. For instance: + + DATABASE_URL=mysql://$DB_USERNAME:$DB_PASSWORD@mysql:3306/$DB_DATABASE * Run bash dockfony init to initialise the script and get started * Run ./dockfony --help to display the list of available commands. - * Run ./dockfony --version to display the Dockfony version - Documentation: https://github.com/dockfony/dockfony/README.md