Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/hanlon-cookbook
A cookbook to build and deal with the dependancies for hanlon
https://github.com/jjasghar/hanlon-cookbook
Last synced: 26 days ago
JSON representation
A cookbook to build and deal with the dependancies for hanlon
- Host: GitHub
- URL: https://github.com/jjasghar/hanlon-cookbook
- Owner: jjasghar
- Created: 2014-08-02T23:22:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T23:45:45.000Z (about 10 years ago)
- Last Synced: 2023-03-22T23:17:13.532Z (over 1 year ago)
- Language: Ruby
- Homepage: https://github.com/csc/Hanlon
- Size: 266 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hanlon-cookbook
This is the wrapper cookbook to deploy [hanlon](https://github.com/csc/Hanlon) and deal with the dependencies.
NOTE: This is very much a WIP.
NOTE: still need to set up dhcp inside this cookbook also.
## How to get hanlon running with puma
You'll need to check the `hanlon_server.conf` and the `hanlon_client.conf` after the init script is ran do to some of the miss automatic configurations. Such as `hanlon_server:` and the `image_path:`
```shell
$ sudo su -
# cd /opt/hanlon
# gem install bundler
# bundle install
# ./hanlon_init
# vi /opt/hanlon/cli/config/hanlon_client.conf
# vi /opt/hanlon/web/config/hanlon_server.conf
# cd /opt/hanlon/web/
# bundle exec puma
```