Commit Graph

38 Commits

Author SHA1 Message Date
FusionPBX 08ebc280b1 Update install.sh 2017-03-04 15:10:20 -07:00
FusionPBX c027f66888 Update install.sh 2017-03-04 14:37:11 -07:00
FusionPBX 8ed6915066 Update install.sh 2017-03-04 14:00:30 -07:00
FusionPBX 351358fec1 Update install.sh 2017-03-04 13:54:52 -07:00
erxspin 7cd7859a90 Fix to issue #76 - Use php5 for some dists with new command-line switch (#77)
* 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
2017-02-28 09:32:26 -07:00
FusionPBX b517884450 Update install.sh 2017-02-24 18:15:15 -07:00
erxspin a7b38004ca POSIX sh empty value check compatibility - part 1 (#62)
# Conflicts:
#	debian/resources/switch/package-all.sh
#	debian/resources/switch/package-release.sh
2017-02-24 09:54:19 -07:00
erxspin e76a036f70 transition from php5* packages to php-7.0* (#66)
* 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
2017-02-23 10:49:57 -07:00
FusionPBX 968dcbc0d0 Update install.sh 2017-01-11 21:12:21 -07:00
FusionPBX f542269ad2 Update install.sh 2017-01-11 20:33:44 -07:00
Mafoo 02057e68dc BugFix-Resource sourcing (#46)
changes of directory using relative paths is back firing
2016-09-30 16:59:58 -06:00
Mafoo eda28f4efd Added Branch support (#44)
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
2016-09-29 10:57:50 -06:00
Mafoo 9c32701897 Enhance-use unofficial repo when arm detected automatically (#39)
remove --use-switch-package-unofficial-arm
when arm detected automatically use the unoffcial repos
2016-08-25 15:38:52 -06:00
FusionPBX 10695baa98 Update install.sh
Copy freeswitch conf xml files then update the file permissions.
2016-08-16 14:15:18 -06:00
FusionPBX f60e570a98 Update install.sh 2016-08-16 11:55:14 -06:00
FusionPBX 3236ee4e0a Update install.sh 2016-08-16 11:47:08 -06:00
FusionPBX d983f7075c Update install.sh 2016-08-15 23:07:30 -06:00
FusionPBX 5f696755da Update install.sh
Use the permissions.sh script by default.
2016-08-15 22:40:08 -06:00
Mafoo 41c48b7df2 Enhance-Add Raspbian Support (#32)
If lsb_release -i is Raspbian report as Debian to os_check
reorganised CPU/OS checks to be more in depth and separate detects from checks
2016-08-15 09:22:23 -06:00
Mafoo 9bb09c15d2 BugFix-Arm compatibility (#31)
fix an issue reported in IRC with cubox-i4 not detecting the cpu
correctly
2016-08-05 08:10:39 -06:00
Mafoo ae2c3ee411 Enhance-Add php config (#30)
update the post_max_size to 32M during the install
2016-08-02 11:14:57 -06:00
Mafoo 76eb530f3b Enhance Add colours (#21)
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
2016-06-13 18:40:49 -06:00
Mafoo 5482b1b932 Enhance-Add OS-CPU bit checking (#17)
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
2016-06-11 08:52:38 -06:00
Mafoo bded377c9a BugFix-make relative paths work (#19)
remove path on systemctl as it should rely on path as it could be in
/sbib/ on some systems
2016-06-11 08:50:10 -06:00
Mafoo bb2079323d Enhance Add bootstrap installer (#16)
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
2016-06-08 07:04:57 -06:00
markjcrane 98e386458b Shorten the parameter names used in the install script. I'm considering shortening them further. 2016-06-04 13:21:32 -06:00
markjcrane bfd6075f14 Fix a spelling mistake in install.sh. 2016-06-04 13:05:16 -06:00
Mafoo bf5a253f65 fixes for fail2ban (#10)
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
2016-05-28 12:09:45 -06:00
FusionPBX b37d3c338a Update install.sh
Change restart php-fpm to php5-fpm
2016-05-26 17:56:05 -06:00
mafoo bef7c9b4b2 Initial permission changes
added use of getopt to allow command line options to indicate to use different sources

added +x
2016-05-26 19:35:00 +01:00
FusionPBX 16c07760fd Update install.sh
Add the new package-permissions.sh shell script to install.sh.
2016-05-23 21:10:52 -06:00
FusionPBX 08689f192f Update install.sh 2016-05-16 20:18:10 -06:00
FusionPBX 031290347e Update install.sh
Restart freeswitch after installing and configuring postgresql.
2016-05-16 20:16:28 -06:00
DigiDaz 8c7bfc3f27 Restart freeswitch 2016-05-17 01:26:27 +01:00
FusionPBX ef662b3362 Update install.sh 2016-05-10 11:15:14 -06:00
FusionPBX 4b2ef69703 Update install.sh
Fix the path for finish.sh
2016-05-09 16:35:25 -06:00
markjcrane 2defa9d736 Add a finish.sh script to run after the web based part of the install. 2016-05-09 16:30:26 -06:00
markjcrane 5988b7ed7d Add a shell install script. 2016-04-29 13:24:22 -06:00