博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 14.04安装quickbuild server (一)
阅读量:5917 次
发布时间:2019-06-19

本文共 3288 字,大约阅读时间需要 10 分钟。

官网: 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 .
  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  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 , 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  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  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 .

转载地址:http://odfvx.baihongyu.com/

你可能感兴趣的文章
echarts 认知笔记
查看>>
js 组合键监听ctrl + enter
查看>>
AMD:异步模块定义
查看>>
机器人会偷走你的饭碗吗——医生篇
查看>>
团队作业(五)-笔记app top5
查看>>
CTF之MD5相等值不相等
查看>>
Mysql存储过程语法
查看>>
MySQL案例01:Last_SQL_Errno: 1755 Cannot execute the current event group in the parallel mode
查看>>
nyoj89 汉诺塔(二)
查看>>
centos上如何安装git
查看>>
验证码识别(最简单之印刷体数字)
查看>>
P1282 多米诺骨牌
查看>>
java synchronized详解
查看>>
[摘录]第2章 中场谈判技巧
查看>>
pl/sql编程(四)
查看>>
关于我
查看>>
(转载)SQL语句导入导出大全
查看>>
多媒体开发之 H.264中NALU、RBSP、SODB的关系 (弄清码流结构)
查看>>
【Qt文档阅读】事件系统
查看>>
Mac 下使用Ionic x86 emulation currently requires hardware acceleration 问题
查看>>