官网: http://www.pmease.com/

指导网站: http://wiki.pmease.com/display/QB60/

1.  安装quickbuild server

-----------------------------------------------------------

使用方法

/home/carloz/programfiles/quickbuild6/server/bin/server.sh start

http://localhost:8810/dashboard, carloz/123456

/home/carloz/programfiles/quickbuild6/server/bin/server.sh stop

注: 这里的路径是后来修改的, 下面教程中安装路径为 /home/carloz/programfiles/quickbuild6/

-----------------------------------------------------------

1.  安装quickbuild server

1.1 下载,解压

1.2 配置,启动

指导网站: http://wiki.pmease.com/display/QB60/Server+Installation+Guide

配置完网址,端口, 启动服务器后在浏览器中访问:  http://localhost:8810/, 可以看到如下界面,

1.2.1. Setup Administrator

管理员帐号/密码/邮箱设置:

1.2.2. System Setting

设置访问链接 和 数据存储目录 /home/carloz/programfiles/quickbuild6data

1.2.3. Email Setting

电子邮件设置。此设置将用于quickbuild发送电子邮件如生成通知,恢复密码的电子邮件,等等。

设置完成,点击Finish, 出现如下界面:

点击第二项, 直接进去QuickBuild dashboard界面, http://localhost:8810/dashboard

至此, QuickBuild6 Server安装完成.

=====================================================================

Supported operating systems

  • Windows 2000/XP/Vista/7, Windows server 2003/2008, 32 bit and 64 bit, x86 and IA architecture
  • Linux, 32 bit and 64 bit, x86, PowerPC and S/390 architecture
  • Mac OS X, 32 bit and 64 bit
  • Solaris, 32 bit and 64 bit, Sparc and x86 architecture
  • AIX, 32 bit and 64 bit, PowerPC architecture
  • HP-UX, 32 bit and 64 bit, IA and PARISC architecture
  • FreeBSD, 32 bit and 64 bit, x86 architecture

Memory requirement

  • 512M minimum, 1G recommended

Installation Steps

  1. Download QuickBuild distribution from http://www.pmease.com/downloads.
  2. Extract the downloaded file into the selected installation directory. Make sure the user running the server has full access rights to the installation directory.
  3. Make sure you have JDK6 or JDK7 installed. Download the appropriate JDK version from http://java.sun.com if necessary.
  4. Make sure the java command exists in the system path; if not, you will need to modify the file <QuickBuild install dir>/conf/wrapper.conf, and point the entry wrapper.java.command to path of the java command.
  5. If you run QuickBuild with Sun JDK or OpenJDK, make sure to edit file <QuickBuild install dir>/conf/wrapper.conf and add below entry to avoid using up permgen space:
    wrapper.java.additional.4=-XX:MaxPermSize=256m

    You may add this line after the line #wrapper.java.additional.3=-Dreset.

  6. Optionally run command <server install dir>/bin/config.(bat|sh) to configure port number and SSL setting of the server.
  7. Open a command window, switch to folder <server install dir>/bin, and run command server.(bat|sh) console to start the server.
    Follow this guide on how to install the server as system service so that it auto-starts when machine reboots.
  8. Monitor the console window for any error or warning messages. You may ignore warning message plugin xxxxx is not enabled as it needs to be configured, if you don't use these plugins; otherwise, please refer to plugin management on how to configure a plugin after server starts up.
  9. After the server starts up, follow the instruction in the console to open a browser window and connect to the server. Following browsers are supported:
    • Internet Explorer 9.0 or higher
    • Firefox 3.0 or higher
    • Safari 3.0 or higher
    • Chrome 4.0 or higher
  10. By default, QuickBuild uses embedded database for demonstration purpose. For production usage, please switch to other serious database following guide in data management section.

