For Autopilot:
please download it from http://support.arcturustech.com/APHelp/installingautopilot.htm . you can get more supports from http://support.arcturustech.com/APHelp/Index.htm
A WebLogic domain with separate Admin and Managed Server/s is recommended.
For hudson:
please download hudson from http://hudson.gotdns.com/latest/hudson.war
a) Hudson installer
windows
1. Java 1.6
2. tomcat 6(please download tomcat from http://tomcat.apache.org/download-60.cgi)
2.1 push hudson.war to the $tomcat install path\webapps
2.2 start the tomcat
2.3 you can visit Hudson via http://$webroot:port/hudson
|
先下载apache-tomcat-6.0.10.tar.gz
cp jakarta-tomcat.tar.gz /usr/local/tomcat //拷贝到此目录下
tar -zxvf apache-tomcat-6.0.10.tar.gz 或 tar xvzf apache-tomcat-6.0.10.tar.gz//解压
cd /usr/local/tomcat/bin
运行tomcat:
./catalina.sh start
停止tomcat:
./shutdown.sh stop 或者 ./catalina.sh stop
#lynx http://localhost:8080
看见了jsp/servlet的东西,并能运行它的例子程序,证明tomcat安装成功。
呵呵 这个也装完拉!其实SuSE Linux下的JDK和tomcat都是绿色版的
解压后只需设置一下JDK的环境变量即可。
在/etc/profile中追回以下内容:
JAVA_HOME=/usr/java/jdk1.5.0_04 JRE_HOME=/usr/java/jdk1.5.0_04/jre CLASSPATH=.:$JAVA_HOME/bin:$PATH PATH=$JAVA_HOME/bin:$PATH export JAVA_HOME JRE_HOME CLASSPATH PATH
|
3. SVN,TFS,VSS
4.Ant Version1.7 (please download it from http://ant.apache.org/bindownload.cgi) or Maven/shell scripts/NAnt/MSbuild
Linux(Ubuntu)
1. Java 1.6
2. Jbooss5.0
2.1 push the hudson.war to the $jboss/jboss/serve/default/deploy. you can via http://$webroot:port/hudson to visit Hudson
b) Hudson configuration
1. go to hudson webpage
2. click manage hudson->configuration system. need to configurate the JDK and ANT't path. do as follow
name : JDK 1.6.0_07
JAVA_HOME :
Windows : C:\jdk1.6.0_07
Linux : /usr/lib/jvm/java-6-sun
3. click new job and create new job and input related value for the new job
4. run and watch the process of the new job
For more detail on how to use the hudson. please via http://wiki.hudson-ci.org/display/HUDSON/Building+a+software+project.
Hudson can be used easily. but we need to install many software.
For code review tool:
Collaborative Code Review Tool. It’s a code review plug-in for Eclipse. please download it from http://www.alphaworks.ibm.com/tech/ccrt/download
Also there is another one. it’s not free. And we can use it for 30 days. But it’s web tools. This is very useful for us. You can via demo http://smartbear.com/docs/viewlets/CodeCollabDemo/CodeCollabDemo.html.
http://www.iteye.com/topic/239628
http://www.iteye.com/topic/482658
分享到:
相关推荐
用于解决jenkins安装nodeJs插件后不能选择nodejs版本,将该文件上传到服务器,然后 docker cp ./hudson.plugins.nodejs.tools.NodeJSInstaller 容器ID:/var/jenkins_home/updates 然后重启Jenkins
jenkins的nodejs12.8插件,在jenkins版本太老,不能更新插件时使用,上传文件到linux进入/root/.jenkins/updates/,重启jenkins即可。
You can of course still use Hudson to manage jobs that compile against these earlier versions though. This release has been verified against the following servers Jetty 9 (Packaged in the Hudson WAR...
【Hudson 学习教程】 Hudson 是一款强大的持续集成工具,主要负责自动化软件的构建、测试和部署任务。它的核心功能包括持续构建/测试、RSS/邮件/即时消息通知、Junit/TestNG 测试报告生成、分布式构建支持以及丰富...
hudson2.2.0的war包。 我只能上传小于50MB的文件所以分了两个压缩包。
### Hudson安装全过程详解 #### 一、前言 Hudson是一款开源持续集成工具,主要用于自动化构建、测试软件项目,支持多种SCM(如Git、SVN等),并且可以通过插件扩展功能。本文将详细介绍Hudson的安装过程,包括JDK...
Hudson 是一个开源的持续集成工具,用于自动化各种软件项目构建、测试和部署等任务。在本教程中,我们将深入探讨如何配置和使用Hudson。 首先,为了运行Hudson,你需要准备以下组件: 1. **Apache Tomcat 7.0 以上...
### Hudson常用插件详解 Hudson,作为一款开源持续集成工具,通过丰富的插件系统,极大地增强了其灵活性和功能性,支持多种源代码管理和构建工具,满足不同开发团队的需求。以下是对部分常用插件的详细说明: ####...
Hudson是一款开源的持续集成工具,用于自动化各种任务,包括构建、测试和部署软件。本文档将深入探讨Hudson的安装、配置、使用方法以及如何搭建远程自动构建和daily_build系统。 1. **Hudson安装** 安装Hudson通常...
【Hudson平台搭建及使用详解】 Hudson是一个开源的持续集成(CI)服务器,它提供了一种自动化构建、测试和部署软件的解决方案。Hudson以其简单易用和丰富的插件功能而受到赞誉,使得项目管理和配置变得更加高效。...
《Hudson持续集成实战》是一本专注于自动化部署的教程,旨在帮助读者掌握使用Hudson进行持续集成的关键技术和实践策略。Hudson,作为一个开源的持续集成工具,被广泛应用于软件开发过程中,以提升效率,减少错误,并...
- 在 "Source Code Management" 中配置 SVN 地址,启用 "Use update" 以更新源代码。 - 在 "Build Triggers" 中,使用 "Poll SCM" 定时触发构建。在 "Build" 的 "Targets" 中,可以指定构建目标,如: - `war`:...
Hudson是一款开源的持续集成工具,它允许开发者自动构建、测试和部署软件项目。在敏捷开发环境中,持续集成是至关重要的实践,它可以帮助团队快速发现并修复错误,提高软件质量。"Hudson快速启动和停止脚本"是针对...