altis / local-chassis
Chassis module for Altis
Installs: 63 316
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 18
Forks: 3
Open Issues: 4
Type:composer-plugin
Requires
- php: >=7.0
- composer-plugin-api: ^1.1 || ^2.0
- symfony/yaml: ~5.4.3
- dev-master
- 15.0.0
- 15.0.0-beta.1
- 14.0.0-beta.1
- 13.0.0
- 13.0.0-beta.1
- 12.0.0
- 12.0.0-beta.2
- 12.0.0-beta.1
- 11.0.0
- 11.0.0-beta.1
- 10.0.1
- 10.0.0
- 10.0.0-beta.1
- 9.0.0
- 9.0.0-beta1
- 8.1.0-rc
- 8.0.1
- 8.0.0
- 8.0.0-rc1
- 8.0.0-beta1
- 7.0.2
- 7.0.1
- 7.0.0
- 7.0.0-rc1
- 7.0.0-beta1
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 6.0.0-rc2
- 6.0.0-rc
- 6.0.0-beta1
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-rc1
- 5.0.0-beta2
- 5.0.0-beta1
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-rc1
- 4.0.0-beta1
- 3.0.1
- 3.0.0
- 3.0.0-rc1
- 3.0.0-beta2
- 3.0.0-beta1
- 2.0.0
- 2.0.0-rc2
- 2.0.0-rc1
- 2.0.0-beta2
- 2.0.0-beta1
- 1.0.1
- 1.0.0
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 1.0.0-beta2
- 1.0.0-beta1
- dev-update-dependabot-v14
- dev-v13-branch
- dev-v14-branch
- dev-v15-branch
- dev-travis-module-update-2f85dfc
- dev-v12-branch
- dev-v10-branch
- dev-travis-module-update
- dev-travis-module-update-9b482cb
- dev-travis-module-update-f0e54e4
- dev-v11-branch
- dev-travis
- dev-travis-module-update-087d21a
- dev-v9-branch
- dev-v8-branch
- dev-v7-branch
- dev-v6-branch
- dev-certificate-expired-fix
- dev-v5-branch
- dev-v8-branch-rc
- dev-dependabot/add-v2-config-file
- dev-v4-branch
- dev-v3-branch
- dev-v2-branch
- dev-v1-branch
This package is auto-updated.
Last update: 2024-10-11 13:56:33 UTC
README
Local Chassis development server for Altis.
Local Chassis
A local development environment for Altis projects, built on Chassis and Vagrant.
Dependencies
- Composer
- Vagrant
- A supported hypervisor - we recommend Virtualbox
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