Documentation & Setup

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.

01. Download Zip

From your account at client portal.
You should have valid purchased license of savsoft -Enterprise

02. Upload Zip File

Upload zip file to your server of webhosting & unzip the file.

03. Change Base URL

Go to location quiz/api/ edit .env file
Change base url at line number 40 eg. app.baseURL = ‘https://savsoft.org/quiz/api/”;

04. Change Database Credentials

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)

05. Import Database

In downloaded folder you can find database.sql file. Import database.sql file to your mysql database.

06. Change Base Path

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”;

07. Setup Completed

Visit https://savsoft.org/quiz/application
Login to the application using: Username: admin Password: admin