Usage/Deployment Instruction
Step 1: Open Putty for SSH
Step 2: Open Putty and Type <instance public IP> at “Host Name” Type "ubuntu" as user name Password auto taken from PPK file.
Step 3: Use following Linux command to contao:
Command: sudo nano /etc/apache2/sites-available/contao.conf

Change the ServerName value with the <public IP> of the running instance.

Command: a2ensite contao.conf
Command: a2enmod rewrite
Command: sudo systemctl restart apache2.service

Step 4: Hit the browser with the ip of the running instance as : http://<public IP>
Accept the license.

Step 5: Enter any initial password.

Step 6: Enter the database details as below:
Host: localhost
Port number: 3306
Username: root
Password: <instance ID>
Database name: contao

Step 7: Click on “Update database”.

Step 8: Scroll down and enter the admin details as you like and create “Create admin user”.

Step 9: Click on “Update database”.

Step 10: Click on “Contao back end”.

Step 11: Enter the admin details and enjoy the dashboard.

