• about reviewboard stack information


    default install on this path
    /opt/reviewboard-1.6.3-0

    6. STARTING AND STOPPING BITNAMI REVIEW BOARD STACK

    The BitNami Application Manager is a simple graphical interface included in
    the stacks that can start and stop the BitNami servers. It is are located
    in the same installation directory.

    To start the utility, double click the file named ‘manager-linux’,
    'manager-windows' or 'manager-osx' from your file browser.

    Alternatively, you can also start and stop the services manually, as explained below.

    To start/stop/restart application from the command line on Linux and OSX you can use the included ctlscript.sh
    utility, as shown below:

           ./ctlscript.sh (start|stop|restart)
           ./ctlscript.sh (start|stop|restart) mysql
           ./ctlscript.sh (start|stop|restart) apache

      start      - start the service(s)
      stop       - stop  the service(s)
      restart    - restart or start the service(s)

    You can start and stop BitNami Review Board Stack on Windows using the shortcuts created
    in the Start Menu, under Programs -> BitNami -> BitNami Service

    That will start Apache service. Once started, you can open your
    browser and access the following URL on Linux or OS X:

    http://127.0.0.1:8080/reviewboard/

    And you can access the following URL on Windows:

    http://127.0.0.1/reviewboard/

    If you selected an alternate port during installation, for example 18080, the
    URL will look like:

    http://127.0.0.1:18080/reviewboard/

    If you are accessing the machine remotely, you will need to replace
    127.0.0.1 with the appropriate IP address or hostname.


    7. DIRECTORY STRUCTURE

    The installation process will create several subfolders under the main
    installation directory:

            manager-platform: Graphical Tool for managing servers
            apache2/: Apache Web server.
            memcached/: Memcached server.
            python/: Python.
            subversion/: Subversion application folder
            git/: Git application folder
            mercurial/: Mercurial application folder
            mysql/ MySQL application folder
            apps/reviewboard/: Review Board application folder
                    conf/: Review Board Apache configuration files
                    scripts/: mod_wsgi configuration file
                    rb-sites/: Review Board sites folder





  • 相关阅读:
    Python range() 函数用法
    python测试框架&&数据生成&&工具最全资源汇总
    为什么你写的用例测不出Bug来?
    软件测试人员必备知识工具清单
    接口测试需要验证数据库么?
    如何在实际工作做开展性能测试?
    为什么要做接口测试?
    面试时让你说一个印象最深的bug,该怎么回答
    maven一键部署tomcat war包(转载)
    数据库中 显示 小计 与 总计
  • 原文地址:https://www.cnblogs.com/lexus/p/2367649.html
Copyright © 2020-2023  润新知