Usage/Deployment Instruction
Open the URL:http://<instance ip address>
Step1: Select Language.

System Configuration
Step2: Database Information

Host Name : localhost
Database Name : mirinucleusdb
Username : mirinucleuscms
Password : <InstanceID>
Step3: Admin User Information

Fill Password<InstanceID> , Display Name
Step4: Delete your install files or rename you install folder.

For Delete install files you need to with putty.
-
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/
-
Type >> rm –f install
-
Type cd nucleus
-
Type rm –f upgrade
Step5: Now your site url is http://<instanceID>

Step6: Admin url is http://<instanceID>/nucleus

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.