SciPost unleashed

sequenceDiagram participant Alice participant Bob Alice->John: Hello John, how are you? loop Healthcheck John->John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail... John-->Alice: Great! John->Bob: How about you? Bob-->John: Jolly good!

This section describes how the SciPost stack is fired up and unleashed at scipost.org.

Production server

SciPost is currently hosted at Digital Ocean.

Git server

SciPost runs its own git repository server at scipost-codebases.org. This is a GitLab instance hosted on a selfstanding server.

All codes needed to run SciPost are contained in various repositories on this server (you will need access credentials).

Sentry issue tracking

To track issues on the production server, we use Sentry, current issues being listed here (you will need access credentials).

Scheduled tasks monitoring

Scheduled tasks on the production server are powered by Celery. Monitoring is done via our Flower instance (you will need access credentials).