Debian 7.x (wheezy)
Include chef-dash::dash-prod
in your node's run_list
to install the dashboard wirh 'production' settings:
{
"run_list": [
"recipe[chef-dash::dash-prod]"
]
}
To setup a development environment:
Clone https://github.com/hybris/dash.git
into a folder right beside chef-dash, changedir into chef-dash and run vagrant up.
For example:
cd workspace
git clone [email protected]:hybris/dash.git
git clone [email protected]:hybris/chef-dash.git
cd chef-dash
vagrant up
Point your browser to
and you have a running dashboard.
Licensed under Apache v2.0 License
Author:: Christoph Lukas ([email protected]) Author:: Alexander Birk ([email protected])