This post is part 2 in a series of posts of how to set up an Android build server.
Posts:
Part 1 – The Server
Part 2 – Installing Hudson (this post)
Part 3 – Installing the Android SDK
Part 4 – Communicating with GitHub (coming this week)
Part 5 – Creating a Hudson Build Job (coming this week)
In this post I’m going to show you how to install Hudson CI on a 64bit Ubuntu 10.04 LTS headless server (no gui).
Note: I did this about 2 months ago. If you see any typos or find any errors, please comment so I can fix them. Thanks!
Installing Hudson
Once you have...
Read more...