Skip to content

suns3t/aol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlas of Oregon Lakes

Install

virtualenv-2.6 --no-site-packages .env 
source .env/bin/activate
pip install -r requirements.txt

If you have trouble installing psycopg2, you may need to add the path to pg_config to your $PATH. You can find the proper path by using locate pg_config. On my system, this does the trick:

export PATH=/usr/pgsql-9.2/bin:$PATH

Pillow is required, docs here. You will probably need to install libjpeg-devel and libtiff-devel

Create a local copy of the example settings, and configure the SECRET_KEY and DB config:

cp aol/settings/example.py aol/settings/local.py
vi aol/settings/local.py

Copy all the AOL pdf pages and photos to the media dir

rsync -v [email protected]:/vol/www/aol/dev/media/pages/* media/pages
rsync -v [email protected]:/vol/www/aol/dev/media/photos/* media/photos

About

Atlas of Oregon Lakes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.3%
  • Python 19.8%
  • CSS 6.9%