Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peopledoc/insight-installer
- Owner: peopledoc
- Created: 2012-10-24T08:03:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-11T12:19:26.000Z (about 12 years ago)
- Last Synced: 2024-04-16T06:52:50.916Z (9 months ago)
- Topics: approved-public, ghec-mig-migrated
- Language: Ruby
- Size: 191 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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.rbThen 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