ubuntu 14.04安装quickbuild server (一)的更多相关文章

  1. ubuntu 14.04 安装svn server (subversionedge )

    ubuntu 14.04 安装subversionedge 请仔细阅读安装包自带的readme文件! 1.先去官网,找安装包: http://subversion.apache.org/ http:/ ...

  2. ubuntu 14.04 安装git server

    版本信息 ubuntu : 14.04.1 git version 1.9.1 perl v5.10.1 ssh OpenSSH_6.6.1p1 本次安装的git server使用gitolite实现 ...

  3. ubuntu 14.04 安装mysql server初级教程

    序,mysql数据库是开源的,被大多数企业所使用 目录 一.apt-get install 软件安装原理剖析二.安装mysql server三.配置和管理msyql 一.apt-get install ...

  4. ubuntu 14.04 安装mysql server的分支MariaDB Server初级教程

    序,MariaDB Server是Mysql的fork版本,与Mysql完美兼容,mysql在10年被sun收购,后sun被oracle收购,后mysql的创建者及项目长期技术带头人之一的Michae ...

  5. ubuntu 14.04安装quickbuild buildagent (二)

    使用方法: /home/carloz/programfiles/quickbuild6/buildagent/bin/agent.sh start /home/carloz/programfiles/ ...

  6. ubuntu 14.04安装mysql server & mysql client

    $ sudo apt-get install mysql-server

  7. 在Ubuntu 14.04安装和使用Docker

    Docker是一个开源软件,它可以把一个Linux应用和它所依赖的一切(比如配置文件)都封装到一个容器.然而,Docker与虚拟机不同,它使用了沙箱机制,Docker容器不运行操作系统,它共享主机上的 ...

  8. [转]在Ubuntu 14.04安装和使用Docker

    在Ubuntu 14.04安装和使用Docker 作者:chszs,版权所有,未经同意,不得转载.博主主页:http://blog.csdn.net/chszs Docker是一个开源软件,它可以把一 ...

  9. Ubuntu 14.04 安装VMware 12

    /*********************************************************************** * Ubuntu 14.04 安装VMware 12 ...

随机推荐

  1. Spring学习总结

    spring是当前流行的一个框架.在学习spring之前当然的先准备一些jar包.可以在官网找找,(也可以留言,网盘分享): 基于IDEA环境学习. 第一天完成的任务: 1.使用spring框架输出一 ...

  2. Freemarker的常用技巧总结

    Freemarker的常用技巧总结 Freemarker视频教程 1,截取字符串 有的时候我们在页面中不需要显示那么长的字符串,比如新闻标题,这样用下面的例子就可以自定义显示的长度 < lt. ...

  3. 一次mysql瘫痪解救

    最近手机app项目访问流量逐步的增加,对服务端webapi考验极大,是在一次新的业务消息推送后,极光推送给手机接受到的客户端达到19万个,此时app立马开始访问速度变慢了,用户体验相当差 客服接到的问 ...

  4. Unicode与UTF-8互转(C语言实现)

    1. 基础 1.1 ASCII码 我们知道, 在计算机内部, 所有的信息最终都表示为一个二进制的字符串. 每一个二进制 位(bit)有0和1两种状态, 因此八个二进制位就可以组合出 256种状态, 这 ...

  5. 【ThinkingInC++】65、使用delete void*可能会出错

    /** * 书本:[ThinkingInC++] * 功能:使用delete void*可能会出错 * 时间:2014年10月5日14:31:43 * 作者:cutter_point */ #incl ...

  6. Django 初探--Django的开发服务器及创建数据库(笔记)

    1.Django的开发服务器 Django框架中包含一些轻量级的web应用服务器,开发web项目时不需再对其配置服务器,Django提供的内置服务器可以在代码修改时自动加载,从而实现网站的迅速开发. ...

  7. day-8

    /* 倒数8天了 今天高考报名 两个班主任都来了23333 然后填班主任姓名就尴尬了23333 上午考试 挺不错的题目 都不是很水 但需要思考 而我是一脸的懵逼~~ 下午整理各种板子 主要是图论的 最 ...

  8. Android-关于屏幕适配的一些经验

    刚开始,我开发时选取的模拟器是WVGA854,其分辨率为854*480.我开发完毕后装在800*480的手机上时感觉很OK,但是装到480*320.以及320*240分辨率上的手机时,很多界面都变形了 ...

  9. php之常量小见

    php设置常量有二种方法,一为define(),二为使用关键字const. define()函数带有三个形参,一为常量名,通常以大写字母命名,二为值,三为是否对大小写敏感,其值为可选,默认为false ...

  10. 《转载》CSS中的三种样式来源:创作人员、读者和用户代理

    CSS中的样式一共有三种来源:创作人员.读者和用户代理,来源的不同会影响到样式的层叠方式,很多第一次学习CSS的朋友,对这三种来源可能会存在一些困惑,下面我写一下自己的理解,若有错误的地方还请指正. ...