Usage/ Deployment Instructions
1. Access the Atutor in Google Marketplace and click the LAUNCH ON COMPUTE ENGINE button.
2. In the Configure & Deploy window, enter or select appropriate values for zone, machine type, and so on. Click the Deploy button.

3. The Google Developers Console confirms that Atutor was deployed

To access the application:
Step 1: You need to edit the firewall rule and open HTTP or HTTPS traffic according to your requirement and save it.

Now use the browser to access the application at http://<instance ip address> replace <instance ip address> with the actual IP address of the running instance.

Step 2: Atutor homepage configuration will be shown as below:

Click continue to proceed and installation page will appear. Click install button.

Agree to the terms and conditions and proceed further:

Here, we have already created the database for ATutor, so select accordingly.
Step 3: Enter the details as follows and according to your requirements:

Here, we have already created the database for ATutor, so select accordingly.
Step 3: Enter the details as follows and according to your requirements:

Step 4: For setting up MySQL database user do the following steps:
Do SSH into your instance.
Type the following commands:
Command: sudo su
Command: mysql –u root –p
Type in the password as: miri
Type the following commands to make a new database and user as per your choice:
Command: Create database <database name as you like>;
Command: CREATE USER '<username as you like>'@'localhost' IDENTIFIED BY '<password as you like>';
Command: GRANT ALL ON <database name>.* TO '<username>'@'localhost';
Command: FLUSH PRIVILEGES;
Command: exit;
NOTE: Please don’t forget to set the <database name as you like>, <username as you like> and <password as you like> in the above mentioned commands to run the product smoothly.
Click next and proceed further: -

Fill all the details accordingly and then Click next.
Administrator Username: admin
Administrator Password: admin


It will proceed further as follows:

Make the directory ‘content’ at the path /var/www/html/

To make the content directory writable execute the following commands:
chown -R www-data:www-data /var/www/html/content
chmod -R 0755 /var/www/html/content

Click next to proceed.

Again, click next.


Your installation is finished now.
