how to use hudson, autopilot, and code reviews tools

      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

猜你喜欢

转载自wuchengyi.iteye.com/blog/688195