A website for hosting photos using S3.
- Install Postgres
- mkvirtualenv exposure && pip install -r requiremens.txt
- Copy exposure/settings_local.py.example to exposure/settings_local.py and customise.
- ./manage.py syncdb
- ./manage.py migrate
- ./manage.py runserver
The following environment variables must be set for S3 support.
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_STORAGE_BUCKET_NAME
There is one other environment variable that can be set, SENTRY_DSN to add support for getsentry.com.