bjliu
bjliu

Reputation: 302

How to setup Drupal on AWS

I'm trying to use Drupal as a CMS and am trying to install Drupal on a AWS AMI EC2 Instance, but I am getting stuck in trying to get Apache Virtual Hosts to work with Drupal. I am unable to use Beanstalk.

I went through Amazon's tutorial (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html) to install the LAMP stack onto my EC2 instance.

I started following the steps for Drupal 8 Installation (https://www.drupal.org/docs/8/install), but the documentation seems incomplete, without much resources as to how to setup Apache Virtual Hosts to work with Drupal.

Any suggestions as how to proceed?

Upvotes: 1

Views: 315

Answers (1)

mostafazh
mostafazh

Reputation: 4215

If you are just experimenting with Drupal, your best bet is to use the quick installation by Bitnami from the AWS Marketplace found here.

Upvotes: 2

Related Questions