how to use
This commit is contained in:
parent
98b02931a0
commit
a15d9f2bae
20
load-balancer/readme.md
Normal file
20
load-balancer/readme.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user