Skip to content

Documentation & Resources

micwallace edited this page May 14, 2016 · 5 revisions

Printer Configuration

Please refer to the FAQ for printer set up and receipt customisation. https://wallacepos.com/faq

Please refer to this guide to setup kiosk mode browser printing in Google Chrome (and other chrome based browsers):

https://github.com/micwallace/wallacepos/wiki/Kiosk-Printing-in-Chrome

Install Upgrade instructions

Installation

Please refer to README.md for initial installation

Upgrading

Build/Patch upgrades

Build upgrades have the same version number do not need a database update. They are identified by their git revision hash. To upgrade to the latest build, follow steps 1, 2, and 3 below.

Major version upgrade

A major version is defined by a different version number. They contain a database upgrade that must be applied in order to function correctly.

  1. Backup your database and configuration files (/library/wpos/.config.json & .dbconfig.json)

  2. Update files. If you used git clone to install, simply pull the latest changes from origin by running:

    git pull

    git checkout {version_tag} (ie. v1.3)

  3. Restore the configuration files you backed up in step 1 if needed.

  4. Go to /admin and login as your admin user, if already logged in, just proceed to step 5.

  5. Go to /installer and complete the update wizard.

Note: You can also directly run the upgrade by accessing /installer?upgrade&version=1.3