Posts

Showing posts with the label LAMP(Drupal and wordpress)

Content

                                                  Content How to create an AWS free Account? Lab 1: To launch amazon Linux EC2 instance Lab 2: To Connect to the instance from Linux client Operating System Lab 3:To Launch amazon windows instance Lab 4: Installing apache in EC2 instance Lab 5: Installing Nginx in EC2 instance Lab 6: Changing Host Name Lab 7: Creating a user and making as a sudoer Lab 8:Assigning an Elastic ip Lab 9:Creating ebs,attach and detach the volumn to the instance Lab 10:Creating an S3 Bucket and creating cross replication in another region Lab 11:Load Balancer Lab 12:Two instances with Application Load Balancer Lab 13:Launching two instances with load Balancer Lab:14 Creating Own VPC  Lab 15: Two instances which classic load Balance with own VPC Lab 16:Two instances with Application load Balancer with own VPC Lab 17: Relational Data B...

Lab 18: LAMP(Drupal and wordpress)

Image
                                                     LAMP(Drupal and wordpress) Pre-Requirements : Launch an Ec2 Instance Install apache Install Mysql Install Php Install drupal Step 1: Launch an EC2 instance Refer above how you launch an EC2 instance Next Connect to instance public IP address #ssh –i<pemfile>ec2-user@ipaddress   Install apache #yum install http #systemctl start httpd #systemctl enable httpd     Apache installed Now start and enable apache #systemctl enable httpd   Check whether apache is running or not   Now to test whether the server is running,open your web browsera nd enter you ip address     Page is there Step 2:install maria db data base servers To install maria db database, you need to add the following official maria db respository to fil...