You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Extract Drupal and change the name of the folder
41
41
@@ -45,7 +45,7 @@ If you don't have pip, follow the instructions [here](http://docs.aws.amazon.com
45
45
46
46
4. Extract the configuration files over the Drupal installation
47
47
48
-
~/drupal-beanstalk$ unzip ~/eb-php-drupal.zip
48
+
~/drupal-beanstalk$ unzip ~/eb-php-drupal-v1.zip
49
49
creating: .ebextensions/
50
50
inflating: .ebextensions/dev.config
51
51
inflating: .ebextensions/drupal.config
@@ -61,7 +61,7 @@ If you don't have pip, follow the instructions [here](http://docs.aws.amazon.com
61
61
62
62
1. Configure a local EB CLI repository with the PHP platform. Choose a [supported region](http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region) that is close to you.
2. Configure SSH. Create a key that Elastic Beanstalk will assign to the EC2 instances in your environment to allow you to connect to them later. You can also choose an existing key pair if you have the private key locally.
0 commit comments