levonmidoyan / wordpress-ddev

DDEV setup for WordPress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDEV setup for WordPress

Installation

  • Download zip or clone repo.
  • Run following.

But before you start make sure you have installed these CLIs:

  • ddev CLI. You can find the installation guide here or check the GitHub repository.
  • ahoy CLI. Check the GitHub repository
ahoy init

After initialization run this command:

ahoy start

That's it.

The local domain for your WordPress site is

https://{project-name}.ddev.site

Note

You can change project name (the domain) from /.ddev/config.yaml file

Database

HOST=db
USERNAME=root
PASSWORD=root
PORT=3306

Author

Levon Midoyan - @levonmidoyan

License

MIT

About

DDEV setup for WordPress.

License:MIT License


Languages

Language:Shell 70.4%Language:Python 28.5%Language:PHP 1.1%