Server is configured and now I'm trying to figure out how to run things continuously. First, I ran:
cd /var/www/nZEDb/misc/update
php update_binaries.php
That went fine. Tried to run this next:
cd /var/www/nZEDb/misc/update
php update_releases.php
But received a message I should use python instead because the server is set to threaded. So then I ran:
cd /var/www/nZEDb/misc/update/python
update_threaded.py
And the database seems to be populated with stuff. For the server to run unattended, should I use:
cd /var/www/nZEDb/misc/nix/screen/threaded
screen start.sh
cd /var/www/nZEDb/misc/nix/tmux
php start.php
Or one of the python scripts?
This is a private, headless server so I don't care about monitoring stats, managing users, etc. All I want is everything to continuously update unattended.