Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

server info

lornajane edited this page Mar 19, 2011 · 16 revisions

This page details the configuration, setup and various paths for the server belonging to the joind.in project (178.208.42.30, generously provided by Combell!) It does not contain security details.

System Information

  • Platform: Debian Squeeze
  • PHP Version: 5.3.3

Apache Configuration

Virtual Hosts

jenkins.joind.in (you can just put this in your local hosts file)

Modules Enabled

  • proxy
  • proxy_http
  • vhost_alias (mostly to get the passthru for port 8080)

Jenkins Configuration

Installed via apt (see http://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu). Check if jenkins is running: ps ax | grep jenkins

Start (or stop) jenkins sudo /etc/init.d/jenkins start (or stop)

Packages Added

From Apt

  • php-pear
  • php5-dev
  • sudo
  • sun-java6-jre
  • byobu (better screen)

From Pear

Also upgraded pear to 1.9.2

  • xdebug
  • phpunit/PHPUnit
  • phpunit/ppw

(Channels: pear.phpunit.de, components.ez.no, pear.symfony-project.com)

Shell accounts

  • ccornutt
  • lorna
  • kevin
  • jenkins

Use "sudo -s -H -u jenkins" to become the jenkins user at a prompt

Clone this wiki locally