Local Chassis development server for Altis.
A local development environment for Altis projects, built on Chassis and Vagrant.
- Composer
- Vagrant
- A supported hypervisor - we recommend Virtualbox
Altis Local Chassis is included by default in an Altis project, so you don't need to install anything else.
Altis Local Chassis can be installed as a dependency within a Composer-based WordPress project:
composer require --dev altis/local-chassis
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