Protoball:Nightly: Difference between revisions

From Protoball
Jump to navigation Jump to search
(Created page with "Category:Dev Notes git clone protoball@protoball.org:scripts.git === Python Setup === scripts/aws-setup.sh === Database === whitelist ip === Crontab === 20 * ...")
 
No edit summary
Line 7: Line 7:
  scripts/aws-setup.sh
  scripts/aws-setup.sh


=== Database ===
=== Crontab ===
 
whitelist ip
 
=== Crontab ===


   20 * * * * /usr/bin/python /home/ubuntu/scripts/data_db.py > /home/ubuntu/last-data-db.txt
   20 * * * * /usr/bin/python /home/ubuntu/scripts/data_db.py > /home/ubuntu/last-data-db.txt

Revision as of 11:17, 15 December 2017


git clone protoball@protoball.org:scripts.git

Python Setup

scripts/aws-setup.sh

Crontab

 20 * * * * /usr/bin/python /home/ubuntu/scripts/data_db.py > /home/ubuntu/last-data-db.txt