- Download and Install Wamp or Xampp
- Download and Install composer, node.js, grunt-cli
- Download the "opensourcepos-master.zip" (~3mb) and extract it to www or htdocs directory
- Open command prompt in "opensourcepos-master" directory and run the following commands.
- composer install
- npm install
- grunt --force
- Create/locate a new mysql database to install open source point of sale into
- Execute the file database/database.sql to create the tables needed
- Modify application/config/database.php and modify credentials if needed to connect to your database
- Go to your point of sale install public dir via the browser LOGIN using username: admin password: pointofsale