Skip to content

Commit

Permalink
Update DO Docs per strapi/one-click-deploy#6
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
  • Loading branch information
derrickmehaffy committed Mar 12, 2020
1 parent 0b5ba26 commit ea53fdc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/3.0.0-beta.x/installation/digitalocean-one-click.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To create a project head over to the Strapi [listing on the marketplace](https:/

### Step 3: Visit your app

Please note that it may take anywhere from 30 seconds to a few minutes for the droplet to startup, when it does you should see it in your [droplets list](https://cloud.digitalocean.com/droplets).
Please note that it may take anywhere from 30 seconds to a few minutes for the droplet to startup, when it does you should see it in your [droplets list](https://cloud.digitalocean.com/droplets). After the droplet has started, it will take a few more minutes to finish the Strapi installation.

From here you will see the public ipv4 address that you can use to visit your Strapi application, just open that in a browser and it should ask you to create your first administrator!

Expand Down Expand Up @@ -101,7 +101,7 @@ upstream strapi {

### Strapi

In the DigitalOcean one-click application a service user is used in which it's home directory is located at `/srv/strapi`. Likewise the actual Strapi application is located within this home directory at `/srv/strapi/strapi`.
In the DigitalOcean one-click application a service user is used in which it's home directory is located at `/srv/strapi`. Likewise the actual Strapi application is located within this home directory at `/srv/strapi/strapi-development`.

Please note that with this application it is intially created and ran in the `development` environment to allow for creating models. **You should not use this directly in production**, it is recommended that you configure a private git repository to commit changes into and create a new application directory within the service user's home (Example: `/srv/strapi/strapi-production`). To run the new `production` or `staging` environments you can refer to the [PM2 Documentation](https://pm2.keymetrics.io/docs/usage/quick-start/#managing-processes).

Expand Down Expand Up @@ -137,8 +137,6 @@ Strapi will automatically start if the virtual machine is rebooted, you can also

## Changing the PostgreSQL Password

Because of how the virtual machine is created, your database is setup with a long and random password, however for security you should change this password before moving into a production-like setting.

Use the following steps to change the PostgreSQL password and update Strapi's config:

- Make sure you are logged into the `strapi` service user
Expand Down

0 comments on commit ea53fdc

Please sign in to comment.