Difference between revisions of "Easy Ubuntu 10.04"
(→Bugs and Getting Help) |
(→ISO) |
||
Line 50: | Line 50: | ||
== ISO == | == ISO == | ||
− | This is a LiveCD for installing FreeSWITCH/FusionPBX. It's currently in work (64 bit and 32 bit). | + | This is a LiveCD for installing FreeSWITCH/FusionPBX. It's currently in work (64 bit and 32 bit). These are beta. They have been tested with vmplayer, but to my knowledge not yet installed on real hardware. Feedback requested: /msg soapee01 on Freenode (#fusionpbx). 2010-12-20 |
+ | |||
+ | ;Beta1: | ||
+ | <u>Issues with ISO</u> | ||
+ | # openssh key problem. first boot after install should run 'dpkg-reconfigure openssh-server' | ||
+ | |||
+ | <u>Issues with FusionPBX install script on the iso [v4.2]</u> | ||
+ | # under case upgrade-freeswitch, variables were not set properly. It upgraded fusionpbx... | ||
+ | # fail2ban error fixed in latest FS git. remove associated text | ||
+ | # have install check for /etc/fail2ban. reinstall (as in from iso) duplicates some txt | ||
+ | # remove or fix fusionpbx upgrade code. it either needs to log in and then update and run the schema upgrade. or get rid of it. | ||
+ | # get logrotate working... let's not fill the disk. | ||
+ | |||
+ | Hopefully 4.3 will be out in the next day or two, and beta2 ISOs released soon after. 2010-12-20 | ||
+ | |||
+ | ;32 Bit | ||
+ | :http://dl.dropbox.com/u/17006469/fusionpbx_ub_i386-beta1.iso | ||
+ | :http://dl.dropbox.com/u/17006469/fusionpbx_ub_i386-beta1.iso.md5 | ||
+ | |||
+ | ;64 Bit | ||
+ | :http://dl.dropbox.com/u/17006469/fusionpbx_ub_amd64-beta1.iso | ||
+ | :http://dl.dropbox.com/u/17006469/fusionpbx_ub_amd64-beta1.iso.md5 |
Revision as of 00:23, 21 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
When you install ubuntu, you should select the "Manual package selection" option. This way we can keep the install to the bare minimum. Just quit tasksel during the install.
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 Version 4.2 - 2010 December 17. WAF License
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 for installing FreeSWITCH/FusionPBX. It's currently in work (64 bit and 32 bit). These are beta. They have been tested with vmplayer, but to my knowledge not yet installed on real hardware. Feedback requested: /msg soapee01 on Freenode (#fusionpbx). 2010-12-20
- Beta1
Issues with ISO
- openssh key problem. first boot after install should run 'dpkg-reconfigure openssh-server'
Issues with FusionPBX install script on the iso [v4.2]
- under case upgrade-freeswitch, variables were not set properly. It upgraded fusionpbx...
- fail2ban error fixed in latest FS git. remove associated text
- have install check for /etc/fail2ban. reinstall (as in from iso) duplicates some txt
- remove or fix fusionpbx upgrade code. it either needs to log in and then update and run the schema upgrade. or get rid of it.
- get logrotate working... let's not fill the disk.
Hopefully 4.3 will be out in the next day or two, and beta2 ISOs released soon after. 2010-12-20