endgame
f5b0e7da23
Makefile: Simplify calls to rm.
13 years ago
David Winterbottom
a08288f647
Add MakeFile target for creating demo site
13 years ago
David Winterbottom
9c2ba896d5
Add Apache support to Vagrant machine
13 years ago
David Winterbottom
c08e634bc9
Add MySQL support to Vagrant machine
13 years ago
David Winterbottom
5ee2541bc7
Add Postgres support to Vagrant machine
13 years ago
David Winterbottom
3fca12761a
Add Vagrant machine
* Remove accidentally commmitted module code
* Adjust gitignore files
* Add MakeFile target for pulling down puppet modules
* Add settings file for MySQL/Postgres
13 years ago
David Winterbottom
cb09452f50
Fix issue in makefile around removing database file
When DB didn't exist, the rm line would exit 1 causing make to bail out.
Using 'true' solves this although I'm sure there's a better way of doing
this. It's good enough for now.
13 years ago
David Winterbottom
4d2732d086
Add lint step to travis
This is to ensure that pull requests fail when they don't obey pep8
enough.
13 years ago
David Winterbottom
0555e703e3
More pylint fixes
13 years ago
David Winterbottom
60c2c6cbb6
PEP8 fixes
13 years ago
David Winterbottom
60bd8dc1b0
Add coverage xml to CI output
13 years ago
David Winterbottom
0d6f9be8e6
Improved sandbox creation using makefile
Remove old recreatedb script in favour of using the makefile.
13 years ago
David Winterbottom
59b25d5f25
Extend 'sandbox' make target to build search index
13 years ago
David Winterbottom
53fcdfbe70
Move fixtures and data to better location
Update makefile and docs to reflect this change.
13 years ago
David Winterbottom
0a27d9ccfe
Add demo site
Example sites now sit in their own folder (sites) for easier
organisation.
13 years ago
David Winterbottom
a649cb6a7d
Add --with-xunit to nose test runner for CI
13 years ago
David Winterbottom
c97d6f5b06
Update makefile to use flake8 instead of pyflakes
13 years ago
David Winterbottom
4a9f0019c8
Update makefile and test runner for CI
13 years ago
David Winterbottom
591d950bd5
Fixed the 'contribute' makefile target.
This makes it much easier to get started when contributing. The docs
are also updated.
13 years ago
David Winterbottom
f0a9b2851c
Fixed the 'contribute' makefile target.
This makes it much easier to get started when contributing. The docs
are also updated.
13 years ago
David Winterbottom
34ff704a80
Added trivial makefile
13 years ago
David Winterbottom
21d40388e0
First version of makefile
13 years ago