Local development server for Altis.
A local development environment for Altis projects, built on Docker.
- Composer
- Docker Desktop (you can install Docker Machine directly if preferred)
Altis Local Server is included by default in an Altis project, so you don't need to install anything else.
Altis Local Server can be installed as a dependency within a Composer-based WordPress project:
$ composer require --dev altis/local-server
Please note that non-Altis installation is not officially supported, and is made available on an as-is basis.
In your Altis project you can run the following commands:
# Start the server cluster
composer server start
# Stop the server cluster
composer server stop