Commit graph

35 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa 40a7eb27d6 stack updated and improved
linux var optim improved
nginx conf improved
wp security improved
MariaDB 10.3 upgraded
2018-12-09 20:56:15 -06:00
Cristhian Martínez Ochoa 2f3bde87a5 case insentive removed
Case insensitive for arguments was removed.
Now we use apt instead of apt-get.
2018-11-01 19:36:22 -07:00
Cristhian Martínez Ochoa bc7f02fb75 command improvements
- Arguments are now case insensitive
- server-update now check if source files exist before update.
- some minor improvements to prevent errors.
2018-10-27 18:54:13 -06:00
Cristhian Martínez Ochoa e63a9dc1d9 dbdelete improved
- Errors when MySQL is not installed or not found and try to delete a DB.
- Purge nginx now remove SSL Cronjobs.
2018-10-27 17:19:26 -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 b7e389342a purge server-version
Server version should be deleted from conf file when purge nginx.
2018-07-07 17:39:47 -05:00
Cristhian Martínez Ochoa 92f72eb2a3 certbot
Now we use certbot instead of letsencrypt.
- ocsp and must staple enabled.
- now we use the staging feature for debug.
- restart nginx after renew.
- now we revoke and delete cert instead just delete files.
2018-06-24 12:39:30 -06:00
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 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 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 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 aad142a3ca fixed purge force twice
Fixed an issue that occurs when use "force" option with -purge-server-all that cause running twice the individual purge of each package when is not installed.
2018-04-26 18:20:30 -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 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 ef9a7d0af4 stack messages improved
Installation messages improved and some small code improvements.
2018-03-31 21:08:40 -06:00
Cristhian Martínez Ochoa 404e42cd13 fix stack info
stack -info not working due to a missed lib.
2018-03-19 14:11:09 -07:00
Cristhian Martínez Ochoa 9a37741d4b force-flag instead delall
delall internal flag was renamed to be better described, now is called force-flag and is used always we want to force unattended mode.
2018-02-25 18:13:30 -07:00
Cristhian Martínez Ochoa 22f9bfbfa1 php install with force
php installation now acepts force option for unattended scripts, to avoid nginx question.
2018-02-25 17:49:57 -07:00
Cristhian Martínez Ochoa 63e7c70486 php-ver fixed to skip nginx question
Skip nginx question when not installed and php-ver running
2018-02-25 17:37:26 -07:00
Cristhian Martínez Ochoa 2b81c7c4be php-ver improved error messages
Now we detect when same version is already installed and give a proper message, not generic error.
2018-02-25 16:51:57 -07:00
Cristhian Martínez Ochoa c5bf9bc2f9 fix purge command
Some conditional operator syntax error fixed.
2018-02-18 21:44:41 -07:00
Cristhian Martínez Ochoa ab31ea704d Unattended Purge
Force option for unattended purge, without questions.
2018-02-17 21:08:16 -07:00
Cristhian Martínez Ochoa a11bac30fb selective web-tools purge
Now web-tools only purge currently installed packages.
2018-01-25 16:30:46 -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 501cead332 php-ver command improved
New version must be different from the currently installed to prevent remove and then install the same version.
2018-01-16 12:28:39 -07:00
Cristhian Martínez Ochoa fd22be98ce Fixed DB delete in purge-server-all
Nginx should be purged/removed first  because mysql is needed to DB delete.
2018-01-16 12:09:44 -07:00
Cristhian Martínez Ochoa 4b606e1445 -php-ver command
New command to change PHP version.
2017-12-20 21:43:34 -06:00
Cristhian Martínez Ochoa c0d3752235 pre-packs and ppa remove
Basic packages are now installed before stack.
Redis PPA, MariaDB apt-key should be removed when purge or uninstall.
2017-12-04 18:30:55 -07:00
Cristhian Martínez Ochoa 4d4a34cfb0 Check distro name
Check distro name before Webinoly and MariaDB installation.
2017-11-29 21:33:55 -07:00
Cristhian Martínez Ochoa 5d18b2586d Some improvements
Memcached is now integrated to web-tools. New short url to update tar file for better stadistics. OS info improved with lsb_release data. Remove nginx ppa when purge.
2017-11-28 17:18:18 -07:00
Cristhian Martínez Ochoa 13d9025391 Initial release
First commit to public release.
2017-09-16 14:37:13 -06:00