Move config.py to default_config.py and make deplay.bash not delete config.py on the remote

This commit is contained in:
2018-03-06 23:02:11 +01:00
parent 1fc1ab2e1d
commit e7b711b3ad
5 changed files with 14 additions and 5 deletions

View File

@@ -24,8 +24,7 @@ When finished, you may run the server with:
python3 main.py
The server should now be available at `http://localhost:8080/`.
You may change the address and port in the file named `config.py`
You may change the address and port in the file named `config.py` which is copied from `default_config.py` when running `main.py` the first time
## Making Grzegorz run on boot