chluehr / roundsman

Shell scripts for setting up and/or managing Ubuntu servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roundsman

Build Status

Roundsman contains a couple of (bash) shell scripts which are designed to prepare a linux system for development.

setup.sh

Simple bash script to bring a ubuntu system up to speed regarding the newest development tools.

travis-phing.sh

Add this to your .travis.yml config in order to use phing on travis-ci. Sample:

language: php
php:
  - 5.3
  - 5.4
before_script: wget -q -O - https://raw.github.com/chluehr/roundsman/master/travis-phing.sh
script: ./travis-phing.sh

build.xml

Dummy, just for testing the travis setup.

About

Shell scripts for setting up and/or managing Ubuntu servers


Languages

Language:Shell 100.0%