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





  • 相关阅读:
    牛客练习赛81 B. 小 Q 与彼岸花(DP/Trie/树状数组/FWT/好题)
    HDU6570 Wave(DP)
    HDU6567 Cotree(树的重心/树形DP)
    P1712 [NOI2016] 区间(双指针/线段树)
    P1063 [NOIP2006 提高组] 能量项链(区间DP)
    Jquery
    Jquery
    Jquery
    Jquery 学习
    JS学习
  • 原文地址:https://www.cnblogs.com/lexus/p/2367649.html
Copyright © 2011-2022 走看看