diff --git a/deployment/digital-ocean/README.md b/deployment/digital-ocean/README.md index a71eed996..035087cf8 100644 --- a/deployment/digital-ocean/README.md +++ b/deployment/digital-ocean/README.md @@ -1,6 +1,6 @@ # Digital Ocean -As a start, read the [introduction into kubernetes](https://www.digitalocean.com/community/tutorials/an-introduction-to-kubernetes) by the folks at Digital Ocean. The following section should enable you to deploy Human Connection to your kubernetes cluster. +As a start, read the [introduction into Kubernetes](https://www.digitalocean.com/community/tutorials/an-introduction-to-kubernetes) by the folks at Digital Ocean. The following section should enable you to deploy ocelot.social to your Kubernetes cluster. ## Connect to your local cluster @@ -20,8 +20,8 @@ nifty-driscoll-uusn Ready 69d v1.13.2 If you got the steps right above and see your nodes you can continue. -Digital Ocean kubernetes clusters don't have a graphical interface, so I suggest -to setup the [kubernetes dashboard](./dashboard/README.md) as a next step. +Digital Ocean Kubernetes clusters don't have a graphical interface, so I suggest +to setup the [Kubernetes dashboard](./dashboard/README.md) as a next step. Configuring [HTTPS](./https/README.md) is bit tricky and therefore I suggest to do this as a last step. @@ -29,10 +29,10 @@ do this as a last step. We are storing our images in the s3-compatible [DigitalOcean Spaces](https://www.digitalocean.com/docs/spaces/). -We still want to take backups of our images in case something happens to the images in the cloud. See these [instructions](https://www.digitalocean.com/docs/spaces/resources/s3cmd-usage/) about getting set up with `s3cmd` to take a copy of all images in a `Spaces` namespace, ie `human-connection-uploads`. +We still want to take backups of our images in case something happens to the images in the cloud. See these [instructions](https://www.digitalocean.com/docs/spaces/resources/s3cmd-usage/) about getting set up with `s3cmd` to take a copy of all images in a `Spaces` namespace, i.e. `ocelot-social-uploads`. After configuring `s3cmd` with your credentials, etc. you should be able to make a backup with this command. ```sh -s3cmg get --recursive s3://human-connection-uploads --skip-existing -``` \ No newline at end of file +s3cmg get --recursive --skip-existing s3://ocelot-social-uploads +```