From 794af26e31da9b475a6ed17da2c4617de63f8f2a Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Fri, 21 May 2021 08:54:24 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 425d0ba..0363227 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,11 @@ docker compose up Desired modes for the future are: -* Demo: Includes everything to try out ClusterCockpit including initial Database Fixtures. No SSL and no reverse Proxy. -* Develop: Only includes all external components of ClusterCockpit. A functional PHP environment and the ClusterCockpit source must be maintained on host machine. -* Production: Includes everything to run ClusterCockpit in a Production environment including SSL and traefic reverse proxy and container orchestration. +* **Demo** Includes everything to try out ClusterCockpit including initial Database Fixtures. No SSL and no reverse Proxy. +* **Develop** Only includes all external components of ClusterCockpit. A functional PHP environment and the ClusterCockpit source must be maintained on host machine. +* **Production** Includes everything to run ClusterCockpit in a Production environment including SSL and traefic reverse proxy and container orchestration. TODOS (There are probably a lot more!): -* Some of the Volume directories need to be created first, others (influxdb) not -* The main problem is currently the checkout of the ClusterCockpit tree to the existing directory `/var/www/symfony`, the directory is non-empty. Maybe because of caching +* Some of the Volume directories need to be created first. * ClusterCockpit is at the moment still using the influxDB V1 API, the InfluxDB container is already V2 * For a running demo database fixtures for MySQL and InfluxDB are missing