2018-02-26 23:06:09 +01:00
|
|
|
# Gregorz webUI
|
2018-03-02 18:09:04 +01:00
|
|
|
<img align="right" width="250" src="grzegorz_clients/res/logo.png">
|
2018-02-26 23:06:09 +01:00
|
|
|
|
|
|
|
A simple webui to interface with the [Grzegorz API](https://github.com/Programvareverkstedet/grzegorz)
|
|
|
|
|
2018-03-02 18:08:05 +01:00
|
|
|
|
2018-02-26 23:15:08 +01:00
|
|
|
## How to run this
|
|
|
|
|
|
|
|
First of we need to install any needed dependencies. If you want to, you may do so in a virtual environment.
|
|
|
|
|
|
|
|
To install the needed dependencies, run this with sufficient rights (as root?):
|
|
|
|
|
|
|
|
```
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
|
2018-03-02 18:08:05 +01:00
|
|
|
Now, make a copy of `default_config.py` named `config.py`, and make any changes you see fit. Each field should be described there
|
2018-02-26 23:15:08 +01:00
|
|
|
|
2018-03-02 18:08:05 +01:00
|
|
|
When finished, run the server with:
|
2018-02-26 23:15:08 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
python3 main.py
|
|
|
|
```
|
|
|
|
|
2018-02-26 23:06:09 +01:00
|
|
|
## License
|
|
|
|
|
|
|
|
Licensed under BSD 3 clause, see the file LICENSE for more details
|
|
|
|
|
|
|
|
This uses the library REMI by dddomodossola, which is licensed under apache2.
|
|
|
|
This license may be read [over here](https://choosealicense.com/licenses/apache-2.0/)
|