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.
quay/seo-snapshots
2013-10-11 01:16:51 -04:00
..
crawl.py Add another version of the snapshotter that is a crawler, unfinished. 2013-10-11 01:16:51 -04:00
make_snapshot.py Some fixes for generating snapshots against the local host. 2013-10-11 03:56:27 +00:00
phantomjs-runner.js First stab at trying to pre-render content for search crawlers. 2013-10-10 20:53:14 -04:00
README.md Add some readmes about how to run a new server as well as how to schedule the pre-render script. 2013-10-11 00:57:27 -04:00

Follow the instructions to set up a host of the whole project before attempting to run.

to run once:

python make_snapshot.py

cron line to update every 30 minutes:

0,30 * * * * cd /home/ubuntu/quay/seo-snapshots && ../venv/bin/python make_snapshot.py