These are the scripts to install LAMP and MongoDB on EC2 virtual machine.
- Launch an EC2 Amazon Linux instance.
- You may need to edit the security group and blabla as the official tutorial suggests.
- Log on by SSH, "sudo sh install_lamp_1.sh", which will help you to install the complete LAMP, you should make the initial configurations of MySQL.
- After the install_lamp_1.sh, the machine will reboot. Relog on, and install the second part.
- After the LAMP part is done, run "sudo sh mongo_install.sh".