Skip to content

Commit 0ae3b97

Browse files
Initial staging-deploy.sh script
1 parent 1d11228 commit 0ae3b97

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ This is a *new implementation*, [merged](https://github.com/tosdr/edit.tosdr.org
2727

2828
Phoenix, when used, also connects to two other services: Atlassian, which runs [the widget](https://status.tosdr.org) that helps us to monitor the application's health, and jrbit.de, which is where our databases live as well as our system for reporting errors.
2929

30+
## Deploy
31+
32+
To deploy this code to https://do-staging.tosdr.org:
33+
* get an Ubuntu 24.04 server
34+
* ssh into it as root
35+
* download the `staging-deploy.sh` script from this repo, and run it
36+
3037
## Development
3138

3239
Requirements:

staging-deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
apt update
2+
apt install docker.io

0 commit comments

Comments
 (0)