diff --git a/README.md b/README.md index c85bbab5..a72378b8 100644 --- a/README.md +++ b/README.md @@ -35,19 +35,19 @@ npm install -g yarn gulp forever ## Preparing a Fresh Install -### Clone the DTP Base Repository +### Clone the DTP Sites Repository ```sh cd ~/live -git clone git@git.digitaltelepresence.com:digital-telepresence/dtp-base.git +git clone git@git.digitaltelepresence.com:digital-telepresence/dtp-sites.git ``` ### Install Required Dependencies ```sh -cd ~/live/dtp-base +cd ~/live/dtp-sites yarn ``` ### Generate SSL/TLS Certificate ```sh -cd ~/live/dtp-base/ssl +cd ~/live/dtp-sites/ssl ./mkcert ``` ### Environment Configuration @@ -76,7 +76,7 @@ DTP Sites is a multi-tier web hosting engine built on: ## Production Environment Information -The only qualified operated system for hosting a DTP Base suite is [Ubuntu 20.04 LTS](https://releases.ubuntu.com/20.04/). It is acceptable to run it in a virtual machine for development and testing, but it should be run as close to bare metal as possible in production environments. +The only qualified operated system for hosting a DTP Sites suite is [Ubuntu 20.04 LTS](https://releases.ubuntu.com/20.04/). It is acceptable to run it in a virtual machine for development and testing, but it should be run as close to bare metal as possible in production environments. It's impossible to give 100% generic advice here, but it all depends on how large your audience is and how much they use your website. Larger, more active audiences will require a different kind of production server deployment than smaller and less active audiences.