zoukankan      html  css  js  c++  java
  • 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





  • 相关阅读:
    Mac 远程连接 Windows
    更优雅的方式: JavaScript 中顺序执行异步函数
    Node.js 上传文件
    win10 系统右键菜单不显示文字(只有小图标)修复方法
    JavaScript 排序算法(JavaScript sorting algorithms)
    JavaScript addEventListener 第三个参数
    前端小白之每天学习记录----angula2--(1)
    H5如何与Native通信Hybrid交互--(1)
    vuex学习--(1)
    前端小白之每天学习记录----php(9)简单的api
  • 原文地址:https://www.cnblogs.com/lexus/p/2367649.html
Copyright © 2011-2022 走看看