Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 919 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 919 Bytes

rokka-wordpress-plugin Docker Dev Environment

rokka-wordpress-plugin dev environment based on docker for rokka.io

Requirements

Installation

  1. Clone this repo

  2. Run git submodule update --init --recursive

  3. Add the following entries to your hosts file (usually /etc/hosts):

    127.0.0.1 rokka.test
    
  4. cp env/local/.env_wp-docker.dist .env

  5. Initialize docker containers:

    docker-compose up -d
    
  6. Run setup script to setup environment

    scripts/setup.sh
    

Known problems

Booting of MySQL container fails

When the following command fails docker-compose up mysql after a complete reset of your docker containers (remove all docker images & rebuild them) you maybe need to delete the mysql data in your home directory:

$ rm -rf ./.data