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





  • 相关阅读:
    InnoDB实现MVCC原理
    Python中定义函数时参数有默认值的小陷阱
    Python系统编程笔记
    Python中的字典
    Python中常见的字符串小笔试题
    Oracle常见名词解析
    Oracle数据库面试题【转载】
    Oracle日期语言修改
    Oracle日期时间函数大全
    Oracle数据库分页的三种方法
  • 原文地址:https://www.cnblogs.com/lexus/p/2367649.html
Copyright © 2011-2022 走看看