Open source video Conferencing BigBlueButton development (2)--Configuration Command tool

Source: Internet
Author: User
Tags bigbluebutton

Transferred from: http://yangactive.iteye.com/blog/1621712

Introduced

Bbb-conf is a BBB configuration command tool that can modify the BBB profile, manage the BBB process (start, start, restart), resolve initialization problems! As a developer, by looking at Bbb-conf's source code, you can help understand the different parts of BBB and how they work together!

Operation

If you enter bbb-conf without any parameters, you can see the list of command actions that are allowed below!

Java code
  1. bbb-conf [Options]
  2. Configuration:
  3. --setip BigBlueButton
  4. --conference [Konference|meetme|freeswitch]
  5. Switch Conference Module
  6. --setsalt <salt> Change the security salt in bigbluebutton.properties
  7. Monitoring:
  8. --check check configuration files and processes for problems
  9. --debug Scan The log files for error messages
  10. --watch Scan The log files for error messages every 2 seconds
  11. --salt View The URL and security salt for the server
  12. Administration:
  13. --restart Restart Bigbuebutton
  14. --stop Stop Bigbuebutton
  15. --start Start Bigbuebutton
  16. --clean Restart and clean all log files
  17. --zip zip up log files for reporting an error

There are some BBB configuration commands that require you as the root user to execute commands! Bbb-conf will print out a message prompting you to execute the command with sudo!

--setip

Example: bbb-conf--setip 192.168.1.211

Or

bbb-conf--setip bbb.mybbbserver.com

--clean

Clear all log files and restart bbb!

--check

Check the current configuration and list the potential issues!

--checkout

Move out of BBB

--conference <conference_module>

Change the Meeting mode

--debug

Check log files or errors

--reset-dev

Resetting the development environment using the development package

--salt

Display current BBB API Security salt

--setup-samba

This command, which can be used only with the BBB virtual machine, builds a shared development environment-

--setsalt <new_salt>

Create a new security key for BBB

--setup-dev [Web|client|apps]

To build the Bbb-web,bbb-client,bbb-apps development environment, execute the bbb-conf before executing this command--checkout

--start

Turn on all the BBB processes

--stop

Stop all the BBB processes

--watch

Not two minutes to view log files or error messages, use this command after sudo bbb-conf--clean to clear all log files

--zip

Compressed log file Report Error! (The exact words are: Zip up log files for reporting an error!), may be translated incorrectly!

This article may be written in some places where there is a mistake, look Haihan ~, reproduced please indicate the source http://yangactive.iteye.com/blog/1621712

Open source Video conferencing BigBlueButton development (2)--Configure command tools

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.