Skip to content

darthsteven/aegir-ci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aegir-ci

A setup script for Aegir's Continuous integration server.

Installation

Automatic installation

You can install this via the command line with either 'curl' or 'wget'.

via curl

curl -L https://github.com/darthsteven/aegir-ci/raw/master/tools/install.sh | sh

via wget

wget --no-check-certificate https://github.com/darthsteven/aegir-ci/raw/master/tools/install.sh -qO - | sh

Manual installation

(as root)

apt-get update
apt-get install git-core
git clone git://github.com/darthsteven/aegir-ci.git -b dev /opt/aegir-ci
cd /opt/aegir-ci
python setup.py

About

A high performance setup for a Drupal server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 64.8%
  • Ruby 25.2%
  • Python 10.0%