altis/local-server

Local Server module for Altis

Installs: 119 650

Dependents: 2

Suggesters: 0

Security: 0

Stars: 14

Watchers: 19

Forks: 4

Open Issues: 49

Type:composer-plugin

18.0.1 2024-02-12 12:36 UTC

This package is auto-updated.

Last update: 2024-03-12 13:02:14 UTC


README

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.