Skip to content

jacksonargo/cloudburrito

Repository files navigation

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