Skip to content

humanmade/altis-local-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Apr 7, 2023
May 6, 2022
Dec 20, 2022
Aug 18, 2023
Dec 7, 2021
Jun 28, 2019
May 12, 2022
Feb 6, 2023
Oct 30, 2023
Jul 18, 2022
Jul 6, 2020

Repository files navigation

Altis Local Server

Local development server for Altis.

Packagist Version

Local Server

A local development environment for Altis projects, built on Docker.

Dependencies

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:

$ 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:

# Start the server cluster
composer server start

# Stop the server cluster
composer server stop

For full documentation click here.