Installation Guide
You need Java, Mysql (also runs is postgre but I am not familiar with this), download the openbravoPOS here http://sourceforge.net/projects/openbravopos/
Discussion started by Glenn Gevero , on 15 November 04:06 PM
Replies
Glenn Gevero,
2009-11-15 16:28:10
openbravoPOS runs in linux and windows. Download openbravoPOS (you can find the link above) Create a database and name it (whatever database name you want to call it), then download the mySQL connector "http://dev.mysql.com/downloads/connector/j/5.1.html". Place the mySQL connector inside the "lib" folder the POS directory. Run the program... In linux you can run the POS using command line, go to the POS directory and execute in shell "start.sh". Configuration screen will come up. Do the following;
Driver Library: "path of the mySQL connector"
Driver Class: com.mysql.jdbc.Driver
URL: jdbc:mysql://localhost:3306/pos
User: "your mySQL Username"
Password: "your mySQL password"
In windows simply click on the "start.bat" file and do the same in the configuration screen;
Driver Library: "path of the mySQL connector"
Driver Class: com.mysql.jdbc.Driver
URL: jdbc:mysql://localhost:3306/pos
User: "your mySQL Username"
Password: "your mySQL password"
Now you are set and ready to use your openbravoPOS :)
