Skip to content

mimosafa/roots-bedrock-apache-mysql-template

Repository files navigation

Roots/Bedrock Development Template (Apache + MySQL)

About Bedrock

See Bedrock README.md.

Requirements

Installation

Pull the repository

Note: Change my-bedrock-project to your project name.

git clone git@github.com:mimosafa/roots-bedrock-apache-mysql-template.git my-bedrock-project

Go to the project directory with cd my-bedrock-project.

Install dependencies

composer install

Prepare env files

cp .env.example .env
cp .env.local.example .env.local

Edit these files.

Install WordPress

make install

Note: Inside the above command, make up command described below is executed. Therefore, the Docker Container is already up after execution.

Basic Usage

See Makefile for details.

Docker container lifecycle

Create and start containers:

make up

Stop services:

make stop

Stop and remove containers, networks:

make down

Stop and remove containers, networks, images, volumes:

make destroy

Development

Open WordPress in your browser:

make open

Open WordPress dashboard in your browser:

make dashboard

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published