Skip to content

Commit 25e0c4e

Browse files
committed
readme
1 parent 7e767bb commit 25e0c4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you don't have pip, follow the instructions [here](http://docs.aws.amazon.com
3535

3636
2. Download the configuration files in this repository
3737

38-
~$ curl https://github.com/awslabs/eb-php-drupal/releases/download/v1.0/eb-php-drupal-v1.zip -o eb-php-drupal.zip
38+
~$ wget https://github.com/awslabs/eb-php-drupal/releases/download/v1.0/eb-php-drupal-v1.zip
3939

4040
3. Extract Drupal and change the name of the folder
4141

@@ -45,7 +45,7 @@ If you don't have pip, follow the instructions [here](http://docs.aws.amazon.com
4545

4646
4. Extract the configuration files over the Drupal installation
4747

48-
~/drupal-beanstalk$ unzip ~/eb-php-drupal.zip
48+
~/drupal-beanstalk$ unzip ~/eb-php-drupal-v1.zip
4949
creating: .ebextensions/
5050
inflating: .ebextensions/dev.config
5151
inflating: .ebextensions/drupal.config
@@ -61,7 +61,7 @@ If you don't have pip, follow the instructions [here](http://docs.aws.amazon.com
6161

6262
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.
6363

64-
~/drupal-beanstalk$ eb init --platform php7.0 --region us-west-
64+
~/drupal-beanstalk$ eb init --platform php7.0 --region us-west-2
6565
Application drupal-beanstalk has been created.
6666

6767
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

Comments
 (0)