zoukankan      html  css  js  c++  java
  • ubuntu 14.04安装quickbuild server (一)

    官网: 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.
  • 相关阅读:
    暑假第一周进度总结
    学习记录(Python字典)
    学习记录(Python元组)
    学习记录(完成实验一二安装Scala)
    学习记录(安装Sbt)
    学习记录(安装spark)
    学习记录(Python列表)
    学习记录(Python循环结构)
    学习记录(Python选择结构)
    学习记录(Python算数运算符与if语句)
  • 原文地址:https://www.cnblogs.com/carlo/p/4823873.html
Copyright © 2011-2022 走看看