Skip to content

Instantly share code, notes, and snippets.

@mies
Created July 20, 2013 09:41
Show Gist options
  • Save mies/6044466 to your computer and use it in GitHub Desktop.
Save mies/6044466 to your computer and use it in GitHub Desktop.
couchdb box yml's
# wercker-box.yml
name: couchdb
version: 0.1.0
inherits: mies/erlang@0.0.2
type: service
platform: ubuntu@12.04
description: wercker box for couchdb a document oriented database
keywords:
- couchdb
- erlang
- noqsql
- database
packages:
- couchdb@2.4.0
script: |
sudo chef-solo -c $WERCKER_SOURCE_DIR/solo.rb -j $WERCKER_SOURCE_DIR/solo.json -l debug
env:
WERCKER_COUCHDB_PORT: 5984
WERCKER_COUCHDB_HOST: $$HOST$$
WERCKER_COUCHDB_URL: $$HOST$$:5984
WERCKER_COUCHDB_VERSION: "2.4.0"
# wercker.yml
box : wercker/ubuntu12.04-ruby1.9.3-berkshelf1
build :
steps :
- script:
name : install cookbooks
code : |
cd $WERCKER_ROOT
berks install -p cookbooks%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment