Coder Social home page Coder Social logo

wordpress-docker's Introduction

Wordpres docker boilerplate with Xdebug

Why you need this

This repo helps you run Wordpress for local dev purposes, or whatever. Contain official WP image, Mysql, PHPMyadmin. Original official wordpres image doesn't contain Xdebug and WP-cli, so it will be installed automaticly on containers build.

Requires

Docker and Docker-compose.

How to run

Rename or copy .env.example to .env. Change env variables if necessary. Run Docker contaiters as usually with docker-compose up or use shell script:

$ ./up

At first run, this command pull the images, so it takes some time. When mysql container starting first time, they can be inited with sql-dump. Just put .sql file to db/init folder before first start of the container, and wait for a while.

Open localhost:8000 to see running site

Some another usefull commands:

Run bash inside wordpress container:

$ ./shell

Stop and remove containers:

$ ./down

Make database dump (dump stored to db/backup.sql):

$ ./db_dump

Restore database from dump (dump should be in db/backup.sql):

$ ./db_restore

wordpress-docker's People

Contributors

mbaliura avatar mbalyura avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.