* added special option --use-php5-package
* parse options and export new environment variable USE_PHP5_PACKAGE
* added choice between php5* or php7.0* packages (recommited)
* fixed php*-fpm service name and php.ini file path (recommited)
* prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited)
* added ppa:ondrej/php5-compat repo
* added dependency ppa:ondrej/php repo and package software-properties-common
* transition from php5* packages to php-7.0*
* added 3rd party repositories with php7.0-* packages for trusty and jessie
* added php7.0-xml package for Class SimpleXMLElement
* added apt-get update after adding php7.0* repository source
moved command line argument processing to a separate script so it can be
shared
added --use-system-master to allow user to use master branch instead of
detected master
added colour support in a way that will not screw up the console if
colour support is not available
Used US spelling ;p
If approved will add to remaining scripts
encourage users to submit the output of lsb_release as an issue when
that test fails, this should allow contributors not in irc at the time
of the problem to see the information
Add CPU and OS bit checking which can be disabled with --no-cpu-check
Added bootstrap installer to help simplify the install
Checks for root
Checks what OS (in a way that can be expanded)
If > Debian 8
- Install Git
- Fetch the rest of the installer
- Start the Install passing though command line options
export the command line variables so sub scripts can use them
use sed to update log path is source is used
simplify freeswitch rules to use protocol=all
general tidy up of spacing in files