I have a ROR 3 application.i need to install and run hudson for continiuos integration testing.i am a bit confused with available resources from Internet…I need Help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
first ..
Download hudson from [war file for hudson][1]
Mount war file in VMware(if you are using LInux on windows) OR From
the terminal hit this command
java -jar hudson-2.2.1.warthird and last step .. Connect to localhost by
http://localhost:8080…and see Hudson running . Moreover you canchange the configuration setting .This link will help you http://injecting.by2.be/blog/2010/11/hudson_for_a_rails3_project.html by Ivo Dancet
…hope it helps.