Created
July 12, 2010 20:41
-
-
Save textarcana/473025 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replace 'jsheckler' with your own User ID in the steps below. | |
Edit in /etc/sysconfig/hudson: | |
HUDSON_HOME="/home/jsheckler/.hudson" | |
HUDSON_USER="jsheckler" | |
HUDSON_PORT="8989" | |
then: | |
sudo cp -r /var/lib/hudson /home.local/jsheckler/.hudson | |
chown -R jsheckler:etsians /home.local/jsheckler/.hudson | |
ln -s /home.local/jsheckler/.hudson ~/.hudson | |
sudo chown -R jsheckler:etsians /var/log/hudson | |
sudo /etc/init.d/hudson start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment