Commit graph

34 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa 14e19177af site command improved
- argument empty error fixed
- cache option install plugins with wrong permissions fixed
2018-10-26 22:03:48 -06:00
Cristhian Martínez Ochoa ce1f8d21a9 improvements and fixes
- php7.3 support
- cache wp plugins permissions fixed
- custom-nginx-rules path for parked sites fixed
- wget timeout improved
- opcache not working when custom tool port is set, fixed.
- external-list-update command renamed to external-sources-update
- readme and some messaged improved.
2018-10-26 21:30:46 -06:00
Cristhian Martínez Ochoa b8e7b6be10 fix delete disabled site
Fixed error when try to delete a site that is disabled.
2018-07-28 18:45:24 -05: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 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 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 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 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 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 84c86b3882 www support subdomains
NGINX-Conf: Remove www support for subdomains - only main domain will support both www and non-www.
2018-02-14 21:22:15 -07:00
Cristhian Martínez Ochoa bf16306d28 dbname check for reserved words
Check for reserved and special words that can not be used as identifiers in db names.
2018-02-13 21:31:16 -07:00
Cristhian Martínez Ochoa a54d357a20 Messages Improved
Some messages improved, fixed typos and silent output test.
2018-01-16 14:40:33 -07:00
Cristhian Martínez Ochoa a34e086951 Unattended WP Custom Install
Unattended WP installation with custom data.
2017-12-29 18:13:59 -06:00
Cristhian Martínez Ochoa d97a3da0b5 mysql site option
Option to create MySQL site.
2017-12-18 21:26:05 -06:00
Cristhian Martínez Ochoa ed9b5b2841 Unattended WP installation
Unattended WP installation with default data.
2017-12-01 18:15:06 -07:00
Cristhian Martínez Ochoa e63b236f89 DB Connection improvements
DB timeout fixed, check for duplicate dbname improved, fixed remote db delete.
2017-11-08 14:43:39 -07:00
Cristhian Martínez Ochoa 24543a5d8a Install & Update Improvements
Wget instead curl, beta version installer, fixed app version in conf file after update, fixed delete installer file when not in home.
2017-11-06 21:10:50 -07:00
Cristhian Martínez Ochoa 43a90a1dfd Minor fixes and tweaks.
Log command code refactored, messages improved, HTTPS links, Ondrej repo ppa key fixed, source folder issue.
2017-10-21 21:35:55 -06:00
Cristhian Martínez Ochoa 13d9025391 Initial release
First commit to public release.
2017-09-16 14:37:13 -06:00