No description
This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2013-10-09 18:33:25 -04:00
.ebextensions Use production config in production and dev config in dev. 2013-09-30 23:54:12 -04:00
auth Allow for anonymous access tokens for public repositories. 2013-10-01 01:18:05 -04:00
certs Set up for running under gunicorn and nginx. 2013-10-02 20:42:12 +00:00
data Fix an error with email confirmation links. NOTE: you CAN NOT use 'is True' in place of '== True' with peewee. 2013-10-08 17:07:36 -04:00
endpoints PEP8 fixes. 2013-10-08 11:29:42 -04:00
static Tweak the titles a bit. 2013-10-09 18:33:25 -04:00
storage Fix s3 delete. 2013-10-01 14:46:44 -04:00
templates Make the landing page show the arrow on smaller resolutions, as well as some basic SEO fixes 2013-10-09 17:57:29 -04:00
util Forgot the new analytics library. 2013-10-03 16:21:37 -04:00
.gitignore Update to support running on elasticbeanstalk. 2013-09-30 16:14:48 -04:00
app.py Add analytics on push and pull repo events in the backend. 2013-10-03 16:19:01 -04:00
application.py Use production config in production and dev config in dev. 2013-09-30 23:54:12 -04:00
config.py Disable caching for main html page. 2013-10-04 14:44:18 -04:00
initdb.py PEP8 fixes. 2013-10-08 11:29:42 -04:00
nginx.conf Have nginx serve the static files to not overwhelm flask. 2013-10-02 21:21:22 +00:00
README.md Set up for running under gunicorn and nginx. 2013-10-02 20:42:12 +00:00
requirements-nover.txt Add analytics on push and pull repo events in the backend. 2013-10-03 16:19:01 -04:00
requirements.txt Add analytics on push and pull repo events in the backend. 2013-10-03 16:19:01 -04:00
test.db Checkpointing stripe work. 2013-10-02 00:48:03 -04:00
wsgi.conf Temporarily disable the http->https redirect. 2013-10-02 14:40:28 -04:00

running:

sudo nginx -c pwd/nginx.conf STACK=prod gunicorn -D --workers 4 -b unix:/tmp/gunicorn.sock --worker-class eventlet -t 500 application:application