Skedular: Difference between revisions
From YSTV Documentation Wiki
m (Erased fixed bug) |
mNo edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Skedular | '''''Skedular''''' was the (2009-10) scheduling software. It was written by [[hist:Michael Cullen|Michael Cullen]] to interface with the new website. As of Autumn 2011 it is in the process of being replaced by [[Tarantula]]. | ||
===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 [[hist:Alex Appleton|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) | |||
[[Category:In-House]] |
Latest revision as of 09:36, 23 July 2021
Skedular was the (2009-10) scheduling software. It was written by Michael Cullen to interface with the new website. As of Autumn 2011 it is in the process of being replaced by Tarantula.
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)