alwayspolt.blogg.se

Setup drupal on aws
Setup drupal on aws






setup drupal on aws
  1. #SETUP DRUPAL ON AWS HOW TO#
  2. #SETUP DRUPAL ON AWS INSTALL#
  3. #SETUP DRUPAL ON AWS UPDATE#

So now we have DB instance it will give a endpoint (host) BackupĪnd there are option for monitoring and Maintenance we can configure Database OptionsĭB parameter Group default.mysql5.6 6. Multi-AZ Deployment no/yes (as requirement yes for replica )Īfter that click on Next Step for Configure Advanced Settings

  • I n next there are lot of things to configure as per your requirement like deployment type and the Provisioned IOPS storage and much more.
  • In left there are navigation bar click on Instances and click the Launch DB Instance then it will show more than one DB engine select MySQL DB engine.
  • Login with you AWS account and select RDS from AWS resources.
  • #SETUP DRUPAL ON AWS INSTALL#

    $ sudo service apache2 restart Step 2 : Install Mysql or Create and configure RDS with Mysql DB 1. Now we have the Apache and php in our instance and we just need to restart the web server to implement our changes to Apache Search for the expose_php directive and the allow_url_fopen directive and set them both to “Off”: (insert mode i) We have to make small change to our PHP configuration file. $ sudo apt-get install php5 –y $ sudo apt-get install libapache2-mod-php5 php5-mcrypt –y $ sudo apt-get install php-pear php5-mysql php5-suhosin –y To install PHP, put this command on terminal and install php lib.

    #SETUP DRUPAL ON AWS UPDATE#

    $ sudo ssh -i durpal_key.pem Now we have to update the cache’s package and install Apache and Php $ sudo apt-get update $ sudo apt-get install apache2 –y Step 2: Install php

    setup drupal on aws

  • Open your terminal and type this command for ssh in ec2-instance with the key.pem file from where you installed give the absolute path in command line.
  • And now we setup LAMP in our Ubuntu For this we access our Ubuntu instance from terminal and setup LAMP in that.īelow are the steps and commands to access and setup your LAMP in Ubuntu Ec2 instance.
  • Now our EC2 micro instance is running.
  • http port range is 80 SSH port range is 22, about source you can give any IP range as you need or just leave default for now.
  • Now launch EC2 instance by chossing the AMI let’s assume we select the ubuntu, VPC, Subnets, Storage and configure Security group here we will assign some security rule and enable http, SSH connection to our instance.
  • setup drupal on aws

  • There are lot of services chose EC2 one from them, it will open a EC2 dashboard now from here we can launch new instance as per our requirement like CPU core, RAM etc, with configuration of VPC, subnet etc.
  • We need to have AWS account if already had then fine otherwise register an account on AWS.

    #SETUP DRUPAL ON AWS HOW TO#

    Here below I am going describe the steps that how to host a drupal site having Amazon EC2 instance and having Amazon RDS for DB host. We need to install Apache, PHP, and MySQLand we need to make some additional changes to each of these for our installation. Due to the stability of the base, the adaptability of the platform, and its active community, Drupal remains a popular choice after more than a decade on the scene.īefore we get the Drupal site and install them into our web directory, we need to prepare our system. Drupal is a popular content management system (CMS) used to run some of the largest blogs and websites across the internet.








    Setup drupal on aws