Commit graph

75 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa b0f743035e pma updated
Now we always install the latest pma version, instead of using the official Ubuntu PPA.
2018-06-23 20:18:42 -06:00
Cristhian Martínez Ochoa 7f0acd43ca set timezone
Now we can set timezone for Ubuntu and PHP.
2018-06-23 18:31:24 -06:00
Cristhian Martínez Ochoa 5348de5b95 external lists updated
Domain suffix updated.
Timezone DB added.
2018-06-23 16:37:06 -06:00
Cristhian Martínez Ochoa 4d21112f4e php improvements
- php_exec_zip are now enabled.
- php cookie_httponly is now enabled
2018-06-22 16:38:31 -06:00
Cristhian Martínez Ochoa 36ef30272b config-load deprecated
Config-Load or Custom Conf option has been deprecated.
2018-06-22 16:23:12 -06:00
Cristhian Martínez Ochoa f0078b3914 web-tools deprecated
Purge Web-Tools feature has been deprecated.
2018-06-22 16:15:03 -06:00
Cristhian Martínez Ochoa c00f4602d2 minor improvements
- wget with referer for better statistics.
- api-events instead myapi
- proxy sites now with includes for better fuile handling and ssl.
2018-06-22 13:30:13 -06:00
Cristhian Martínez Ochoa 4e28539fa4 Merge branch dev
Merge new features:
- Force www or non-www
- Ignore ssl
- API
2018-05-30 16:44:56 -06:00
Cristhian Martínez Ochoa dee82bf64d HotFix -php-ver
php-ver causing Bad Gateway error in front end.
2018-05-29 20:17:43 -06:00
Cristhian Martínez Ochoa 7f5327fe42 Add Ubuntu 18.04 support to GP branch
Add Ubuntu 18.04 support to GP branch
2018-05-22 18:20:41 -06:00
Cristhian Martínez Ochoa 07d109a7b5 ubuntu bionic support
Added support for Ubuntu 18.04 bionic beaver.
2018-05-18 16:55:57 -06:00
Cristhian Martínez Ochoa e7b3d36419 swap for -gt 128
Now we are considering cases for swap with ram above 128.
2018-05-18 14:19:24 -06:00
Cristhian Martínez Ochoa 844b653e4e Ignore SSL in Force-Redirect
New option to ignore SSL in force-redirect for some cases where WWW was not included in SSL.
2018-05-18 13:28:32 -06:00
Cristhian Martínez Ochoa f2fff2e377 fixed force redirect
server_name missing a semicolon.
2018-05-13 19:13:31 -06:00
Cristhian Martínez Ochoa dd40579db9 Merge branch 'master' into 1.5.0 2018-05-13 18:59:46 -06:00
Cristhian Martínez Ochoa 4088125ee0 domain check fixed
Now we prevent an error for invalid filename.
2018-05-13 18:38:52 -06:00
Cristhian Martínez Ochoa e63db8869d Domain Check improved
improved domain check for special characters to avoid DB errors creation.
2018-05-09 16:22:46 -06:00
Cristhian Martínez Ochoa 8d2032f506 Merge branch 'master' into 1.5.0 2018-05-09 15:26:05 -06:00
Cristhian Martínez Ochoa 459a666b61 wp-default fixed
now we convert hyphens to prevent errors in dbcheck, also in default mode always fallback in suggested name to avoid errors.
2018-05-09 15:25:50 -06:00
Cristhian Martínez Ochoa 2288d8ff72 notepad issue
issue with files edited in notepad . failing the end of the line format unix.
2018-05-07 23:33:06 -06:00
Cristhian Martínez Ochoa 830c574c2d Merge branch 'master' into 1.5.0
merge multi-php feature
2018-05-07 22:48:54 -06:00
Cristhian Martínez Ochoa 4db986f51c multi-php feature
Now we can install multi php versions simultaneously.
2018-05-07 22:41:45 -06:00
Cristhian Martínez Ochoa b2b1e3ba5f api feature
now we have an API for installation and purge progress.
2018-05-02 20:10:01 -06:00
Cristhian Martínez Ochoa b26f7ec9b6 force www redirect
Now we have a command to force redirections to www or non-www.
2018-05-02 15:41:31 -06:00
Cristhian Martínez Ochoa 31bb518b4e some small fixes
- final release.
- port tools fixed - not assigning port number during fresh installations.
- type in redis settings in wp-config.
- clear opcache wrong url corrected.
2018-04-28 22:01:23 -06:00
Cristhian Martínez Ochoa 765e9c4b0b fixed error loop
Fixed error loop when data is incorrect for external db in WP unattended.
2018-04-26 18:51:06 -06:00
Cristhian Martínez Ochoa f851e8d76a parked and proxy improved
- fixed - proxy sites now don't create data folder.
- parked now use the createsite function and also respect the subdomain check.
2018-04-26 16:15:44 -06:00
Cristhian Martínez Ochoa 7c90bad146 domain name check
Now we check and have a WARNING messagge for domain names.
2018-04-25 19:59:40 -06:00
Cristhian Martínez Ochoa 5faece155d db-check lenght
DB name and user - now checks lenght
2018-04-25 18:56:44 -06:00
Cristhian Martínez Ochoa a5e714ec07 fixed nginx
Fixed an error with new 1.14.0 stable version not properly starting the nginx service.
2018-04-25 16:06:10 -06:00
Cristhian Martínez Ochoa 64b5c64021 tools-port improved
- default value is now assigned during creation site, not in initial installation.
- webinoly -tools-port command now works even if nginx is not installed.
2018-04-25 15:16:04 -06:00
Cristhian Martínez Ochoa d3830acfc8 conf functions improved
Prevent an issue with similar named variables.
2018-04-25 14:05:10 -06:00
Cristhian Martínez Ochoa d52f0fe866 fixed multiple wp redis
Fixed an issue when multiple WP installation have redis enabled causing an unexpected behavior like wrong redirections.
2018-04-25 14:00:22 -06:00
Cristhian Martínez Ochoa b26520b33f parked sites improved
- ssl nginx-error fixed.
- ssl check root before creation.
- parked and proxy sites are now listed in -delete-all.
2018-04-24 20:14:43 -06:00
Cristhian Martínez Ochoa e22f9fd8b4 bionic preparation
Test and preparation for Ubuntu 18.04 bionic beaver.
2018-04-24 17:39:01 -06:00
Cristhian Martínez Ochoa 32d998643a some small fixes
Fixed before release:
- stack lemp not acepting stable/mainline parameter.
- external db unattended not working.
- httpauth delete similar names issues.
- mysql site with external db not should need wp prefix parameter, removed!
- ssl-on failing due to subdomain check.
2018-04-05 12:37:20 -05:00
Cristhian Martínez Ochoa a0a8981f0c delete site w ext-db unattended
Delete site with external database now is unattended.
2018-04-04 13:49:24 -05:00
Cristhian Martínez Ochoa 4e26e73afe delete site unattended
Now delete site command acept "force" option for unattended scripts.
2018-04-04 12:10:32 -05:00
Cristhian Martínez Ochoa 448870d1bc mysql site unattended
MySQL site now can run unattended and also acept default and custom data.
2018-04-03 20:44:59 -05:00
Cristhian Martínez Ochoa ab654a0b7b nginx mainline
Now we can install mainline or stable versions of nginx.
2018-04-03 14:27:58 -05:00
Cristhian Martínez Ochoa 231eb61541 ssl site improved
Check if letsencrypt is installed.
ssl-off now can run unattended
2018-04-03 13:02:39 -05:00
Cristhian Martínez Ochoa ef9a7d0af4 stack messages improved
Installation messages improved and some small code improvements.
2018-03-31 21:08:40 -06:00
Cristhian Martínez Ochoa ebb06ccc42 site command small fixes
- "-on" option now check if domain exists.
- "-proxy" now check if is subdomain.
- small changes in PMA install.
- some small code improvements.
2018-03-31 16:51:15 -06:00
Cristhian Martínez Ochoa 42f3736f61 improved subdomain detection
now we compare against public-suffix list (mozilla) to know if a site is sub domain.
2018-03-27 13:32:48 -07:00
Cristhian Martínez Ochoa cef1fed914 redis plugin installed
Now Redis Object Cache Plugin is automatically installed when WP Cache is enabled.
2018-03-19 14:32:37 -07:00
Cristhian Martínez Ochoa fe0c5a3551 php 7.2 is now default
PHP v7.2 is now the default version installed with Webinoly.
2018-03-19 14:08:15 -07:00
Cristhian Martínez Ochoa 59b9eb15b9 validate db user
Now we validate DB User in the same way as dbname to avoid reserved words or special characters.
2018-02-28 17:17:44 -07:00
Cristhian Martínez Ochoa cdc81de26d db_name validation improved
Check for reserved word and special characters
2018-02-27 17:51:05 -07:00
Cristhian Martínez Ochoa ecb20e4254 mysql command error exit code
Fixed error detection after mysql command execution.
2018-02-27 16:29:24 -07:00
Cristhian Martínez Ochoa aa5313bf80 new lib for webinoly command
install lib was splitted up and reduced
2018-02-26 18:32:16 -07:00