Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

First you need to connect to server: analytics. You will be asked for username/password but interface is pretty straightforward.

For Windows SecureCRT is offered as standard ssh-software to Broadies. For iOS (I don't know, pls some iOS guy fill this in ???)


Code Block
languagebash
themeEmacs
titleRestart WebServer
sudo -u analytics /home/unix/analytics/TigerETL3/restartWeb.sh

...

Code Block
languagebash
themeEmacs
titleEdit cronjob
sudo -u analytics EDITOR=nano crontab -e


Useful crontab utils: 

https://crontab-generator.org/

https://crontab.guru/


Code Block
languagebash
themeEmacs
titleRun EtlShell
/home/unix/analytics/TigerETL3/runEtlShell.sh

...