2017 © Pedro Peláez
 

project vagrant-catalog

Vagrant Cloud-like catalog for use on your private network

image

vube/vagrant-catalog

Vagrant Cloud-like catalog for use on your private network

  • Wednesday, March 11, 2015
  • by ross-p
  • Repository
  • 5 Watchers
  • 59 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Vagrant Catalog

Build Status Coverage Status Latest Stable Version Dependency Status, (*1)

Application to manage boxing up Vagrant VMs to be used as base boxes for use in private box distribution systems., (*2)

You can use vagrant-boxer to package up the Vagrant boxes and keep their metadata updated, then upload the files to a server that is running vagrant-catalog., (*3)

vagrant-catalog is a simple HTTP interface to your collection of Vagrant boxes that allows you to browse the boxes you've created and returns metadata to Vagrant so you can use commants like vagrant box outdated, vagrant box update, etc, on your own boxes., (*4)

A complete example can be found here: vagrant-boxer-example, (*5)

Features

  • Simple vagrant catalog browser
  • Integrates easily with Vagrantfile
    • Shows you how to add each box to your Vagrantfile

Installation

To install, clone this repository into your web server's docroot, or a sub-directory thereof., (*6)

Then, run composer update, (*7)

$ git clone https://github.com/vube/vagrant-catalog /path/to/docroot
$ cd /path/to/docroot
$ composer update

For example on a typical Debian server you may clone it into /var/www/vagrant.yourdomain.com, (*8)

Configuration

$ cd /path/to/docroot
$ cp config.php.dist config.php
$ edit config.php

The default configuration is probably OK for most installations. It assumes are running in the docroot of your virtualhost, and that you are storing files in the files sub-directory., (*9)

Usage

Once you're set up, you need to actually install your Vagrant base boxes into the files sub-directory., (*10)

For example your docroot may look like this:, (*11)

docroot:
  - files:
    - your_company:
      - base_box:
        - metadata.json
        - your_company-base_box-1.0.0-virtualbox.box
      - devel_box:
        - metadata.json
        - your_company-devel_box-1.0.0-virtualbox.box
  - config.php
  - index.php

In the above example, there are 2 Vagrant boxes, named your_company/base_box and your_company/devel_box., (*12)

The *.box files and the metadata.json files should be created by vagrant-boxer and then you should have uploaded them to this location., (*13)

Dependencies

  • A web server (Apache or nginx)
  • PHP 5.3.7+
  • Composer

The Versions

11/03 2015

dev-master

9999999-dev

Vagrant Cloud-like catalog for use on your private network

  Sources   Download

MIT

The Requires

 

The Development Requires

vagrant vube vagrant catalog

11/03 2015

dev-develop

dev-develop

Vagrant Cloud-like catalog for use on your private network

  Sources   Download

MIT

The Requires

 

The Development Requires

vagrant vube vagrant catalog

11/03 2015

0.3.1

0.3.1.0

Vagrant Cloud-like catalog for use on your private network

  Sources   Download

MIT

The Requires

 

The Development Requires

vagrant vube vagrant catalog

10/11 2014

0.3.0

0.3.0.0

Vagrant Cloud-like catalog for use on your private network

  Sources   Download

MIT

The Requires

 

The Development Requires

vagrant vube vagrant catalog

09/05 2014

0.2.1

0.2.1.0

Vagrant Cloud-like catalog for use on your private network

  Sources   Download

MIT

The Requires

 

The Development Requires

vagrant vube vagrant catalog

09/05 2014

0.2.0

0.2.0.0

Vagrant Cloud-like catalog for use on your private network

  Sources   Download

MIT

The Requires

 

The Development Requires

vagrant vube vagrant catalog

03/05 2014

0.1.1

0.1.1.0

Vagrant Cloud-like catalog for use on your private network

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

vagrant vube vagrant catalog

02/05 2014

0.1.0

0.1.0.0

Vagrant Cloud-like catalog for use on your private network

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

vagrant vube vagrant catalog