- Install docker (for Mac https://docs.docker.com/docker-for-mac/install/)
- Install docker-compose (https://docs.docker.com/compose/install/)
- Start docker
- Navigate to the root of the project.
- Run
docker-compose up
- Visit localhost:8080/installer to setup wallacePOS and use the following credentials:
- Host: mysql-server
- Port: 3306 (Careful, it might be in use already!)
- Database: wallacepos
- Usename: root
- Password: Xy8p8zOar17y
- Follow the installer instructions.
- In case the WallacePOS is already initialized (installer already ran), use: username: admin password: testtest
to login into WallacePOS!!
To shut down WallacePOS, run docker-compose down
Good luck!