***************** SciPost unleashed ***************** .. mermaid:: 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
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).