jacksonargo / cloudburrito

A slack app to download burritos from the cloud.
https://cloudburrito.jacksonargo.com
MIT License
0 stars 1 forks source link

Codacy Badge

cloudburrito CircleCI

A slack app to download burritos from the cloud.

Installation:

git clone https://github.com/jacksonargo/cloudburrito.git
cd cloudburrito
rvm install 2.3.3
gem install bundler
bundle install

Run:

bundle exec unicorn -c config/unicorn.rb

Test:

bundle exec rspec

Build with docker:

docker build . -t cloudburrito