Christopher Allan Webber
ba12976d1a
Give a user a mediagoblin.ini if they don't have one
2014-10-10 14:42:17 -05:00
Christopher Allan Webber
5e73017f3f
Conditionally give paste or gunicorn help
2014-10-10 14:42:17 -05:00
Christopher Allan Webber
53463ad71d
Move paste.ini, lazystarter.sh back to the right place
2014-10-10 14:42:17 -05:00
Christopher Allan Webber
41c6732eff
Update lazyserver to use paste or gunicorn conditionally
...
Also get rid of env.in, we're not using that for now.
2014-10-10 14:42:17 -05:00
Jessica Tallon
eddb1aaf9e
Add logging to console to gunicorn
2014-09-30 09:27:53 +01:00
Christopher Allan Webber
f6bad0eb26
Merge branch 'master' into merge-python3-port
...
Has some issues, will iteratively fix!
Conflicts:
mediagoblin/gmg_commands/__init__.py
mediagoblin/gmg_commands/deletemedia.py
mediagoblin/gmg_commands/users.py
mediagoblin/oauth/views.py
mediagoblin/plugins/api/views.py
mediagoblin/tests/test_api.py
mediagoblin/tests/test_edit.py
mediagoblin/tests/test_oauth1.py
mediagoblin/tests/test_util.py
mediagoblin/tools/mail.py
mediagoblin/webfinger/views.py
setup.py
2014-09-16 14:01:43 -05:00
Christopher Allan Webber
0977d10d2a
No reason to wrap the rest of the options in a quote
...
This commit sponsored by Thane Williams. Thank you!
2014-09-15 12:11:08 -05:00
Jessica Tallon
d8f55f2b41
Add unseralize for API objects
2014-07-22 23:13:16 +01:00
Berker Peksag
19baab1b03
Remove Paste#http, Paste#urlmap and Paste#static dependencies.
...
Changes:
* Paste#http -> Gunicorn
* Paste#urlmap and Paste#static -> werkzeug.wsgi.SharedDataMiddleware
2014-06-29 04:23:50 +03:00
Brett Smith
e4df2fc5b3
Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh ( #270 )
...
Bug #270 asks for a lazycelery.sh script much like lazyserver.sh. Rather
than duplicate the code, I consolidated them into a single script,
lazystarter.sh. The script reconfigures itself a bit, and runs a
particular server, based on the name that's used to call it, but no matter
what it uses the same code to offer help and find configuration files and
server launchers. Hopefully this will make it easy to add other
features/fix bugs as needed in the future, and have them stay in sync.
2012-03-17 22:33:08 -04:00