Compute project management for scientific HPC centers
1.3K
PERSEUS is currently in beta. Some features are still experimental and maybe don't work as expected. Feel free to reach out to us and share you experiences and feedback: https://perseus-project.pc2.uni-paderborn.de/contact/ā
PERSEUS is a compute project management software for scientific HPC centers. It allows you to
There are multiple ways to run PERSEUS. You can either use our automated installer scripts or deploy it manually using Docker or Podman.
If you prefer an automated setup that installs all dependencies and configures the environment for you, we provide installer scripts that set up Docker or Podman, along with Nginx and required configuration files.
Compared to the manual docker-compose approach, the installer scripts offer a more opinionated, out-of-the-box experience ā ideal for quick testing, small-scale deployments, or first-time users.
We currently offer two variants:
installer-docker.shā ā for Docker-based setups (requires root)installer-podman.shā ā for Podman-based setups (runs containers as a dedicated non-root user)The scripts support most major Linux distributions and will automatically detect your package manager.
To keep your deployment up to date, we also provide:
These update scripts stop the running containers, pull the latest images, restart the services, and clean up unused resources.
š Read more about the installer workflow in our official documentationā
We also provide a ready-to-use docker-compose.ymlā to run PERSEUS using Docker or Podman.
Our prebuilt container images are available on Docker Hubā .
ā ļø Note: This approach requires you to set up a reverse proxy (e.g. Nginx, Traefik, or Caddy) yourself to route requests to the frontend and backend containers. We recommend serving the API under '/api' and the frontend at '/'.
š To learn more about this installation method, visit the official documentationā .
PERSEUS comes with the following components:
This project is licensed under the terms of the MIT License. See the LICENSEā file for details.
Content type
Image
Digest
sha256:c51d4305fā¦
Size
65.7 MB
Last updated
10 days ago
docker pull pc2upb/perseus-frontend