Skip to content

Instantly share code, notes, and snippets.

@mies
mies / gist:6044466
Created July 20, 2013 09:41
couchdb box yml's
# wercker-box.yml
name: couchdb
version: 0.1.0
inherits: mies/[email protected]
type: service
platform: [email protected]
description: wercker box for couchdb a document oriented database
keywords:
- couchdb
@mies
mies / gist:5764153
Created June 12, 2013 10:04
wercker.yml with a lot of services
box: wercker/ubuntu12.04-ruby2.0.0
services:
- wercker/mongodb
- wercker/rabbitmq
- wercker/redis
- wercker/mysql
require 'sinatra'
get '/' do
"Sinatra is awesome"
end