The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

pinto-server - provide a web interface to a Pinto repository

VERSION

version 0.001

SYNOPSIS

First, create a config file at ~/.pinto/config.ini:

  # Required.  This is where your repository will live
  local = /some/directory

Then start pinto-server (assume the host name is 'tatooine'):

   $> pinto-server

Then use pinto-remote to put some stuff in your repository

   $> pinto-remote --host=http://tatooine:5000 add Foo-Bar.tar.gz

Finally, use cpanm to install stuff from your repository

  $> cpanm --mirror=http://tatooine:5000 Foo::Bar

DESCRIPTION

pinto-server is the utility program for starting the Pinto::Server. At the moment, pinto-server is based on Dancer, so it supports whatever command-line switches that Dancer::GetOpt provides. Say pinto-server --help to get a listing of the available options.

AUTHOR

Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Imaginative Software Systems.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.