21

Jan/13

Install Hudson On Ubuntu 12.04

Add Hudson to the sources list: sudo sh -c “echo ‘deb http://hudson-ci.org/debian binary/’ > /etc/apt/sources.list.d/hudson.list” Do an update to refresh the repository list: sudo apt-get update Install Hudson sudo apt-get install hudson By default the administration page is at http://localhost:8080. … Continue reading