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

Commit

Permalink
Project structure: fixed typo and simplified some wonky wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
dixhuit committed Jul 25, 2015
1 parent 98499bc commit eeae283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usage/project_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Vlad's codebase is [hosted on GitHub](https://github.com/hashbangcode/vlad) with

The following example setups take different approaches and have their own pros & cons. This list is sorted with the most ideal setups nearer the top and the least ideal towards the bottom.

Don't forget that these are just examples. Further setups are possible and may even be a better fit for you needs.
Don't forget that these are just examples. Further setups are possible and may even be a better fit for your needs.


### [2 repos parallel](usage/project_structure/#example-setup-2-repos-parallel)
Expand Down 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.
- Vagrant commands need to be run from 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.
- Vagrant commands need to be run from within the `vlad` directory.

----

Expand Down

0 comments on commit eeae283

Please sign in to comment.