From 396cb3a81a6816d486615ed10767d9f9db158689 Mon Sep 17 00:00:00 2001 From: micwallace Date: Fri, 27 Jan 2017 20:04:23 +1100 Subject: [PATCH 1/2] Update README.md Added persistent storage instructions for Dokku --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ee3abee..550b03fb 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ To deploy WallacePOS on dokku: 3. Commit deploy in the usual manner. -4. Access /installer/?install from the web browser to install the database schema & templates +4. Setup persistent storage by running: + `dokku storage:mount %APP_NAME% /var/lib/dokku/data/storage/%APP_NAME%:/app/docs` + WARINING: Failure to do so will lead to data loss during subsequent upgrades. -5. Login to the admin dashboard at /admin using credentials admin:admin & change the default passwords in Settings -> Staff & Admins! +5. Access /installer/?install from the web browser to install the database schema & templates + +6. Login to the admin dashboard at /admin using credentials admin:admin & change the default passwords in Settings -> Staff & Admins! From 48d083770606ea431355399def012dbbdefcd44e Mon Sep 17 00:00:00 2001 From: micwallace Date: Fri, 27 Jan 2017 20:04:47 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 550b03fb..852219e2 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,9 @@ To deploy WallacePOS on dokku: 3. Commit deploy in the usual manner. 4. Setup persistent storage by running: + `dokku storage:mount %APP_NAME% /var/lib/dokku/data/storage/%APP_NAME%:/app/docs` + WARINING: Failure to do so will lead to data loss during subsequent upgrades. 5. Access /installer/?install from the web browser to install the database schema & templates