/talent-php-wp

WordPress Docker Development Environment

Primary LanguageShell

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 git@github.com: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.