mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-19 23:47:01 -04:00
13 lines
589 B
Plaintext
13 lines
589 B
Plaintext
How to Install
|
|
-------------------------
|
|
1. Create/locate a new mysql database to install open source point of sale into
|
|
2. Execute the file database/database.sql to create the tables needed
|
|
3. unzip and upload Open Source Point of Sale files to web server
|
|
4. Copy application/config/database.php.tmpl to application/config/database.php
|
|
5. Modify application/config/database.php to connect to your database
|
|
6. Modify application/config/config.php encryption key with your own
|
|
7. Go to your point of sale install via the browser
|
|
8. LOGIN using
|
|
username: admin
|
|
password:pointofsale
|
|
9. Enjoy |