All Projects → humanmade → altis-local-server

humanmade / altis-local-server

Licence: other
Local Server module for Altis

Programming Languages

PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].