15 Commits

Author SHA1 Message Date
Frank Hamand
c741b9765b Remove create superuser management command
As we now have the first time setup page this isn't necessary anymore
2017-03-08 11:52:59 +00:00
Frank Hamand
f2ef804aa7 Pass arguments through to bin/test_with_coverage 2017-03-02 12:00:37 +00:00
Frank Hamand
3a5e524b04 Automatically initialise database and assets on docker start
Currently the first time you run the server you need to manually
syncdb, create superuser and collect assets. Do this automatically
on container launch
2017-02-09 17:58:06 +00:00
tjphopkins
0fc0214059 Add libffi-dev and libssl-dev to provision packages 2017-01-01 19:49:44 +00:00
Jean-Fred Berthelot
a68c2f6b5d Add test coverage support
- Split out requirements in two files
  (testing and main)

- Add Bash script running test with coverage

- Add .coveragerc configuration file,
  including Django coverage plugin

- Add post-build to Travis script running CodeCov
2016-12-22 11:09:43 +00:00
Jérôme Renard
4d7f9b07ef Miscaellenous fixes with dependencies (#383)
* Force amqp lib under 2.0. Fixes #378
* Fix SSL InsecurePlatform errors with Requests
2016-09-29 19:01:46 +01:00
Jean-Fred Berthelot
2acbf0291c Add build script running the necessary Django commands
Also useful to be run inside Docker.
2016-09-20 10:36:00 +01:00
David Buxton
80e56089a7 Pin foreman (fixes #196) 2015-10-02 10:47:12 +02:00
Chris Elsmore
da8fe97d48 Update setup_dependencies.sh
Rewrite static alias in the HTTPS example Nginx config to be the same location as HTTP, so you don't lose static assetswhen you start only serving from HTTPS!
2015-06-11 14:39:10 +01:00
Miguel Perez
bed4ace93b Add support for authentication with LDAP
- add necessary dependencies
2015-05-11 17:20:47 -04:00
Daniel Nelson
569c71d0b1 Make Cabot work on 14.04 as well as 12.04
Closes upstream #122
2015-01-21 19:35:55 -08:00
Peter Baumgartner
9cbb4a02a6 Install via setup.py 2014-08-01 09:36:20 -06:00
Jakub Jirutka
0b32084884 Add bin/activate.fish for Fish Shell 2014-01-26 15:23:09 +01:00
David Buxton
5e53cd8264 Use v2 Vagrantfile and fix provisioning issues 2014-01-08 15:52:21 +00:00
David Buxton
06fe6c884a Clean repo 2014-01-05 17:24:04 +00:00