This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 827c9366c6133c338f417e17ac5cf21d5d3a79a5
tree 4e4b09b9fd30541b06c15f5238224a561aa552e6
parent 045539400448bd5c4bc5c6b33bec05359a0ee3e9
tree 4e4b09b9fd30541b06c15f5238224a561aa552e6
parent 045539400448bd5c4bc5c6b33bec05359a0ee3e9
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | ||
| |
Capfile | ||
| |
Readme.textile | ||
| |
config/ | ||
| |
index.php | Mon Nov 17 16:46:45 -0800 2008 | |
| |
plugins/ | Mon Nov 17 16:54:19 -0800 2008 | |
| |
themes/ | ||
| |
wordpress - 75044e4 |
Readme.textile
Summary
This is a repo intended for use as a template for your wordpress projects.
Setup
- Fork this repo
- Rename your project, make it private if desired
- Clone your fresh repo:
git clone git@github.com:yourname/yourwordpressproject.git
cd yourwordpressproject
git submodule init
git submodule update
- Create a theme in
themes - Drop your plugins in
plugins - Update
config/wp-config.php - Adjust the settings in
config/deploy.rb - Adjust the settings in
config/puppet.pp cap deploy:setup- Add your GitHub deploy key as instructed by the setup task.
cap deploy:cold- Subsqeuently, to deploy changes, run
cap deploy
Switching Wordpress Versions
cd wordpress
#show all versions
git tag -l
#checkout a version
git checkout 2.6.3
cd ..
#commit
git commit wordpress -m "use wordpress 2.6.3"
#push
git push








