Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Feb 25, 2017
2 parents 093e744 + 48d0837 commit b3c8c36
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ 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:
5. Login to the admin dashboard at /admin using credentials admin:admin & change the default passwords in Settings -> Staff & Admins!
`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
6. Login to the admin dashboard at /admin using credentials admin:admin & change the default passwords in Settings -> Staff & Admins!

0 comments on commit b3c8c36

Please sign in to comment.