Popularity
3.2
Declining
Activity
0.0
Stable
5
4
2

Programming language: Ruby
License: MIT License
Tags: DevOps    

crystal-cookbook alternatives and similar shards

Based on the "DevOps" category.
Alternatively, view crystal-cookbook alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of crystal-cookbook or a related project?

Add another 'DevOps' Shard

README

crystal-cookbook Build Status

Chef cookbook for installing crystal.

Usage

Add below line to your Berksfile.

cookbook 'crystal', github: 'vjdhama/crystal-cookbook'

TODO'S

  • [ ] Add option for installing different versions.
  • [ ] Add support for more platforms.
    • [x] Ubuntu
    • [x] Debian
    • [x] Centos
    • [ ] Alpine
  • [x] Add travis for running kitchen tests.

Contributing

  1. Fork it ( https://github.com/vjdhama/crystal-cookbook/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • vjdhama - Vijay Dhama : creator, maintainer