wiki:TorqueInstallation

Version 2 (modified by anonymous, 18 years ago) (diff)

--

Installation

First get the latest stable source of the package from:

Then unpack the package. There are 3 methods to build the package:

  • No package manager, builds default for /usr/local
    ./configure 
    make
    make install
    
  • Debian package:
    debian/rules binary
    dpkg -i pbs_python*.deb
    
  • RPM package
    cp email2trac.tar.gz /usr/src/redhat/SOURCES
    rpmbuild -ba pbs_python.spec
    

Test the package

There are examples included in the package, Run pbsnodes-a.py and if there is output then everythig is properly installed.