altis/local-chassis

Chassis module for Altis

Installs: 62 109

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 18

Forks: 3

Open Issues: 4

Type:composer-plugin


README

Local Chassis development server for Altis.

Packagist Version

Local Chassis

A local development environment for Altis projects, built on Chassis and Vagrant.

Dependencies

Installation with Altis

Altis Local Chassis is included by default in an Altis project, so you don't need to install anything else.

Installation without Altis

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

composer require --dev altis/local-chassis

Getting Started

To get started once you have set up your Altis project you can run the following commands:

# Initialize the virtual machine 
composer chassis init

# Start the VM
composer chassis start

# Stop the VM
composer chassis stop

Click here for full documentation.