Add logrotate config and installation instructions to the readme.
This commit is contained in:
parent
2b6c9149e8
commit
9db63a505f
2 changed files with 30 additions and 0 deletions
|
@ -14,6 +14,7 @@ virtualenv --distribute venv
|
|||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
sudo gdebi --n binary_dependencies/*.deb
|
||||
sudo cp conf/logrotate/* /etc/logrotate.d/
|
||||
```
|
||||
|
||||
running:
|
||||
|
|
Reference in a new issue