Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
...@@ -59,6 +59,10 @@ To get started as a developer, refer to the project's [CONTRIBUTING](https://git ...@@ -59,6 +59,10 @@ To get started as a developer, refer to the project's [CONTRIBUTING](https://git
└── 🔧 .env.template └── 🔧 .env.template
``` ```
# Development Server
For details about the development server, please refer to the project's [README](https://git.rwth-aachen.de/medialab/interactive360vr/-/blob/main/README.md) file.
# Production Server # Production Server
Before running the project, create a `.env` file from the `.env.template` to set database credentials, API endpoints, and more. Then, after running `docker compose up -d --build`, Docker is running the following containers by default: Before running the project, create a `.env` file from the `.env.template` to set database credentials, API endpoints, and more. Then, after running `docker compose up -d --build`, Docker is running the following containers by default:
...@@ -81,10 +85,6 @@ To make your application accessible, you'll want to route external traffic to th ...@@ -81,10 +85,6 @@ To make your application accessible, you'll want to route external traffic to th
* **Adding SSL certificates:** Secure the application with free Let's Encrypt certificates. * **Adding SSL certificates:** Secure the application with free Let's Encrypt certificates.
* **Managing multiple applications:** Centralize configuration for multiple containerized services. * **Managing multiple applications:** Centralize configuration for multiple containerized services.
# Development Server
For details about the development server, please refer to the project's [README](https://git.rwth-aachen.de/medialab/interactive360vr/-/blob/main/README.md) file.
# Garbage Collector # Garbage Collector
The asset management system includes a garbage collector, accessible via the endpoint `/garbage_collector`. This mechanism is designed to reclaim storage capacity by periodically purging unreferenced assets. Integrating the garbage collector into a routine cron job schedule can optimise server storage utilisation. The asset management system includes a garbage collector, accessible via the endpoint `/garbage_collector`. This mechanism is designed to reclaim storage capacity by periodically purging unreferenced assets. Integrating the garbage collector into a routine cron job schedule can optimise server storage utilisation.
... ...
......