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





  • 相关阅读:
    CListCtrl 显示图片及大批量数据的加载速度与闪烁问题
    iPhone开发数组基本用法NSArray与NSMutableArray
    iPhone开发 让viewDidAppear/viewWillAppear 在页面加载前始终调用
    iPhone开发 SDK新手必读
    iPhone开发内存管理
    AfxEnableControlContainer has not been called yet
    ftp上传文件bat脚本
    struts2学习基础配制
    windows server 2008 R2忘记administrator密码
    linux cifs自动挂载远程windows硬盘或文件夹
  • 原文地址:https://www.cnblogs.com/lexus/p/2367649.html
Copyright © 2011-2022 走看看