#
Quickstart
#
Pre-requisites
#
Pre-requisites for Windows systems
- WSL
- Linux Kernel Update Package
- Cygwin (be sure to include the gettext package on install)
#
Pre-requisites for all systems
#
TL;DR
If you just want a ready to go environment you can just use the following commands.
bin/install [project_name] [docker_network_name] [php_version]
# project_name will default to boxuk-wp-skeleton if not provided.
# docker_network_name will default to boxuk-docker
# php_version allows you set which PHP version you wish to run, e.g. 8.2, 8.3.
The docker network is required to ensure the loopback works with the expected IP address.
Note: This will start the containers in detached mode, use
docker-compose stop
if you wish to stop them.
If you're after more detail read the docker setup or non docker setup docs instead.