https://github.com/humanmade/altis-local-server
Local Server module for Altis
https://github.com/humanmade/altis-local-server
Last synced: 4 months ago
JSON representation
Local Server module for Altis
- Host: GitHub
- URL: https://github.com/humanmade/altis-local-server
- Owner: humanmade
- Created: 2019-01-15T09:09:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-25T11:43:53.000Z (4 months ago)
- Last Synced: 2026-02-25T15:44:14.773Z (4 months ago)
- Language: PHP
- Homepage: https://www.altis-dxp.com/resources/docs/local-server/
- Size: 3.11 MB
- Stars: 18
- Watchers: 15
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Local Server
Local development server for Altis.
## Local Server
A local development environment for Altis projects, built on Docker.
## Dependencies
* [Composer](https://getcomposer.org/download/)
* [Docker Desktop](https://www.docker.com/get-started) (you can [install Docker Machine directly](https://docs.docker.com/machine/install-machine/) if preferred)
## Installation with Altis
Altis Local Server is included by default in an Altis project, so you don't need to install anything else.
## Installation without Altis
Altis Local Server can be installed as a dependency within a Composer-based WordPress project:
```sh
$ 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.
## Getting Started
In your Altis project you can run the following commands:
```sh
# Start the server cluster
composer server start
# Stop the server cluster
composer server stop
```
[For full documentation click here](./docs).