A cookbook to manage an installation of Elixir.
- Ubuntu
Key | Type | Description | Default |
---|---|---|---|
[:elixir][:install_path] | String | Path that Elixir will reside in | "/usr/local/lib/elixir" |
[:elixir][:source][:repo] | String | Git source repository location | "https://github.com/elixir-lang/elixir.git" |
[:elixir][:source][:revision] | String | Version of Elixir to compile | "v0.11.2" |
Include elixir
in your node's run_list
:
{
"run_list": [
"recipe[elixir::default]"
]
}
Note: You must have at least 1GB of memory to compile Elixir from source
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: Jamie Winsor (jamie@vialstudios.com)