Add cronjob for grafista data collection

This commit is contained in:
Francesco Siddi 2017-03-12 12:15:44 +01:00
parent 3e9e075b1f
commit e5e05bf086

View File

@ -22,6 +22,8 @@ git clone git://git.blender.org/flamenco.git -b production
git clone git://git.blender.org/blender-cloud.git -b production git clone git://git.blender.org/blender-cloud.git -b production
git clone https://github.com/armadillica/grafista.git -b production git clone https://github.com/armadillica/grafista.git -b production
echo '0 8 * * * root docker exec -d grafista bash manage.sh collect' > /etc/cron.d/grafista
``` ```
After these commands, run `deploy.sh` to build the static files and deploy After these commands, run `deploy.sh` to build the static files and deploy