Remove the old SEO snapshots stuff.

This commit is contained in:
yackob03 2013-11-18 18:43:50 -05:00
parent 6355b4a217
commit 84b9fdd007
5 changed files with 0 additions and 145 deletions

View file

@ -24,9 +24,6 @@ sudo nginx -c `pwd`/nginx.conf
STACK=prod gunicorn -D --workers 4 -b unix:/tmp/gunicorn.sock --worker-class gevent -t 2000 application:application
```
set up the snapshot script:
(instructions in the seo-snapshots directory)[seo-snapshots/README.md]
start the workers:
```