In installation guide we are using our domain name Savsoft as example and installation path or folder “quiz” ( complete path: savsoft.org/quiz) Don’t forget to replace it with your domain name and installation path.
From your account at client portal.
You should have valid purchased license of savsoft -Enterprise
Upload zip file to your server of webhosting & unzip the file.
Go to location quiz/api/ edit .env file
Change base url at line number 40
eg. app.baseURL = ‘https://savsoft.org/quiz/api/”;
At line no 69-78,Add same credentials for writeDB and readDb (if you are going to use master and slave database servers then change accordingly)
In downloaded folder you can find database.sql file. Import database.sql file to your mysql database.
Go to location quiz/application/dist/js/
Edit custom.js file and change public path of api folder.
eg.
var api_base_url=”https://savsoft.org/quiz/api/public/”;
var api_site_url=”https://savsoft.org/quiz/api/public/index.php”;
Visit https://savsoft.org/quiz/application
Login to the application using:
Username: admin
Password: admin