Skip to content

Basic layout of a WordPress Git repository. I use this as a base when creating a new repo.

Notifications You must be signed in to change notification settings

ltk/Jake-WordPress-Skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jake WordPress Skeleton

This is simply a skeleton repo for a WordPress site. Use it to jump-start your WordPress site repos, or fork it and customize it to your own liking!

How to Use

Fork this repo. Clone your fork using git clone --recursive [email protected]:your-username/Your-Forked-Repo.git. Checkout the desired WordPress version by running cd wp; git checkout 3.5-branch where 3.5-branch is the name of the desired branch. Fill in your project/connection information in install/config-sample.php, and rename the file config.php. Setup a virtual host for the domain name you chose within config.php and start your local server. Then from the command line, cd to the root of the repo and run php install/install.php. Delete the install directory and you're good to go.

About

Basic layout of a WordPress Git repository. I use this as a base when creating a new repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.3%
  • JavaScript 10.7%