This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 232
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.
- Platform: Debian Squeeze
- PHP Version: 5.3.3
jenkins.joind.in (you can just put this in your local hosts file)
- proxy
- proxy_http
- vhost_alias (mostly to get the passthru for port 8080)
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)
- php-pear
- php5-dev
- sudo
- sun-java6-jre
- byobu (better screen)
Also upgraded pear to 1.9.2
- xdebug
- phpunit/PHPUnit
- phpunit/ppw
(Channels: pear.phpunit.de, components.ez.no, pear.symfony-project.com)
- ccornutt
- lorna
- kevin
- jenkins
Use "sudo -s -H -u jenkins" to become the jenkins user at a prompt