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).