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 17: | Line 17: | ||
Had to remove some stuff | Had to remove some stuff | ||
rpm -e php-pdo | |||
rpm -e php-ZendFramework-Db-Adapter-Pdo | |||
rpm -e php-pdo | |||
rpm -e php-mysql | |||
rpm -e phpmyadmin | |||
rpm -e php-mysql | |||
rpm -e php-pdo | |||
yum --enablerepo=remi,remi-php55 install nginx php-fpm php-common | |||
service httpd stop | service httpd stop |
Revision as of 03:42, 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
- libreoffice allows sharing docs by converting them to PDF
- libyaml and libyaml-dev (for supporting gem in ruby)
nginx migration
http://www.if-not-true-then-false.com/2011/install-nginx-php-fpm-on-fedora-centos-red-hat-rhel/
Had to remove some stuff
rpm -e php-pdo rpm -e php-ZendFramework-Db-Adapter-Pdo rpm -e php-pdo rpm -e php-mysql rpm -e phpmyadmin rpm -e php-mysql rpm -e php-pdo 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'Bold text -- 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 Use linphone to connect to dart sip:[email protected] and dial 9664 to hear MOH
ruby the version in Centos is 1.8.7 and BBB requires 1.9.2 Version 2 is out but being cautious today I installed the newest of the 1. series, 1.9.3
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