RESTful virtual machine image manager


Licenses
GPL-3.0/Apache-2.0
Install
pip install repoman==0.2.5

Documentation

Repoman

Repoman is a virtual machine image catalog and repository with a RESTful interface.

If you have any issues or ideas for improving Repoman, please use the github issue tracker to allow others to follow along with problems and ideas. The issue tracker can be found at: https://github.com/hep-gc/repoman/issues

Install Guide

  1. Install the server.

    See server/INSTALL.markdown and follow the instructions for installing from an EGG.

  2. Install the repoman-client on any of your workstations you want to use.

    See the documentation at repoman-client/README.markdown

Server Documentation

See these files for documentation of the server side

  • hep-gc/repoman/server/INSTALL.markdown - some install realated stuff
  • server/REST.markdown - overview of the REST api
  • server/HOWTO.markdown - some quick examples

Client Documentation

see repoman-client/README.markdown for a description of the client side

License

This program is free software; you can redistribute it and/or modify it under the terms of either:

a) the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version, or

b) the Apache v2 License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the Apache v2 License for more details.

You should have received a copy of the Apache v2 License with this software, in the file named "LICENSE".

You should also have received a copy of the GNU General Public License along with this program in the file named "COPYING". If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or visit their web page on the internet at http://www.gnu.org/copyleft/gpl.html.