Skip to content

pingworks/chef-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4fb4fa0 · Sep 3, 2019

History

61 Commits
Sep 3, 2019
Sep 21, 2015
Sep 3, 2019
Mar 25, 2016
Mar 26, 2016
Dec 9, 2014
Mar 26, 2016
Mar 25, 2016
Mar 25, 2016
May 8, 2015
Mar 25, 2016
Nov 28, 2014
Jan 30, 2015
Nov 28, 2014
Sep 3, 2019

Repository files navigation

chef-dash-cookbook

Supported Platforms

Debian 7.x (wheezy)

Attributes

Usage

chef-dash::dash-prod

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]"
  ]
}

chef-dash::dash-dev

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 git@github.com:hybris/dash.git

git clone git@github.com:hybris/chef-dash.git

cd chef-dash

vagrant up

Point your browser to

http://localhost:8080/

and you have a running dashboard.

License and Authors

Licensed under Apache v2.0 License

Author:: Christoph Lukas (lukas@pingworks.de) Author:: Alexander Birk (birk@pingworks.de)