/Inception

A simple WordPress server on Docker

Primary LanguageDockerfile

Inception

How to run?

Important

Need Docker to run.
Only tested on Ubuntu.

  1. Clone this repository.
  2. Go to the root directory.
  3. Type 'make'
  4. If it's done, then go to https://localhost
  5. You'll see Wordpress site. You can login with account in srcs/.env.
  6. You can type 'make fclean' to remove all containers related to this repo.