- python 3.5
- virtualenv
-
git pull / download and extract
-
run
./rayvynfor an initial install and setup -
this will setup a basic virtualenv and required modules/dependencies
-
in a second step necessray db-migrations and config_files are created
manual setup:
- copy any docs/FILE.yaml.tpl to FILE.yaml and edit accordingly
- edit
config.ymlto adjust needed settings (system, see #config_options for options - edit
alert_emails.ymlto add alert_emails and configure which notifications you'd like to receive for which email
- edit
- run
./rayvynfor an initial populating of the database (might take some seconds)
- all 4hrs is ok
42 */4 * * * cd ~/rayvyn && ./rayvyn > logs/rvn.log