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
Cristhian Martínez Ochoa
5fecb0cf50
ssl root path validation and parked duplicate fix
...
Now we validate root path before request a certificate. Parked site fixed error when domain already exist.
2018-02-26 17:53:27 -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
34d341341f
standard syntax for commands
...
Commands syntax updated: root, parked, toolsport, configcache with "=" and brackets "[ ]" .
2018-02-18 19:59:21 -07:00
Cristhian Martínez Ochoa
bbc87ee730
https automatic redirection
...
HTTP to HTTPS automatic redirection when SSL is created and enabled in a site.
2018-02-17 17:00:57 -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
cb11a00607
SSL for subdomain
...
Remove www from LE request when subdomain
2018-02-14 20:32:43 -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
2a8fcecef6
verify function improved
...
htpasswd is not a warning anymore, test is passed with an info text displayed.
2018-02-13 18:41:40 -07:00
Cristhian Martínez Ochoa
078e6b3634
deprecated php packages
...
xdebug deprecated in 5.6 and added support for 7.2
2018-02-13 18:25:24 -07:00
Cristhian Martínez Ochoa
ae127a10b7
Delete DB improved
...
Catch error improved and press enter twice to skip in external DB.
2018-01-25 21:03:19 -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
f50af4fc4f
HotFix
...
Emergency release. PHP error during first fresh install.
2018-01-05 08:51:17 -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
a5c3abe302
php7.2 support
...
PHP v7.2 support and php-mcrypt removed and deprecated only for 7.2.
2017-12-16 13:01:04 -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
ed9b5b2841
Unattended WP installation
...
Unattended WP installation with default data.
2017-12-01 18:15:06 -07:00
Cristhian Martínez Ochoa
34a0912d25
Swap Owner
...
Delete swap partition (during uninstall) only if it was created by webinoly.
2017-11-30 17:41:39 -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
eb79e2dfc1
Nginx stable version
...
Install nginx stable version instead of official ubuntu ppa.
2017-11-28 14:48:16 -07:00