This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'sinatra' | |
get '/' do | |
"Sinatra is awesome" | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box: wercker/ubuntu12.04-ruby2.0.0 | |
services: | |
- wercker/mongodb | |
- wercker/rabbitmq | |
- wercker/redis | |
- wercker/mysql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- script : | |
name : compass compile | |
code : | | |
cd $WERCKER_SOURCE_DIR | |
bundle exec compass compile -s compressed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box: mies/scala | |
build: | |
steps: | |
- script: | |
name: ant dependencies | |
code: | | |
ant -f update_dependencies.xml | |
- script: | |
name: ant build | |
code: | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box: wercker/golang | |
# Add services here | |
# Build definition | |
build: | |
# The steps that will be executed on build | |
steps: | |
# Sets the go workspace and places you package | |
# at the right place in the workspace tree | |
- setup-go-workspace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box: wercker/python | |
build: | |
steps: | |
- install-packages: | |
packages: libfreetype6-dev | |
- pip-install | |
- script: | |
name: tests | |
code: python tests.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get remove rabbitmq-server | |
sudo apt-get install xsltproc xmlto | |
wget http://www.rabbitmq.com/releases/rabbitmq-server/v3.1.5/rabbitmq-server-3.1.5.tar.gz | |
tar -zxvf rabbitmq-server-3.1.5.tar.gz rabbitmq-server-3.1.5 | |
cd rabbitmq-server-3.1.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box: wercker/python | |
# Build definition | |
build: | |
# The steps that will be executed on build | |
steps: | |
# A step that sets up the python virtual environment | |
# # Use this virtualenv step for python 3.2 | |
# - virtualenv | |
# name: setup virtual environment | |
# python_location: /usr/bin/python3.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: wercker-lemp-chef | |
version: 0.0.1 | |
inherits: wercker/[email protected] | |
type: main | |
platform: [email protected] | |
description: A proper LEMP stack built with Chef. Includes other goodies. | |
keywords: | |
- nginx | |
- php5-fpm | |
- mongodb |
OlderNewer