You can get this to work in two ways, via .git or download it manually
In the webroot run:
git clone https://github.com/janw-oostendorp/WordPress-Skeleton.git .
This will download the base, next we download the WordPress submodule.
git submodule update --init
If needed add your own remote repository
git remote rm origin
git remote add origin YOUR_REPOSITORY.URL/
Download the zip and unzip it in the webroot. Download Wordpress unzip it in the /wp folder.
After downloading you can continue to install WordPress
- Copy
local-config.sample.phpand rename it tolocal-config.php - Add the database constants and the domain
- In
wp-config.phpEdit the$table_prefix - add the
*_KEYconstants which can be generated here - open your website and continue with the famous 5 minute install.
- WordPress is in it's own folder
/wp. - Webroot only has two folders
/wpand/content - Automatic updates are enabled for production, adding more security.
- Error display and logging are setup. On production errors will be logged, on test the will be shown.