/elixir-cookbook

A cookbook to manage an installation of Elixir

Primary LanguageRubyOtherNOASSERTION

elixir-cookbook

A cookbook to manage an installation of Elixir.

Supported Platforms

  • Ubuntu

Attributes

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"

Usage

elixir::default

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

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author:: Jamie Winsor (jamie@vialstudios.com)