Skip to content

szepeviktor/altis-local-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Sponsor this project

 

Packages

No packages published

Languages

  • PHP 99.7%
  • Dockerfile 0.3%