• About
    • asdfasdf
      • ffdsfsdf
  • Portfolio

  • Web Development
  • SEO Techniques
  • Tips and Tricks
  • Site News

Home » Tips and Tricks » Install LAMP on Amazon EC2

Install LAMP on Amazon EC2

Posted by: qrpike    Tags:  amazon, ec2, lamp, linux, ssh    Posted date:  November 23, 2011  |  No comment



If you create a new 64-bit Amazon AMI on their EC2 system, this is the easiest way to get LAMP up and running:

First we need to update our YUM installer:

sudo yum update

confirm any requests to update the system. (Y)
Next we need to install apache:

yum install httpd

Next we need to install PHP:

yum install php

Next we need to install mySQL:

yum install mysql-server mysql

Everything should now be installed.

Make sure to do check configs afterworks:

sudo /sbin/chkconfig --levels 235 httpd on


    Share This
About the author
qrpike



Related Posts

Install FTP and Add User on Amazon EC2
First we need to install very secure ftp demon yum install vsftpd Once its installed we need to add a user: sudo adduser YOUR_USER_NAME Now we need to create a password for this user: sudo passwd YOUR_USER_NAME Now...


Wanna say something?





  Cancel Reply

« Javascript Callbacks – Async your site
Install FTP and Add User on Amazon EC2 »
  • Recent Posts

    • nginx init.d start script
      #!/bin/sh # # nginx - this script starts and stops the nginx daemon # # chkconfig:...
    • Install nginx on CentOS Min.
      First you will need to install a compiler: yum install gcc-c++ Then install the Perc...
    • MYSQL Connection Pool in Node.js
      So, one of the cool advantages of Node.JS (over PHP for example) is the ability to pool...
    • Install FTP and Add User on Amazon EC2
      First we need to install very secure ftp demon yum install vsftpd Once its installed...
    • Install LAMP on Amazon EC2
      If you create a new 64-bit Amazon AMI on their EC2 system, this is the easiest way to get LAMP...



 

 
Copyright © 2010 Peerapong. Remove this once after purchase from the ThemeForest.net