Skip to content

khm-travel/foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Example WordPress Repo Setup with wp-cli

Prerequisites (installed & in your $PATH)

Create a new repo and clone it locally: gh repo create khm-travel/foo --public --clone

Enter the project cd foo

Configure repo to not track WP core touch .gitignore

Example.

Install WordPress wp core download

Create the configuration file from the sample provided. mv wp-config-sample.php wp-config.php

Update the configuration file with database connection details.

Install the database (if this is a brand new site). wp core install

Otherwise, import the database from an archive.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published