From bd1dbb58587601d1ae0d77f94036113d2512f626 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 22 May 2025 16:44:06 -0500 Subject: [PATCH 1/2] docs: programmatic CMS setup --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7c2ed8cb2..979a3fb72 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,21 @@ The base CMS code for TACC WMA Workspace Portals & Websites ## Getting Started +### Quick Setup + +1. Clone and open the project. +2. To remove previous setup **entirely**: + ```sh + make clean + ``` +3. Run the setup script: + ```sh + make setup + ``` + You will be prompted for information. + +### Manual Setup + > **Important** > To develop a new or existing custom CMS website for a TACC client, do **not** clone this repository. Instead, read [Develop a Custom Project]. To develop on the Core CMS (upon which our other CMS are built) continute reading. From 18ca2934624bc9229b93fcc3af28d99adf32e5d5 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 22 May 2025 16:47:27 -0500 Subject: [PATCH 2/2] docs(README): keep important notice at top --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 979a3fb72..367c238ae 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,11 @@ The base CMS code for TACC WMA Workspace Portals & Websites ## Getting Started +How to set up a new local CMS instance. + +> **Important** +> To develop a new or existing **custom** CMS website for a TACC client, do **not** clone this repository. Instead, read [Develop a Custom Project]. To develop on the Core CMS (upon which our other CMS are built) continute reading. + ### Quick Setup 1. Clone and open the project. @@ -64,11 +69,6 @@ The base CMS code for TACC WMA Workspace Portals & Websites ### Manual Setup -> **Important** -> To develop a new or existing custom CMS website for a TACC client, do **not** clone this repository. Instead, read [Develop a Custom Project]. To develop on the Core CMS (upon which our other CMS are built) continute reading. - -Set up a new local CMS instance. - 0. [Clone this Repository.](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) 1. Enter the Repository Clone: