Skip to content

logicalhelion/helios-panoptes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helios::Panoptes version 1.51
=============================

Helios::Panoptes is the web administration interface for the Helios 
job processing system.

INSTALLATION

To install this set of modules type the following:

    perl Makefile.PL
    make
    make test
    make install

After the modules are installed, you'll need to copy the contents of 
the 'cgi-bin' directory to the cgi-bin of the web server (with 
appropriate security in place!).  

    cp -Rf cgi-bin/* /usr/lib/cgi-bin
    chmod 755 /usr/lib/cgi-bin/*.pl
    chmod 644 /usr/lib/cgi-bin/tmpl/*.html

After the cgi-bin programs and templates are installed, you'll need 
to set the HELIOS_INI env var in the web server's configuration so 
Panoptes knows where to find the global Helios settings file.

DEPENDENCIES

This module requires these other modules and libraries:

CGI::Application
CGI::Application::Plugin::DBH
HTML::Template
HTML::Template::Expr

COPYRIGHT AND LICENSE

Portions of this software distribution, where noted, are 
Copyright (C) 2008 by CEB Toolbox, Inc.

Portions of this software distribution, where noted, are 
Copyright (C) 2012 by Logical Helion, LLC.

This library is free software; you can redistribute it and/or modify 
it under the same terms as Perl itself, either Perl version 5.8.0 or, 
at your option, any later version of Perl 5 you may have available.

See the file LICENSE in this distribution for more information.


About

Helios::Panoptes - web-based administration tool for Helios distributed job processing system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published