`
haohappy2
  • 浏览: 313243 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

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

分享到:
评论

相关推荐

    hudson.plugins.nodejs.tools.NodeJSInstaller 版本最高为17.9.0

    用于解决jenkins安装nodeJs插件后不能选择nodejs版本,将该文件上传到服务器,然后 docker cp ./hudson.plugins.nodejs.tools.NodeJSInstaller 容器ID:/var/jenkins_home/updates 然后重启Jenkins

    hudson-3.3.1.war

    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...

    Python Testing Cookbook.pdf

    You will learn how to use popular continuous integration systems like Jenkins (formerly known as Hudson) and TeamCity to automatically test your code upon check in. This book explores Python’s built...

    hudson学习教程Hudson安装与使用,Hudson配置,Hudson插件

    Hudson安装与使用,Hudson配置,Hudson插件Hudson安装与使用,Hudson配置,Hudson插件Hudson安装与使用,Hudson配置,Hudson插件Hudson安装与使用,Hudson配置,Hudson插件Hudson安装与使用,Hudson配置,Hudson插件...

    hudson.plugins.nodejs.tools.NodeJSInstaller

    jenkins的nodejs12.8插件,在jenkins版本太老,不能更新插件时使用,上传文件到linux进入/root/.jenkins/updates/,重启jenkins即可。

    [MariaDB] MariaDB 入门教程 (英文版)

    Learn how to use MariaDB to store your data easily and hassle-free Overview A step-by-step guide to installing and configuring MariaDB Includes real-world examples that help you learn how to store ...

    hudson2.2.0的war包

    hudson2.2.0的war包。 我只能上传小于50MB的文件所以分了两个压缩包。

    hudson-3.2.2.war

    hudson-3.2.2 放在tomcat下直接打开即可

    hudson 中文操作手册

    hudson 中文操作手册 hudson 中文操作手册 hudson 中文操作手册

    hudson自动构建文档

    hudson安装及其配置 hudson平台搭建及使用 Hudson使用参考手册 关于hudson远程自动构建发布 使用hudson_搭建daily_build_系统

    hudson持续集成包

    hudson持续集成包hudson持续集成包

    Hudson持续集成测试

    如何在电脑上配置Hudson并通过Hudson进行持续集成的测试!

    hudson.freemarker_ide_0.9.14.rar

    hudson.freemarker_ide_0.9.14 是eclipse 的 离线版插件 是配合我这篇帖子的 https://blog.csdn.net/jdycsdn/article/details/105598881

    Hudson持续集成

    Hudson 是一个可扩展的持续集成引擎。 主要用于: 1.持续、自动地构建/测试软件项目,如CruiseControl与DamageControl。 2.监控一些定时执行的任务。 Hudson拥有的特性包括: •易于安装-只要把hudson.war部署到...

    hudson安装全过程

    非常简单的Hudson安装步骤,简洁可行,还不用积分哦

    持续开发hudson教程

    这是一个用hudson+maven+svn完成持续开发的详细教程。

    Hudson常用插件说明

    Hudson常用插件说明

    持续集成工具hudson配置和使用介绍

    Hudson 是一种革命性的开放源码 CI 服务器,它从以前的 CI 服务器吸取了许多经验教训。Hudson 最吸引人的特性之一是它很容易配置:很难找到更容易设置的 CI 服务器,也很难找到开箱即用特性如此丰富的 CI 服务器。...

    hudson.rar

    hudson.rarhudson.rarhudson.rarhudson.rarhudson.rar

    Hudson持续集成实战

    Hudson持续集成实战 自动化部署教程

Global site tag (gtag.js) - Google Analytics