From c011e1b56925eb6edea8dac0ee5d1ad285daf568 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Thu, 24 Apr 2014 09:11:45 -0600 Subject: [PATCH] Readme cleanup --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2b174c..606355f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,25 @@ + + +**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* + +- [Installation](#installation) + - [Get the Code](#get-the-code) + - [Setup Vagrant](#setup-vagrant) + - [Install Vagrant](#install-vagrant) + - [Setup Berkshelf](#setup-berkshelf) +- [Using mini-mon](#using-mini-mon) + - [Start mini-mon](#start-mini-mon) + - [Halt mini-mon](#halt-mini-mon) + - [Updating a VM](#updating-a-vm) + - [Improving Provisioning Speed](#improving-provisioning-speed) +- [Running hLinux as the base OS](#running-hlinux-as-the-base-os) + - [Creating a new hLinux box](#creating-a-new-hlinux-box) + + + Install's a mini monitoring environment based on vagrant. Intended for development and monitoring of the monitoring infrastructure. -# Usage +# Installation ## Get the Code @@ -82,7 +101,7 @@ this point hLinux has not been turned on by default: - The vboxsf filesystem driver is not working correctly in hLinux, this prevents home directory syncing. - Slow network performance of the hLinux vbox image makes some tasks annoying. -# Creating a new hLinux box +## Creating a new hLinux box The [hLinux](http://hlinux-home.usa.hp.com/wiki/index.php/Main_Page) box used in mini-mon is created via [packer](http://www.packer.io/), config is in the templates directory.