Skedular: Difference between revisions

From YSTV Documentation Wiki
No edit summary
No edit summary
Line 8: Line 8:


In the src directory there are a few shell scripts:
In the src directory there are a few shell scripts:
* make.sh - makes the ready-for-installation version
* make.sh - makes the ready-for-installation version
* make-inter.sh - makes a locally running (see the next one) non-daemonising version
* make-inter.sh - makes a locally running (see the next one) non-daemonising version
* make-local.sh - makes a locally runnable version (writes logs and gets configs from the current directory)
* make-local.sh - makes a locally runnable version (writes logs and gets configs from the current directory)

Revision as of 01:16, 6 May 2011

Skedular is the new (2009-10) skeduling software. It was written by --Michael.Cullen to interface with the new website.


--Installation-- get it from https://ystvdev.york.ac.uk/svn/skedular/trunk/ (not https://ystvdev.york.ac.uk/svn/skedular/Skedular/ which is an old attempt by Alex Appleton that didn't get very far)

you need the gentoo package libpqxx for this.

In the src directory there are a few shell scripts:

  • make.sh - makes the ready-for-installation version
  • make-inter.sh - makes a locally running (see the next one) non-daemonising version
  • make-local.sh - makes a locally runnable version (writes logs and gets configs from the current directory)