Readme
This commit is contained in:
parent
448d2d5209
commit
b25f79dd4d
16
README.md
16
README.md
@ -1,3 +1,19 @@
|
|||||||
1. Instalacja paczek komendą "pip3 install -r requirements.txt"
|
1. Instalacja paczek komendą "pip3 install -r requirements.txt"
|
||||||
2. Uzupełnienie pliku config_base.json wartościami token i ssh_public
|
2. Uzupełnienie pliku config_base.json wartościami token i ssh_public
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"ssh_name": "s434784",
|
||||||
|
"network": "ms-network-1",
|
||||||
|
"network-ip": "10.10.10.0/24",
|
||||||
|
"volume": "ms-volume",
|
||||||
|
"db-server-name": "ms-gitea-db",
|
||||||
|
"gitea-server-name": "ms-gitea",
|
||||||
|
"server-type": "cx11",
|
||||||
|
"server-image": "ubuntu-20.04",
|
||||||
|
"location": "hel1",
|
||||||
|
"token": "<FILL>",
|
||||||
|
"ssh_public": "<FILL>"
|
||||||
|
}
|
||||||
|
|
||||||
|
```
|
||||||
3. Uruchomienie skryptu komendą "python3 deploy.py config_base.json"
|
3. Uruchomienie skryptu komendą "python3 deploy.py config_base.json"
|
Loading…
Reference in New Issue
Block a user