SalonERP is a PHP-based application. This means the Server running SalonERP Needs to have a Webserver and PHP installed.
In Addition, to render the Company logo on reports and invoices GD or ImageMagick should be installed as well. (Only needed for PNG Images)
Finally, to establish the database Connection, either a PHP-SQLite or PHP-MySQL connector is needed. SQLite is only recommended for testing purposes.
The following command can be used on Debian Systems to install the required Software:
apt-get install apache2 php5 php5-gd php5-imagick php5-mysql php5-sqlite
I also recommend to install an SSL certificate for secured Connections from the Client to the server
The Client actually Needs no Installation except a modern (HTML 5 recommended) browser.
Please continue with the Installation here: [Installation]