Install Java
You can download and install Java (JDK 8) from Sun's website.
Or download Java 8 here: https://sourceforge.net/projects/javaclientmsiinstallers/files/
Video
Install MySQL
Download MySQL server (essentials package recommended) and install it.
Or you can using MySQL in XAMPP here: https://sourceforge.net/projects/xampp/files/
During installation, please remember your Username and Password of MySQL.
Ex:
+ Username: root
+ Pass: 123456
Video
Download and install MinPOS
Lastest software at link : minpos.sourceforge.io
In the first run, the config screen will display. Please confirm database info in Database tab, only care in DB 1
Ex:
DB 1 URL: jdbc:mysql://localhost:3306/minpos?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
User: root
Password: 123456
Create blank database by click 'Create database' button.
Test connect by click in 'Test' button, you will get the message: "You're Connected"
Reset the software, It will automatic install new database.
Video
How to run web module for PDA, Smartphone
Please download file webmoduleJetty.zip at WebModule
(*) Pda module needs minpos.properties file to read the database settings. So it means that MinPOS must be set up correctly before starting the web module.
Start server On Linux:
Start the terminal and navigate to the server folder. There you should type:
chmod +x start.sh
and
./start.sh
Start server On Windows:
Go to the server folder and double click on start.bat
In browser, type follow URL for run: http://<server_name_or_ip_address>:<port>/minposweb
Default port is 8080</port></server_name_or_ip_address>
Finish install. If you have any problem, Please contact me. Thank you !