Commit Graph

42 Commits

Author SHA1 Message Date
FusionPBX 620ee7809c Update finish.sh 2017-04-23 04:42:54 -06:00
FusionPBX 4a2bc7a7e8 Update php.sh 2017-04-23 04:42:44 -06:00
FusionPBX ce6b54035a Update selinux.sh 2017-04-23 04:29:48 -06:00
root 05a6714ed3 Update permissions 2017-04-23 10:20:28 +00:00
FusionPBX 95bf141d69 Update install.sh 2017-04-23 03:29:01 -06:00
FusionPBX 923a7e7c29 Update selinux.sh 2017-04-23 03:23:14 -06:00
FusionPBX e5943517d1 Create selinux.sh 2017-04-23 03:22:49 -06:00
FusionPBX ac72b9a426 Update install.sh 2017-04-23 03:20:46 -06:00
FusionPBX 9d984eb99d Update switch.sh 2017-04-23 03:15:13 -06:00
FusionPBX 5a79599a96 Update install.sh 2017-04-23 03:04:12 -06:00
FusionPBX 03f3861c43 Create switch.sh 2017-04-23 02:52:42 -06:00
FusionPBX e40caf1d49 Update environment.sh 2017-04-23 02:48:49 -06:00
FusionPBX 5a5eca6c28 Update install.sh 2017-04-23 02:21:24 -06:00
FusionPBX b04457b228 Update package-systemd.sh 2017-04-23 02:13:43 -06:00
FusionPBX b359181258 Update package-release.sh 2017-04-23 02:13:07 -06:00
FusionPBX c996dfd4bf Update conf-copy.sh 2017-04-23 02:12:13 -06:00
FusionPBX bb0d8ae3bb Update package-permissions.sh 2017-04-23 02:11:32 -06:00
FusionPBX f42f9c8570 Update package-release.sh 2017-04-23 02:10:09 -06:00
FusionPBX d10321700e Update config.sh 2017-04-23 01:59:55 -06:00
FusionPBX 166e093371 Update postgres.sh 2017-04-23 01:54:20 -06:00
FusionPBX f69b769a3a Update fusionpbx.sh 2017-04-23 01:43:41 -06:00
FusionPBX 972c95984a Update php.sh 2017-04-23 01:42:03 -06:00
FusionPBX c4729342e6 Update nginx.sh 2017-04-23 01:35:17 -06:00
FusionPBX 0aa5df601a Update fusionpbx.sh 2017-04-23 01:29:42 -06:00
FusionPBX b9c79e8ca4 Update finish.sh 2017-04-23 01:15:36 -06:00
FusionPBX 2b69de5f12 Update fail2ban.sh 2017-04-23 01:09:56 -06:00
FusionPBX 8d7ee0fd50 Update firewalld.sh 2017-04-23 01:07:22 -06:00
FusionPBX 487bde2e92 Update fail2ban.sh 2017-04-23 01:03:34 -06:00
FusionPBX 29f55141b6 Update finish.sh 2017-04-23 00:56:42 -06:00
FusionPBX f234d1484b Create environment.sh 2017-04-23 00:39:51 -06:00
FusionPBX 63b7ee71c0 Update config.sh 2017-04-23 00:27:24 -06:00
FusionPBX d8450d43e3 Update finish.sh 2017-04-16 12:02:40 -06:00
Len bbbf16768f Update pre-install.sh (#92)
added -y so git will auto answer yes
2017-04-15 22:53:21 -06:00
FusionPBX 39f5d2388f Update pre-install.sh 2017-04-03 22:31:39 -06:00
FusionPBX 51a75e836a Create pre-install.sh 2017-04-03 22:28:23 -06:00
FusionPBX 0259756941 Create config.sh 2017-04-03 19:46:20 -06:00
FusionPBX 4a7e3f5d72 Create sngrep.sh 2017-04-03 19:20:26 -06:00
FusionPBX aae94bf317 Update fusionpbx.sh 2017-04-03 19:18:00 -06:00
erxspin 5a2f3521cb Bug fix exec permissions CentOS - part 1 (#89)
* added CentOS, Fedora, RHEL choices with minimal version check (recommited)

* fixed small typos

* 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

* added execute permissions to ./centos/*.sh files
2017-03-17 17:44:14 -06:00
erxspin 26d050685a Bug fix empty value check CentOS (#85)
* added CentOS, Fedora, RHEL choices with minimal version check (recommited)

* fixed small typos

* 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

* POSIX sh empty value check compatibility
2017-03-10 16:07:16 -07:00
erxspin f2265865f9 Bug fix multiple records in db CentOS (#86)
* added CentOS, Fedora, RHEL choices with minimal version check (recommited)

* fixed small typos

* 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

* drop and create again postgresql public schema with cascade option to prevent multiple domains creation in db
2017-03-10 16:06:43 -07:00
Adam Niedzwiedzki e1e6e06162 CentOS 7 Installer (#71) 2017-02-23 09:53:37 -07:00