You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache wp core download files after the first run. To speed up the process of installation and reduce unnecessary downloads.
When cache is empty: (These should be skipped if user has passed (--version flag while installation)):
For first install run wp core download.
Cache the downloaded WordPress file in EasyEngine cache directory (EE_CACHE_DIR).
On next install:
Copy the cached files to htdocs.
Run wp core verify-checksum --version=$(wp core version) (Need better way to verify integrity of cache files. wp core version can be maniuplated if the files are wrong). On failure purge cache and proceed with cache empty scenario.
Once checksum is verified. Run wp core update to check for update and update to latest version of any.
If WordPress gets updated in the above, cache the updated files.
The text was updated successfully, but these errors were encountered:
Cache
wp core download
files after the first run. To speed up the process of installation and reduce unnecessary downloads.When cache is empty: (These should be skipped if user has passed (
--version
flag while installation)):wp core download
.EE_CACHE_DIR
).On next install:
wp core verify-checksum --version=$(wp core version)
(Need better way to verify integrity of cache files.wp core version
can be maniuplated if the files are wrong). On failure purge cache and proceed with cache empty scenario.wp core update
to check for update and update to latest version of any.The text was updated successfully, but these errors were encountered: