2019-02-12 16:59:43 +01:00
|
|
|
# Husstanden
|
|
|
|
Husstanden is a service that aims towards organizing your day to day life
|
2019-02-12 16:43:10 +01:00
|
|
|
|
2019-02-12 16:59:43 +01:00
|
|
|
## Requirements
|
|
|
|
- Python 3.5+
|
|
|
|
|
|
|
|
## How to set up husstanden
|
|
|
|
Install the required dependencies with pip
|
|
|
|
```
|
|
|
|
$ pip install -r requirements.txt
|
|
|
|
```
|
2019-05-12 16:17:22 +02:00
|
|
|
Make sure you compile the babel languages
|
|
|
|
```
|
|
|
|
$ pybabel compile -d translations
|
|
|
|
```
|
|
|
|
Lastly, run the web server
|
2019-02-12 16:59:43 +01:00
|
|
|
```
|
|
|
|
$ python3 main.py
|
|
|
|
```
|
|
|
|
|
2019-05-12 16:17:22 +02:00
|
|
|
Configuration can be edited in config.json
|