Skip to content

PerlServices/OPM-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kwalitee status GitHub issues CPAN Cover Status Cpan license

NAME

OPM::Installer - Install ticketsystem (Znuny/OTOBO) add ons

VERSION

version 1.0.1

SYNOPSIS

use OPM::Installer;

my $installer = OPM::Installer->new;
$installer->install( 'FAQ' );

# or

my $installer = OPM::Installer->new();
$installer->install( package => 'FAQ', version => '2.1.9' );

# provide path to a config file
my $installer = OPM::Installer->new(
    conf => 'test.rc',
);
$installer->install( 'FAQ' );

DESCRIPTION

This is an alternate installer for Znuny/OTOBO addons. The standard package manager currently does not install dependencies. OPM::Installer takes care of those dependencies and it can handle dependencies from different places.

CONFIGURATION FILE

You can provide some basic configuration in a .opminstaller.rc file:

repository=http://ftp.addon.org/pub/addon/packages
repository=http://ftp.addon.org/pub/addon/itsm/packages33
repository=http://opar.perl-services.de
repository=http://feature-addons.de/repo
path=/opt/otrs

ATTRIBUTES

  • conf
  • force
  • has
  • logger
  • manager
  • package
  • prove
  • repositories
  • sudo
  • utils_ts
  • verbose
  • version

ACKNOWLEDGEMENT

The development of this package was sponsored by https://feature-addons.de

METHODS

install

list_available

Development

The distribution is contained in a Git repository, so simply clone the repository

$ git clone git://github.com/perlservices/OPM-Installer.git

and change into the newly-created directory.

$ cd OPM-Installer

The project uses Dist::Zilla to build the distribution, hence this will need to be installed before continuing:

$ cpanm Dist::Zilla

To install the required prequisite packages, run the following set of commands:

$ dzil authordeps --missing | cpanm
$ dzil listdeps --author --missing | cpanm

The distribution can be tested like so:

$ dzil test

To run the full set of tests (including author and release-process tests), add the --author and --release options:

$ dzil test --author --release

AUTHOR

Renee Baecker reneeb@cpan.org

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Renee Baecker.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)

About

An alternate installer for ticketsystem (Znuny/OTOBO) addons

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages