Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
added some more descriptions to the project structure documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnorton42 committed Jul 22, 2015
1 parent 9115a2f commit 89c4391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions usage/project_structure.md
Expand Up @@ -139,7 +139,7 @@ Because both Vlad and the Drupal codebase exist in separate repos Git can be use
### Cons
- Vlad settings are not stored in a Git repo.
- 2 separate repos could be viewed as an unwanted complexity if you want your whole project _including Vlad_ to neatly exist in one ultra portable repo.

- In order to run any Vagrant commands that pertain to the box you need to be within the `vlad` directory.

----

Expand Down Expand Up @@ -187,7 +187,7 @@ Deployment via Git could be made more complex using this setup as files & direct
### Cons
- Simple deployment via Git not possible due to local dev files (Vlad) being in main repo.
- Git Submodules could be viewed as an unwanted complexity.

- In order to run any Vagrant commands that pertain to the box you need to be within the `vlad` directory.

----

Expand Down Expand Up @@ -221,7 +221,7 @@ This setup is far simpler than the preceding examples and involves simply nestin

- Simple.
- Allows for simple deployments via Git.

- Vagrant commands work from anywhere within the project structure.

### Cons

Expand Down Expand Up @@ -259,9 +259,9 @@ This is another relatively simple setup that just involves nesting your Drupal c

### Pros

- Simples.
- Simple.
- Everything is in version control in a single repo (ultra portable).

- Vagrant commands work from anywhere within the project structure.

### Cons

Expand Down

0 comments on commit 89c4391

Please sign in to comment.