-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
345 changed files
with
755 additions
and
24,534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
.DS_Store | ||
.ansible | ||
.bundle | ||
.editorconfig | ||
.github/ | ||
.idea/ | ||
.vagrant | ||
Movefile | ||
_site | ||
npm-debug.log | ||
package.box | ||
playbook.retry | ||
provision-post.sh | ||
provision-pre.sh | ||
site.yml | ||
vendor | ||
www | ||
wordpress | ||
wp-cli.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,18 +17,16 @@ To get started, check out <http://vccw.cc/> | |
|
||
## Contribute | ||
|
||
### Setting up | ||
|
||
1. Clone this git repository on your local machine. | ||
2. Run `bundle install` to fetch all dependencies. | ||
|
||
### Running and writing tests | ||
``` | ||
$ git clone [email protected]:vccw-team/vccw.git | ||
$ cd vccw | ||
$ vagrant up | ||
``` | ||
|
||
There is automated tests using [Serverspec](http://serverspec.org/). | ||
There is automated tests by [Serverspec](http://serverspec.org/). | ||
|
||
The tests files are in the `spec/` directory. | ||
|
||
|
||
Before running the serverspec tests, you'll need some dependencies. | ||
|
||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[defaults] | ||
hash_behaviour=merge | ||
remote_tmp=/vagrant/.ansible/tmp |
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.