Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peopledoc/insight-installer

Chef cookbooks to run the provisionning of your insight-reloaded server.
https://github.com/peopledoc/insight-installer

approved-public ghec-mig-migrated

Last synced: 17 days ago
JSON representation

Chef cookbooks to run the provisionning of your insight-reloaded server.

Awesome Lists containing this project

README

        

Insight-reloaded installer
==========================

Configure your server
---------------------

Open chef/solo.json to configure the global variables

Install chef-solo
-----------------

Run the provisionning with chef-solo::

$ sudo ./scripts/chef-install
$ sudo chef-solo -c ./chef/solo.rb

Then you can launch the circusd as a service::

$ sudo /etc/init.d/circusd start
$ sudo /etc/init.d/circusd status
$ sudo /etc/init.d/circusd stop