This is a fork of WordPress-Skeleon that adds in the themes and styles used by kbhff.dk
- WordPress itself lives as a Git submodule in
/wp/
- Custom content (plugins, themes etc) in
/content/
- All writable directories (uploads etc) are symlinked under
/shared/
.
- Use something like MAMP to install PHP and MySQL
- Move to the htdocs (if using MAMP) directory, clone the repo and update submodules:
git clone [email protected]:kbhff/kbhff.dk.git .
git submodule init
git submodule update
- Copy
sample-local-config.php
tolocal-config.php
and edit as needed
For info on git workflow refer to the membersystem docs