Usage/Deployment Instruction
Open the URL: http://<instance ip address>
IP address of the running EC2 instance.
Step 1: Select Language.
Step 2: Set Database Details
User: miritextpattern
Password : <instanceID>
Database Name : miritextpatterndb
Host: localhost

Step 3: Create config.php
-
Open Putty >> <instance ip address> >>
-
Open ssh From Left side.
-
Click On Auth
-
Click on Browse Button from Right Side.
-
Select your ppk file.
-
At the end clicks on open.
-
Now your putty is open.
-
Type sudo su
-
Type >> cd /var/www/html/textpattern
-
Type >> vi config.php

-
Paste code in config.php and save it.

Step 4: Click on “I did it”
Step 5: Creating database tables
Step 6: Install Finish
SSH using root user is disabled. ec2-user is the sudo user with root privileges with access using the key pair created during launching the instance.
MYSQL can be accessed only with SSH
MYSQL User : root
Password : <instanceID>
Note : You are not supposed to change it.