Technologies used for the development: html5, css3, bootstrap, javascript, jquery, php and mysql.
- PHP version 5.3 or newer is recommended.
- A database (MySQL)
git clone https://github.com/andrygc/qvolax.git
cd qvolaxQvolax supports MySQL. Create a database for Qvolax and install the tables with the included scripts.
mysql -u username -p databasename < database/schema.mysql.sqlGo to the include directory, open config.php file, and set database detail as follow:
$db = mysqli_connect('<HOST>', '<USER_NAME>', '<PASSWORD>', '<DATABASE_NAME>');Through the terminal in the project folder execute the command
php -S localhost:8000Open from browser at http://localhost:8000
To get the latest features, simply do a pull:
git pull