guides:hourlypredictor
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:hourlypredictor [2013/04/05 17:36] – hix | guides:hourlypredictor [2013/07/30 14:06] (current) – upu | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | **Setting Up Your Own Hourly Predictor** | + | ====== |
- | This page will be a guide to help users set up their own hourly | + | We can now run hourly |
- | This uses a VMWare Player - you can download the player [[http:// | ||
- | |||
- | VMWare player image of a standard setup on CentOS linked [[http:// | ||
- | |||
- | **Some useful information to customise the image and how to use the hourly** | ||
- | |||
- | #to Logout a currently logged in user | ||
- | pkill -KILL -u raj | ||
- | |||
- | #to Change username | ||
- | usermod -l login-name old-name | ||
- | |||
- | **Default Account credentials - change to suit** | ||
- | |||
- | |||
- | #User: to be confirmed | ||
- | #Pass: to be confirmed | ||
- | |||
- | |||
- | |||
- | **Locations of the cron jobs for manually running them** | ||
- | |||
- | "/ | ||
- | |||
- | fetch-run - lauches both of these files | ||
- | |||
- | "/ | ||
- | |||
- | hourly-predictions - performs the calculations | ||
- | |||
- | "/ | ||
- | |||
- | grabdata - downloads the data from NOAA servers | ||
- | |||
- | "/ | ||
- | |||
- | The options for launch, lat/lon, alt, ascent, descent etc | ||
- | |||
- | **Scheduler for the cronjobs is in / | ||
- | |||
- | echo "0 */3 * * * root cd / | ||
- | |||
- | #the 0 */3 * * * part refers to the cron fetching the data at 00 mins past the hour every 3 hours, change to suit your needs | ||
- | |||
- | |||
- | |||
- | **Apache Info Located in: / | ||
- | DocumentRoot "/ | ||
- | | ||
- | |||
- | **DNS Namerserver** | ||
- | / |
guides/hourlypredictor.1365183414.txt.gz · Last modified: 2013/04/05 17:36 by hix