Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1 KB

readme.md

File metadata and controls

44 lines (34 loc) · 1 KB

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.