From f19f953b3268e2d171baabecfa4e7914f3992fd2 Mon Sep 17 00:00:00 2001 From: David Kartuzinski Date: Tue, 18 Jun 2019 12:22:47 +0200 Subject: [PATCH] Additional BETA docs revisions added @beta to ensure latest version of the AWS s3 plugin is installed and clarified the explanation for the 2g of RAM needed to deploy Strapi. --- docs/3.0.0-beta.x/guides/deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/3.0.0-beta.x/guides/deployment.md b/docs/3.0.0-beta.x/guides/deployment.md index f3636401a8..74d7ed0cce 100644 --- a/docs/3.0.0-beta.x/guides/deployment.md +++ b/docs/3.0.0-beta.x/guides/deployment.md @@ -132,7 +132,7 @@ Amazon calls a virtual private server, a **virtual server** or **Amazon EC2 inst 3. Click on the blue `Launch Instance` button. - `Select` **Ubuntu Server 18.04 LTS (HVM), SSD Volume Type** -- Ensure `General purpose` + `t2.small` is `checked`. **NOTE:** `t2.small` is the smallest instance type in which Strapi runs. `t2.nano` and `t2.micro` **DO NOT** work. +- Ensure `General purpose` + `t2.small` is `checked`. **NOTE:** `t2.small` is the smallest instance type in which Strapi runs. `t2.nano` and `t2.micro` **DO NOT** work. At the moment, deploying the Strapi Admin interface requires more than 1g of RAM. Therefore, **t2.small** or larger instance is needed. - Click the grey `Next: Configure Instance Details` and `Next: Add Storage` - In the **Step 4: Add Storage** verify the `General Purpose SSD (gb2)`, then click `Next: Add tags`. - In the **Step 5: Add Tags**, add tags to suit your project or leave blank, then click `Next: Configure Security Group`. @@ -352,7 +352,7 @@ npm install pg 3. Install the **Strapi Provider Upload AWS S3 Plugin**: `Path: ./my-project/`. This plugin will allow configurations for each active environment. **NOTE:** You can only update the settings for _production_ when your Strapi project is actually in production. ```bash -npm install strapi-provider-upload-aws-s3 +npm install strapi-provider-upload-aws-s3@beta ``` 4. Push your local changes to your project's GitHub repository. @@ -674,7 +674,7 @@ Digital Ocean calls a virtual private server, a [Droplet](https://www.digitaloce - Ubuntu 18.04 x64 - STARTER `Standard` -- Choose an appropriate pricing plan. For example, pricing: `$10/mo` _(Scroll to the left)_ **NOTE:** The \$5/mo plan is currently unsupported as Strapi will not build with 1G of RAM. +- Choose an appropriate pricing plan. For example, pricing: `$10/mo` _(Scroll to the left)_ **NOTE:** The \$5/mo plan is currently unsupported as Strapi will not build with 1G of RAM. At the moment, deploying the Strapi Admin interface requires more than 1g of RAM. Therefore, a minimum standard Droplet of **$10/mo** or larger instance is needed. - Choose a `datacenter` region nearest your audience, for example, `New York`. - **OPTIONAL:** Select additional options, for example, `[x] IPv6`. - Add your SSH key **NOTE:** We recommend you `add your SSH key` for better security.