Difference between revisions of "Easy Ubuntu 10.04"
(Created page with "Easy_Ubuntu_10.04 ==Download Ubuntu 10.04 Server LTS (Lucid)== http://www.ubuntu.com/server/get-ubuntu/download Select Ubuntu 10.04 LTS Long Term Support Choose 32 bit...") |
(→Get the latest install script) |
||
Line 20: | Line 20: | ||
Check the options: | Check the options: | ||
sudo install_fusionpbx | sudo install_fusionpbx | ||
+ | This script should be called as: | ||
+ | install_fusionpbx option1 option2 | ||
+ | option1: | ||
+ | install-freeswitch | ||
+ | install-fusionpbx | ||
+ | install-both | ||
+ | upgrade-freeswitch | ||
+ | upgrade-fusionpbx | ||
+ | version|--version|-v | ||
+ | |||
+ | option2: | ||
+ | user: option waits in certain places for the user to check for errors | ||
+ | auto: tries an automatic install. Get a cup of coffee, this will take a while. FOR THE BRAVE! | ||
+ | |||
sudo install_fusionpbx --version | sudo install_fusionpbx --version | ||
Revision as of 16:09, 20 December 2010
Easy_Ubuntu_10.04
Contents
Download Ubuntu 10.04 Server LTS (Lucid)
http://www.ubuntu.com/server/get-ubuntu/download
Select Ubuntu 10.04 LTS Long Term Support Choose 32 bit or 64 bit depending on your hardware
Get the latest install script
Project: http://sourceforge.net/projects/fusionpbxinstal/files/
Note: to download with wget, find the latest script, get the download direct link from sourceforge.
cd /usr/local/bin
example:
wget "http://downloads.sourceforge.net/project/fusionpbxinstal/install_fusionpbxv4.2.sh?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffusionpbxinstal%2Ffiles%2F&ts=1292860515&use_mirror=cdnetworks-us-2" -O install_fusionpbx chmod 744 install_fusionpbx
Check the options:
sudo install_fusionpbx This script should be called as: install_fusionpbx option1 option2 option1: install-freeswitch install-fusionpbx install-both upgrade-freeswitch upgrade-fusionpbx version|--version|-v option2: user: option waits in certain places for the user to check for errors auto: tries an automatic install. Get a cup of coffee, this will take a while. FOR THE BRAVE!
sudo install_fusionpbx --version
Start the install.
sudo install_fusionpbx install-both user
This will take a while. It will grab the latest FreeSWITCH git, and compile it with the necessary modules for FusionPBX. It sets permissions properly, and grabs the latest FusionPBX from SVN. Running as user means user interactive. It pauses in specific places so you can see what's going on. It installs all necessary dependencies, and adds Fail2Ban (for FreeSWITCH), apache2, php5, and sqlite (for FusionPBX). Everything should automatically configure. This process takes a while...
BUGS and Getting Help
soapee01 on #fusionpbx (freenode) wrote this script. For help, go there. Bugs and feature requests can be handled on the sourceforge project page:
http://sourceforge.net/projects/fusionpbxinstal/
ISO
This is a LiveCD that installs. It's currently in work (64 bit and 32 bit). I'll put some links up soon.. 2010-12-20