Usage/ Deployment Instructions
1. Access the InstantCMS 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 InstantCMS was deployed.

To access the application:
Step 1: Use the browser to access the application at http://<instance ip address> > /install replace <instance ip address> with the actual IP address of the running instance, and You will have to edit firewall rule with http traffic or https traffic as requirement.

Your installation dialogue will appear.

Now click on Next Button
Check the license terms

Step 2: Start with the PHP Check as shown below:

You will be able to edit the paths

Step 3: 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.

You will be able to edit the site information of your requirements

Click on Next

Click on Next

Click Next

Step 4: Click Next

Now click on Visit site

Enjoy your application.