Updating readme
This commit is contained in:
parent
2e81aee0ac
commit
af7ca88e3e
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -5,6 +5,18 @@ This is a simple web app used for an university projects.
|
||||||
It should provide a simple score board display
|
It should provide a simple score board display
|
||||||
for some benchmarking data which is gathered from another application.
|
for some benchmarking data which is gathered from another application.
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
|
||||||
|
First, rename the config.lock.py to config.py
|
||||||
|
Update the file to match your configuration settings.
|
||||||
|
|
||||||
|
Then run:
|
||||||
|
|
||||||
|
```
|
||||||
|
python3 setup.py install
|
||||||
|
nohup python3 application.py &
|
||||||
|
```
|
||||||
|
|
||||||
## Posting data
|
## Posting data
|
||||||
|
|
||||||
For now, you can post data using curl.
|
For now, you can post data using curl.
|
||||||
|
|
Loading…
Reference in a new issue