Readme updates

This commit is contained in:
Kuba 2022-12-30 20:06:45 +01:00
parent 2e906c0120
commit 5eefc6dace
3 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Deploy Gitea server with db - Hetzner Cloud
## To run the scrip make it executable
```
chmod +x deploy.sh
```
## Then execute it
```
./deploy.sh
```
The script will install all the neccesary packages and create server enviroment
---
## When u want to delete server use cleaning script
```
chmod +x clean.sh
./clean.sh
```

View File

@ -0,0 +1,20 @@
# Deploy Code Server with Hetzner Cloud
## To run the scrip make it executable
```
chmod +x deploy.sh
```
## Then execute it
```
./deploy.sh
```
The script will install all the neccesary packages and create server enviroment
---
## When u want to delete server use cleaning script
```
chmod +x clean.sh
./clean.sh
```

0
redme.md Normal file
View File