Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sni/thruk_libs
easy build thruk perl dependencies
https://github.com/sni/thruk_libs
Last synced: about 2 months ago
JSON representation
easy build thruk perl dependencies
- Host: GitHub
- URL: https://github.com/sni/thruk_libs
- Owner: sni
- Created: 2012-04-23T14:38:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T21:02:50.000Z (7 months ago)
- Last Synced: 2024-06-07T07:33:45.699Z (7 months ago)
- Language: Perl
- Size: 68.1 MB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Thruk Libraries
===============This repository contains all required perl modules to run Thruk.
Installation
------------1. cd /tmp
2. git clone git://github.com/sni/thruk_libs.git
3. cd /tmp/thruk_libs
4. make [build|rpm|deb]You now have a `local-lib/dest/` with all required perl modules.
Move `local-lib/dest/lib/perl5` to the desired location and let
the PERL5LIB environment variable point to that folder.ex.:
PERL5LIB=lib:/tmp/thruk_libs/local-lib/dest/lib/perl5 ./script/thruk
Updating
--------1. adding new modules
use the download_package.sh script to download new modules from
cpan.
ex.: ./download_package.sh Module::Install
you have to add the tarball in the right order to the Makefile.2. updating modules
use the update_modules.sh script to check for updates
ex.: ./update_modules.sh Module-Install-1.00.tar.gz
The Makefile will be updated automatically but you are responsible
for removing old modules from the git repository.