Move deployment folder
This commit is contained in:
parent
561a66c196
commit
e5e928d99a
5 changed files with 107 additions and 0 deletions
14
backend/deployment/README.md
Normal file
14
backend/deployment/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Setup a decla.red server on a fresh debian/ubuntu machine
|
||||
|
||||
> The method was tested on Debian 10 DigitalOcean droplets.
|
||||
|
||||
- Copy the files from this directory to the target machine.
|
||||
- Execute the following commands.
|
||||
- ```sh
|
||||
chmod +x setup.sh
|
||||
./setup.sh serverX
|
||||
```
|
||||
|
||||
> Where `serverX` is the serverX.decla.red subdomain pointing to the server.
|
||||
|
||||
- Optionally, change the arguments in [declared-servers.sh](declared-servers.sh).
|
||||
Loading…
Add table
Add a link
Reference in a new issue