Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarebyte/puppet-elixir
https://github.com/tarebyte/puppet-elixir
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarebyte/puppet-elixir
- Owner: tarebyte
- License: mit
- Created: 2014-06-29T02:20:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T02:27:00.000Z (over 10 years ago)
- Last Synced: 2024-10-17T19:51:23.708Z (about 1 month ago)
- Language: Ruby
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Elixir Puppet Module for Boxen
Installs [Elixir](http://elixir-lang.org/) is a functional, meta-programming aware language built on top of the Erlang VM.
It is a dynamic language that focuses on tooling to leverage Erlang's abilities to build concurrent, distributed and fault-tolerant applications with hot code upgrades.[![Build Status](https://travis-ci.org/boxen/puppet-elixir.svg?branch=master)](https://travis-ci.org/boxen/puppet-elixir)
## Usage
```puppet
include elixir
```## Required Puppet Modules
* `boxen`
* `homebrew`
* `erlang`## Development
Set `GITHUB_API_TOKEN` in your shell with a [Github oAuth Token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use) to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like `Unable to find module 'boxen/puppet-boxen' on https://github.com`.
Then write some code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.