====== 1.4.2.0-QUITO Predeployment Configuration ====== **References -** https://wiki.exphosted.com/doku.php/bigbluebutton_integration#compiling_client_with_flash_player_11_112 https://wiki.exphosted.com/doku.php/better_office_document_conversion#deployment_instructions ====== PRODUCTION (COMPLETED on 12/30/2013) ====== === On Prodcollab machine === Setup flash player 11 swc wget http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_2.swc # Figure out flex_home_dir. It is /home/expbbbu/dev/tools/flex on prodcollab01 at this point. (value in FLEX_HOME env variable.) mkdir /frameworks/libs/player/11.2 mv playerglobal11_2.swc /frameworks/libs/player/11.2/playerglobal.swc chmod 775 /frameworks/libs/player/11.2/playerglobal.swc === on Prod app server ==== 1. Download the openoffice setup before starting the deployment. (http://jaist.dl.sourceforge.net/project/openofficeorg.mirror/4.0.1/binaries/en-US/Apache_OpenOffice_4.0.1_Linux_x86-64_install-rpm_en-US.tar.gz) 2. Bring the site down with maintenance page. /deploy/systasks/web.sh disable /deploy/systasks/apache.sh down 3.Set up and configure office - https://wiki.exphosted.com/doku.php/better_office_document_conversion#production 4. Crosscheck the god service settings once again as per steps in (3). 5. Remove the maintenance page we have put in step (2). (Again running runcap.sh script will put the maintanence page and proceede with deployment normally.) /deploy/systasks/web.sh enable /deploy/systasks/apache.sh allup ====== QA (Completed - Wed Oct 30 23:00:00 PDT 2013) ====== === On Qacollab machine === Setup flash player 11 swc wget http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_2.swc # Figure out flex_home_dir. Mostly it is /home/expbbbu/dev/tools on qacollab01 at this point. (value in FLEX_HOME env variable.) mkdir /frameworks/libs/player/11.2 mv playerglobal11_2.swc /frameworks/libs/player/11.2/playerglobal.swc chmod 775 /frameworks/libs/player/11.2/playerglobal.swc === on Qa app server ==== 1. Download the libreoffice before starting the deployment and setup. Set up and configure office - https://wiki.exphosted.com/doku.php/better_office_document_conversion#qa 2. Change configs for webcam recording - https://wiki.exphosted.com/doku.php/webcam_recording#deployment_instructions 3. Crosscheck the god service settings once again as per steps in (1).