https://github.com/gandi/hieraviz
DEPRECATED - Web and API server for accessing Puppet dev and prod data.
https://github.com/gandi/hieraviz
Last synced: about 1 year ago
JSON representation
DEPRECATED - Web and API server for accessing Puppet dev and prod data.
- Host: GitHub
- URL: https://github.com/gandi/hieraviz
- Owner: Gandi
- License: mit
- Created: 2015-12-17T17:26:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T10:15:08.000Z (over 8 years ago)
- Last Synced: 2025-04-12T03:14:37.065Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 185 KB
- Stars: 5
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Hieraviz
===============
[](http://rubygems.org/gems/hieraviz)
[](https://rubygems.org/gems/hieraviz)
[](https://travis-ci.org/Gandi/hieraviz)
[](https://coveralls.io/github/Gandi/hieraviz)
[](https://gemnasium.com/Gandi/hieraviz)
[](https://codeclimate.com/github/Gandi/hieraviz)
Hieraviz is a simple web application for accessing Puppet development code and production data in a unified interface. Its main goal is to enable a better visibility on the Puppet architecture for more actors to be able to interact with it.

It's currently in very early stages of development, use at your own risk.
Installation
-------------------
Install it from Rubygens:
gem install hieraviz
Development
--------------
Make sure you have ruby installed (version 2.1.5 from jessie works fine, or use rvm).
gem install bundler
git clone https://github.com/Gandi/hieraviz.git
cd hieraviz
bundle install --path vendor
cp config/hieraviz.default.yml config/hieraviz.yml
# edit the config file
bundle exec shotgun
# or
bundle exec rackup
Production
----------------
gem install thin
thin -s 1 -C config/thin.yml -R config.ru start
Contributing
----------------
Bug reports and pull requests are welcome on GitHub at https://github.com/Gandi/hieraviz.
Authors
-----------
Hieracles original code is written by [@mose](https://github.com/mose).
License
-----------
Hieraviz is available under [MIT License](http://opensource.org/licenses/MIT).
Copyright
------------
copyright (c) 2015, 2016 Gandi http://gandi.net