Merge pull request #225 from glennsarti/add-dev-doco

(maint) Update development documentation
This commit is contained in:
Rob Braden 2017-06-20 15:12:22 -07:00 committed by GitHub
commit 58b580d3eb
4 changed files with 237 additions and 1 deletions

View file

@ -117,7 +117,7 @@ vmpooler provides an API and web front-end (dashboard) on port `:4567`. See the
### API
vmpooler provides a REST API for VM management. See the [API documentation](API.md) for more information.
vmpooler provides a REST API for VM management. See the [API documentation](docs/API.md) for more information.
### Dashboard
@ -136,6 +136,10 @@ A dashboard is provided to offer real-time statistics and historical graphs. It
- [vagrant-vmpooler](https://github.com/briancain/vagrant-vmpooler) Use Vagrant to create and manage your vmpooler instances.
## Development and further documentation
For more information about setting up a development instance of vmpooler or other subjects, see the [docs/](docs) directory.
## Build status
[![Build Status](https://travis-ci.org/puppetlabs/vmpooler.png?branch=master)](https://travis-ci.org/puppetlabs/vmpooler)