Skip to content

A Composer package providing a Docker-based local development environment for use with WordPress VIP projects.

Notifications You must be signed in to change notification settings

isabella232/local-vip

 
 

Repository files navigation

Local Server for VIP

A local development environment for WordPress VIP projects, built on Docker.

Packagist Version

Dependencies

Installation

Local VIP can be installed as a dependency within a Composer-based WordPress project:

composer require --dev humanmade/local-vip

Getting Started

In your local server project you can run the following commands:

# Start the server cluster
composer server start

# Stop the server cluster
composer server stop

For full documentation click here.

About

A Composer package providing a Docker-based local development environment for use with WordPress VIP projects.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.4%
  • Dockerfile 0.6%