Skip to content

rokka-io/rokka-wordpress-plugin-docker

Repository files navigation

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

About

Docker setup for rokka-wordpress-plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published