* RAMA runs VISNA's `staging`, `sandbox` and `production` environments
* The deployment uses blue-green deployment, with routing handled via a containerized Nginx instance running on GANESHA
-
* The source code is on this machine at [http://10.152.0.2:3000/mtamassia/Visna](http://10.152.0.2:3000/mtamassia/K-VISNA)
+
* The source code is on this machine at [http://10.152.0.2:3000/ISN-Innovations/Visna](http://10.152.0.2:3000/mtamassia/K-VISNA)
* The pipeline runs on a Gitea instance hosted on GANESHA (origin: `ganesha`)
* The public URL is https://visna.isn.edu.au, which reaches GANESHA
* A Nginx instance running on GANESHA routes requests to the correct port on RAMA
@@ 104,7 104,7 @@
* It is deployed on RAMA in Docker containers
* RAMA runs THRIVE's `staging`, `sandbox` and `production` environments
* The deployment uses blue-green deployment, with routing handled via a containerized Nginx instance running on GANESHA
-
* The source code is on this machine at [http://10.152.0.2:3000/mtamassia/Thrive](http://10.152.0.2:3000/mtamassia/Thrive)
+
* The source code is on this machine at [http://10.152.0.2:3000/ISN-Innovations/Thrive](http://10.152.0.2:3000/mtamassia/Thrive)
* The deployment pipeline is in the relative folder `.gitea/`
* The pipeline runs on a Gitea instance hosted on GANESHA(origin: `origin`)
* The public URL is https://thrive.isn.edu.au, which reaches GANESHA
@@ 114,7 114,7 @@
* Backend in Rust + Axum + Tower, frontend in Typescript + Vue 3
* It is deployed on GANESHA, in a Docker container
* The deployment is configured together with all the other services running on GANESHA (see below)
-
* The source code is on this machine at [http://10.152.0.2:3000/mtamassia/Modelix](http://10.152.0.2:3000/mtamassia/Modelix)
+
* The source code is on this machine at [http://10.152.0.2:3000/ISN-Innovations/Modelix](http://10.152.0.2:3000/mtamassia/Modelix)
* The deployment pipeline is in the relative folder `.gitea/`
* The pipeline runs on a Gitea instance hosted on GANESHA (origin: `origin`)
* This is only reachable using local IPs, so I use a VPN, while THRIVE and VISNA are in the same network
@@ 124,7 124,7 @@
## Internal Services
GANESHA runs a host of services:
-
* The services are set up using a long Docker Compose stack defined at [http://10.152.0.2:3000/mtamassia/Infrastructure-Setup](http://10.152.0.2:3000/mtamassia/Infrastructure-Setup)
+
* The services are set up using a long Docker Compose stack defined at [http://10.152.0.2:3000/ISN-Innovations/Infrastructure-Setup](http://10.152.0.2:3000/mtamassia/Infrastructure-Setup)
* This lives on GANESHA in `/Users/mtamassia/Projects/Infrastructure-Setup`
* The folder containes a .env file which you must NEVER NEVER read. Repeat after me: "I won't read any .env file, under any circumstances."
* GANESHA uses Docker Compose v1, so the right commands start with `docker-compose` (with a dash)