BigBlueButton: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 42: | Line 42: | ||
cd freeswitch | cd freeswitch | ||
./bootstrap.sh | ./bootstrap.sh | ||
./configure | |||
make -j 10 | |||
sudo make all install cd-sounds-install cd-moh-install | |||
== BBB == | == BBB == | ||
Line 48: | Line 51: | ||
git clone https://github.com/bigbluebutton/bigbluebutton.git | git clone https://github.com/bigbluebutton/bigbluebutton.git | ||
http://wiki.freeswitch.org/wiki/Linux_Quick_Install_Guide |
Revision as of 02:06, 9 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
http://www.if-not-true-then-false.com/2011/install-nginx-php-fpm-on-fedora-centos-red-hat-rhel/
Had to remove some stuff
1034 rpm -e php-pdo 1035 rpm -e php-ZendFramework-Db-Adapter-Pdo 1036 rpm -e php-pdo 1037 rpm -e php-mysql 1038 rpm -e phpmyadmin 1039 rpm -e php-mysql 1040 rpm -e php-pdo 1041 yum --enablerepo=remi,remi-php55 install nginx php-fpm php-common
service httpd stop service nginx start service php-fpm start chkconfig httpd off chkconfig nginx on chkconfig php-fpm on
php-mapscript will need to be recompiled
Sources
freeswitch -- They recommend building from git sources
git clone git://git.freeswitch.org/freeswitch.git cd freeswitch ./bootstrap.sh ./configure make -j 10 sudo make all install cd-sounds-install cd-moh-install
BBB
Now that the prereq's are out of the way...
git clone https://github.com/bigbluebutton/bigbluebutton.git
http://wiki.freeswitch.org/wiki/Linux_Quick_Install_Guide