Skip to content

A web application to exchange HERMES payload configuration files between SOC and MOC, and to do other things

Notifications You must be signed in to change notification settings

peppedilillo/hermeslink

Repository files navigation

Hermes Link

This is web application designed to enable communication between the HERMES-Pathfinder nanosatellite constellation Mission and Science operation center. The applications lives at https://hermeslink.ssdc.asi.it/. It was realized in python Django, and embeds a grafana dashboard service.

Running Hermes Link

For production:

docker compose -f compose.prod.yml build
docker compose -f compose.prod.yml up

For development:

docker compose build
docker compose up

Both environment requires the settings of a number of dot files. Samples are provided as sample.*.env files or sample.*.env.prod files.

Commands

To show the welcome message, run:

python manage.py say_hi

Utilities

To add test users, run:

python manage.py create_users userfile.txt

See accounts/management/commands/create_users.py for more informations.

About

A web application to exchange HERMES payload configuration files between SOC and MOC, and to do other things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published