Skip to content

wizelineacademy/talent-php-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Docker Development Environment

This is a Docker based local development environment for WordPress for the Wizeline Academy Advanced PHP Certification. It is based on the wp-local-docker project by 10up that can be found here.

For internal use only, please do not distribute

Setup

  1. Clone repository
    $ git clone [email protected]:wizelineacademy/talent-php-wp.git <my-project-name>
  1. Change directory to project folder
    cd <my-project-name>
  1. Start up the docker containers
    $ docker-compose up -d
  1. Run setup to download and install WordPress.
    $ sh bin/setup.sh

Default MySQL connection information (from within PHP-FPM container):

Database: advanced_php_project
Username: wizeline
Password: academyGDL
Host: mysql

Default WordPress admin credentials:

Username: admin
Password: password

Note: if you provided details different to the above during setup, use those instead.

About

WordPress Docker Development Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published