Skip to content

Commit 77d0864

Browse files
committed
Updated readme file to clarify version controlling site code
1 parent c7e7598 commit 77d0864

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,12 @@ Check that each site folder has the following:
103103

104104
**Make sure that the ServerName of your virtual host and the directory for your site have the same name.**
105105

106+
## Note ##
107+
108+
This repo is meant to show the structure of how to set this system up, not for version controlling each site. To put your site code under version control, you should:
109+
110+
- Delete the `.git` and `.gitmodules` folder/file from the project directory
111+
- do a `git init` within the folder for each site
112+
- Pull down a copy of wordpress, if you haven't already initialized submodules
113+
106114
Thanks to [David Winter](http://davidwinter.me/articles/2012/04/09/install-and-manage-wordpress-with-git/), [Duane Storey](http://www.duanestorey.com/uncategorized/one-wordpress-install-multiple-sites/), and [ashfame](https://gist.github.com/ashfame/1923821) for leading the way

0 commit comments

Comments
 (0)