Usage / Deployment Instruction
Open the URL: http://<instance ip address>
IP address of the running EC2 instance.
Step 1: Select language
System Configuration
Step 2: Database Information
Open page database_constants.php and set
User: miriopenbiblio
Password : <instanceID>
Database Name : miriopenbibliodb
Host: localhost
Step 3: Open page Query.php from classes folder and change it on line number ‘36’
User: miriopenbiblio
Password : <instanceID>
Database Name : miriopenbibliodb
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.