Download the PHP package humanmade/local-vip without Composer
On this page you can find all versions of the php package humanmade/local-vip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download humanmade/local-vip
More information about humanmade/local-vip
Files in humanmade/local-vip
Package local-vip
Short Description Local Server module for WordPress VIP projects
License GPL-2.0-or-later
Informations about the package local-vip
Local Server for VIP
A local development environment for WordPress VIP projects, built on Docker.
Dependencies
- Composer
- Docker Desktop (you can install Docker Machine directly if preferred)
Installation
Local VIP can be installed as a dependency within a Composer-based WordPress project:
composer require --dev humanmade/local-vip
Getting Started
Fill out your project's composer.json
to define the project name, domain, and subsites/subdomains you want to use:
Your local domains will need to be mapped within you hosts file. For example, if your domain is test.local
, the following would need to be added to your hosts file.
In your local server project you can run the following commands:
For full documentation click here.
Enterprise Search
Local VIP mimics VIP's Enterprise Search by using Elastic Search with mock variables to simulate a VIP environment.
Once the environment is created you can confirm the ES instances is running via Kibana at http://127.0.0.1:63917/kibana/app/kibana#/
In addition you can check the health of the environment in the Kibana console [http://127.0.0.1:63917/kibana/app/kibana#/dev_tools/console?_g=()](http://127.0.0.1:63917/kibana/app/kibana#/dev_tools/console?_g=()]) by executing GET _cluster/health?pretty
.
In order to leverage ES, the data needs to be indexed. By default, there is no data indexed in the ES environment. To index the data, use WP CLI and execute wp vip-search index --setup
.
All versions of local-vip with dependencies
composer-plugin-api Version ^2.0
humanmade/wordpress-pecl-memcached-object-cache Version ^2.1
symfony/yaml Version ~5.3.6
humanmade/wp-redis Version ^1.1