mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
5.3 KiB
JSON
1 line
5.3 KiB
JSON
[{"user_id": 1127, "stars": [], "topic_id": 33773, "date_created": 1304567841.7312901, "message": "I want to basically provide a \"start-server\" command (through a Python shortcut), that can run something like a Gunicorn worker, without any other external webserver", "group_id": 81, "id": 924037}, {"user_id": 1127, "stars": [], "topic_id": 33773, "date_created": 1304567911.3991101, "message": "(No questioning my motives, trust me, it's a great idea)", "group_id": 81, "id": 924048}, {"user_id": 1127, "stars": [], "topic_id": 33773, "date_created": 1304567856.8060319, "message": "Anyone achieved something of the sorts?", "group_id": 81, "id": 924041}, {"user_id": 1127, "stars": [], "topic_id": 33773, "date_created": 1304567853.0080299, "message": "I also want that same file to be loadable via mod_wsgi, and ideally uwsgi", "group_id": 81, "id": 924040}, {"user_id": 1127, "stars": [], "topic_id": 33773, "date_created": 1304567819.227519, "message": "So this isnt entirely Django, but it's something I'm stepping towards in some projects", "group_id": 81, "id": 924033}, {"user_id": 1127, "stars": [], "topic_id": 33773, "date_created": 1304567871.185586, "message": "e.g. pip install sentry && sentry start-server :)", "group_id": 81, "id": 924044}, {"user_id": 1736, "stars": [], "topic_id": 33773, "date_created": 1304570849.919234, "message": "Not sure if that is at all related, but there is a brain dump for ya :)", "group_id": 81, "id": 924475}, {"user_id": 1736, "stars": [], "topic_id": 33773, "date_created": 1304570790.7539749, "message": "Ian Bicking's silverlining also has kind of the same idea, but a vastly different (and IMO more complex) user story", "group_id": 81, "id": 924472}, {"user_id": 1736, "stars": [], "topic_id": 33773, "date_created": 1304570741.979836, "message": "Graham is working on something vaguely similar in concept for mod_wsgi, but the unit of distribution would be a whole virtual env", "group_id": 81, "id": 924466}, {"user_id": 1736, "stars": [], "topic_id": 33773, "date_created": 1304570713.468998, "message": "There isn't really a great way to do it now", "group_id": 81, "id": 924457}, {"user_id": 1736, "stars": [], "topic_id": 33773, "date_created": 1304570820.4741061, "message": "Graham also said he would be open to mod_wsgi patches to support this, and from my initial dive it wouldn't be impossible to support running .wsgi scripts from inside a zip file", "group_id": 81, "id": 924473}, {"user_id": 1736, "stars": [], "topic_id": 33773, "date_created": 1304570705.1416941, "message": "This is something we talked about a lot at PyCon, turnkey deployment solutions that can either run internally on a pure-Python server or mount in mod_wsgi et al", "group_id": 81, "id": 924454}, {"user_id": 1736, "stars": [], "topic_id": 33773, "date_created": 1304570751.0055821, "message": "We should chat offline some time about it :-)", "group_id": 81, "id": 924468}, {"user_id": 1736, "stars": [], "topic_id": 33773, "date_created": 1304570839.421854, "message": "(I was Jenkins' install UX for Python basically)", "group_id": 81, "id": 924474}, {"user_id": 15517, "stars": [], "topic_id": 33773, "date_created": 1304576078.270334, "message": "shameless plug here but i started a project for my own development that can use uwsgi -- it will create starter scripts as well -- currently django only but it's modular and anything could be added https://github.com/ehazlett/ignition", "group_id": 81, "id": 925124}, {"user_id": 26888, "stars": [], "topic_id": 33773, "date_created": 1304576487.4447861, "message": "I usually use buildout. Depending on the recipe it gives for free wsgi & fcgi files plus a gunicorn shell launch line", "group_id": 81, "id": 925155}, {"user_id": 26888, "stars": [], "topic_id": 33773, "date_created": 1304576528.4988439, "message": "it gives something like bootstrap; ./bin/buildout; ./bin/syncdb; ./bin/gunicorn.sh and enjoy", "group_id": 81, "id": 925160}, {"user_id": 13550, "stars": [], "topic_id": 33773, "date_created": 1304583100.773093, "message": "uwsgi and mod_wsgi can share the same config script by using the ``--wsgi-file`` option. and it also has an embded http server : http://projects.unbit.it/uwsgi/wiki/HTTPserver", "group_id": 81, "id": 926287}, {"user_id": 603, "stars": [], "topic_id": 33773, "date_created": 1304608509.374203, "message": "i've thought about including gunicorn as a requirement in a project before and then setting up an entrypoint that starts it up with the correct params.", "group_id": 81, "id": 930471}, {"user_id": 1127, "stars": [], "topic_id": 33773, "date_created": 1304619167.713403, "message": "I think I'm going to toy with an implementation this weekend for Sentry. Sounds like Gunicorn is probably the easiest, and I feel like it shouldn't be too hard to have the same wsgi app (file) working in both of the major implementations.", "group_id": 81, "id": 932462}, {"user_id": 26920, "stars": [], "topic_id": 33773, "date_created": 1305056245.631815, "message": "heck, I'd be happy with something that just makes uwsgi as easy as gunicorn_django.", "group_id": 81, "id": 994984}, {"user_id": 1127, "stars": [{"date_created": 1305079175.0737391, "user_id": 275}], "topic_id": 33773, "date_created": 1305072857.8834729, "message": "I ended up using eventlet, and wrote a little script that gets installed to system path: https://github.com/dcramer/django-sentry/blob/master/sentry/scripts/runner.py", "group_id": 81, "id": 998217}] |