a56bcfc56d
- clean tabs - use different master sites URL for different files - remove unused options - add freeswitch user option - bump portrevision 2. Update bbb-conf script: - add freeswitch user - check installed packages - add start / stop options - verify host names with getent 3. Update rc script for openoffice: - set and use HOME env 4. Update pkg-message: - add note about hostname resolution - add start note 5. Clean pkg-plist PR: ports/153923 Submitted by: Alex Deiter <alex.deiter@gmail.com> (maintainer) Feature safe: yes
34 lines
1,009 B
Text
34 lines
1,009 B
Text
===============================================================================
|
|
|
|
BigBlueButon is now installed. If you install it for the first time,
|
|
you may need to perform the following steps:
|
|
|
|
1. Check /etc/hosts or DNS for your BigBlueButon server hostname resolution:
|
|
|
|
% getent hosts bbb-hostname
|
|
|
|
2. Configure your BigBlueButon server with command:
|
|
|
|
# bbb-config install -h <hostname|ip address> -c <konference|meetme|freeswitch>
|
|
|
|
2. Start your BigBlueButon with command:
|
|
|
|
# bbb-config start
|
|
|
|
3. Open http://<hostname|ip address> in your web browser.
|
|
|
|
4. Check log files for errors:
|
|
|
|
%%RED5_LOGS%%/*
|
|
%%TOMCAT_LOGS%%/*
|
|
/var/log/asterisk/messages
|
|
/var/log/freeswitch/freeswitch.log
|
|
/var/log/nginx-*
|
|
|
|
For more detailed information please visit:
|
|
|
|
http://code.google.com/p/bigbluebutton/wiki/InstallingBigBlueButton
|
|
http://code.google.com/p/bigbluebutton/wiki/ConfigurationFiles
|
|
http://code.google.com/p/bigbluebutton/wiki/FAQ
|
|
|
|
===============================================================================
|