https://github.com/werrett/mosh-cookbook
Simple Chef Cookbook for Mosh - The Mobile Shell
https://github.com/werrett/mosh-cookbook
Last synced: about 1 year ago
JSON representation
Simple Chef Cookbook for Mosh - The Mobile Shell
- Host: GitHub
- URL: https://github.com/werrett/mosh-cookbook
- Owner: werrett
- License: mit
- Created: 2014-06-29T07:28:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T13:17:54.000Z (almost 12 years ago)
- Last Synced: 2025-02-16T04:43:53.184Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mosh Cookbook
Cookbook to install [mosh](http://mosh.mit.edu/), the "Mobile Shell" from source.
Follows a generic Chef [install-from-source method](http://stackoverflow.com/a/8642173).
# Requirements
Requires the following packages on Ubuntu:
* pkgconf
* libncurses5-dev
* libprotobuf-dev
* protobuf-compiler
* libutempter-dev
* libssl-dev
Note: Only tested under Ubuntu 14.04 LTS 64-bit.
# Todo
* Added Redhat support. And test before installing UFW config.
# Attributes
* version - Version of mosh to install.
* url - URL to pull mosh source from.
* configure_options - Arguments passed to `configure`.
* make_options - Arguments passed to `make`.
* install_options - Arguments passed to `make install`.
# Author
Jonathan Werrett ()