BigBlueButton: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) Created page with "Installing on Dart == Prerequisites == === yum install === * nginx 1.0.15 * redis 2.4.10 * swftools 0.9.1 * ImageMagick 6.5.4.7 === Sources === freeswitch git clone git:/..." |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 8: | Line 8: | ||
* swftools 0.9.1 | * swftools 0.9.1 | ||
* ImageMagick 6.5.4.7 | * ImageMagick 6.5.4.7 | ||
=== nginx migration == | |||
* php | |||
* Mediawiki | |||
http://www.if-not-true-then-false.com/2011/install-nginx-php-fpm-on-fedora-centos-red-hat-rhel/ | |||
yum -y install php-pecl-apc | |||
=== Sources === | === Sources === | ||
freeswitch | freeswitch -- They recommend building from git sources | ||
git clone git://git.freeswitch.org/freeswitch.git | git clone git://git.freeswitch.org/freeswitch.git | ||
cd freeswitch | |||
./bootstrap.sh | |||
== BBB == | == BBB == | ||
git clone https://github.com/bigbluebutton/bigbluebutton.git | Now that the prereq's are out of the way... | ||
git clone https://github.com/bigbluebutton/bigbluebutton.git |
Revision as of 18:51, 8 February 2014
Installing on Dart
Prerequisites
yum install
- nginx 1.0.15
- redis 2.4.10
- swftools 0.9.1
- ImageMagick 6.5.4.7
= nginx migration
- php
- Mediawiki
http://www.if-not-true-then-false.com/2011/install-nginx-php-fpm-on-fedora-centos-red-hat-rhel/
yum -y install php-pecl-apc
Sources
freeswitch -- They recommend building from git sources
git clone git://git.freeswitch.org/freeswitch.git cd freeswitch ./bootstrap.sh
BBB
Now that the prereq's are out of the way...
git clone https://github.com/bigbluebutton/bigbluebutton.git