diff --git a/README.md b/README.md index 0103145..df67f7b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Digital Telepresence Base +# DTP Sites -The base project from which all others are forked when working with my framework and system. You don't have to start from this project at all. BUT, it can save you a lot of time by simply being a 100% compatible base on which you can build your apps and sites. +DTP Sites is an open source blogging platform built on Node.js and the DTP ecosystem. ## Requirements -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 can be had for 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 can be had for production environments. -You will need MongoDB and MinIO installed and running before you can start DTP Base web services. +You will need MongoDB and MinIO installed and running before you can start DTP Sites web services. 1. [Install MongoDB](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/) 2. [Install MinIO](https://docs.min.io/docs/minio-quickstart-guide.html) @@ -28,7 +28,7 @@ Install application dependencies by running Yarn. You should do this on initial yarn ``` -## Starting DTP Base In Development Mode +## Starting DTP Sites In Development Mode 1. Make sure `NODE_ENV` is set to `local` 2. Run `./start-local` in a VS Code terminal, then rename that terminal to `services`. @@ -37,7 +37,7 @@ yarn You can now make changes to program source code, and the environment will automatically respond, build, pack, and re-load things as needed depending on what you did and what's open/running. -DTP Base is a multi-tier web hosting engine built on: +DTP Sites is a multi-tier web hosting engine built on: - [MongoDB](https://www.mongodb.com/) - [Redis](https://redis.io/) @@ -87,4 +87,4 @@ Redis simply has many different documents to describe it's many different featur ## Software License -The DTP Base and the Phoenix Engine are licensed under the [Apache 2.0](https://spdx.org/licenses/Apache-2.0.html) open source software license. See [LICENSE](LICENSE) for more information. \ No newline at end of file +The DTP Sites is licensed under the [Apache 2.0](https://spdx.org/licenses/Apache-2.0.html) open source software license. See [LICENSE](LICENSE) for more information. \ No newline at end of file