Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'slim_dedicated_server' into develop
* slim_dedicated_server: (44 commits) adding postgres dependencies adding travis_test setting switch travis from mysql to postgres createdb irc server test failed because no requirement-mysql.pip, remove from travis.yml Updated the fabric file for this branch: uwsgi, not gunicorn, nginx, not apache, and no virtualenv. In response to upload issue SEL-Columbia#1327 reported by @myf and @donfizachi added a client_max_body_size setting to nginx.conf and confirmed the configuration. Added placeholders in default_settings for using S3 as the default file store (strongly recommened for the public AMI). Update to the docs for the new public VirtualBox (VDI) option Fixed a wiki link reference in the main README Updated the install from source document to include the public AMI on AWS as an alternative; also added a reference to /etc/rc.local for celery on AWS Updated main README to point to correct & complete instructions for this branch, including a link to how to use the public Formhub AMI on AWS, and added better explanations and links about the code structure. Removed reference to 'https://testserver.com/bob' (now a spam blog) which was being used as the form url if 'TESTING_MODE' were true. Added the 'TESTING_MODE' definition to settings (which, frustratingly enough, was undefined anywhere except in a staging example, and otherwise unexplained at all) Updated the default settings file to accept parameters for AWS/django_ses.SESBackend so that email will work (necessary for new account signup, among other things) Fixed typo in install doc Confirmed uwsgi.ini settings which will work on debian, either directly, or virtualbox vm The mongodb repo maintainers made 2.6.1 available for debian, so removed the corresponding install doc note Tweaks to uwsgi.ini Fixed the do_reload() function for formhub-uwsgi to use uwsgi's --reload switch ... Conflicts: .travis.yml README.rst extras/celeryd/etc/default/celerybeat extras/celeryd/etc/default/celeryd formhub/local_settings.py.example formhub/preset/dbrouter_example.py formhub/preset/default_settings.py formhub/preset/example_gis.py formhub/preset/example_sqlite.py formhub/preset/mysql_test.py formhub/preset/production_example.py formhub/preset/staging_example.py formhub/settings.py formhub/wsgi.py odk_logger/views.py requirements-dev.pip requirements-latest.pip requirements.pip utils/logger_tools.py
- Loading branch information