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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Dev Notes]]
[[Category:Dev Notes]]


  git clone protoball@protoball.org:scripts.git
add github ssh key
  git clone git@github.com:protoball/scripts.git


=== Python Setup ===
=== Python Setup ===
Line 7: Line 9:
  scripts/aws-setup.sh
  scripts/aws-setup.sh


=== Database ===
=== Crontab ===


whitelist ip
   20 * * * * /usr/bin/python3 /home/ubuntu/scripts/data_db.py > /home/ubuntu/last-data-db.txt
 
=== Crontab ===
 
   20 * * * * /usr/bin/python /home/ubuntu/scripts/data_db.py > /home/ubuntu/last-data-db.txt

Latest revision as of 09:12, 17 February 2023


add github ssh key

git clone git@github.com:protoball/scripts.git

Python Setup

scripts/aws-setup.sh

Crontab

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