Have you successfully installed Hudson on a Dreamhost VPS? If you have, what are the steps to make it run continuously, even if the server restarts? They run debian on the servers.
Asked
Active
Viewed 742 times
1 Answers
3
Here is an manual how to install Jenkins/hudson on debian.
Main page jenkins-ci.org

René Höhle
- 1,438
- 3
- 17
- 26
-
Thanks for the link, I'm voting up your answer - but I am specifically asking for Dreamhost VPS-specific implementation. – amateur barista Mar 30 '11 at 20:27
-
Do you have a complete vps? With root access? – René Höhle Mar 30 '11 at 21:36
-
@Stony Yes, I do have a VPS with root access. – amateur barista Mar 30 '11 at 23:39
-
so then whats the problem? Then follow the installation guide. When you insert the source they load all depencies. – René Höhle Mar 31 '11 at 00:09
-
Does that restart jenkins automatically too? – amateur barista Mar 31 '11 at 00:57
-
yes when you install it over the repo then its inserted as init script. then you can start over /etc/init.d/jenkins restart something like this. And when you install it over the repo you get updates, too. – René Höhle Mar 31 '11 at 01:03