[Archived] Chicago Summer of Learning website development
Перейти к файлу
Mike Larsson bf2460d7a2 Require a missing module 2013-05-31 11:41:38 -04:00
bin Simple DB migration wrapper 2013-05-30 10:45:43 +01:00
controllers Require a missing module 2013-05-31 11:41:38 -04:00
dict Removing some of the more negative/strange options 2013-05-16 23:36:13 +01:00
lib Merge branch 'master' into applications 2013-05-30 02:13:04 +01:00
migrations Updating `learner` model with first/last names 2013-05-30 10:46:07 +01:00
models Merge branch 'master' into passwords 2013-05-31 16:13:54 +01:00
static Merge branch 'master' into passwords 2013-05-31 16:13:54 +01:00
test Move arg wrangling down into remote method 2013-05-29 09:33:41 -04:00
views Merge remote-tracking branch 'origin/master' 2013-05-31 10:17:44 -05:00
.gitignore centered copyright text 2013-05-15 09:29:09 -06:00
Procfile Procfiles, at @jdotpz's behest 2013-05-01 10:39:42 +01:00
Procfile.dev Procfiles, at @jdotpz's behest 2013-05-01 10:39:42 +01:00
README.md Merge branch 'master' into applications 2013-05-30 02:13:04 +01:00
api.js Adding filtering functionality to APIs 2013-05-31 11:46:50 +01:00
app.js turning off nunjucks autoescape 2013-05-31 10:12:50 -05:00
db.js Allowing models to define a setup callback 2013-05-28 18:18:23 +01:00
helpers.js Fixing flash template operations 2013-05-20 14:50:07 -04:00
logger.js Adding a module to send emails through Mandrill. 2013-05-23 11:28:50 -04:00
mandrill.js Allow unmapped mandrill template names in send call 2013-05-29 11:43:41 -04:00
middleware.js Getting it right might help 2013-04-23 12:33:29 +01:00
openbadger.js Adding basic claim code confirmation screen 2013-05-31 11:04:55 -04:00
package.json Merge branch 'master' into sign-up 2013-05-31 15:27:40 +01:00
s3.js Handling env variables properly 2013-05-29 01:39:37 +01:00

README.md

Chicago Summer of Learning

The website for the Chicago Summer of Learning, developed by Ocupop and Mozilla.

Environment

Property Default Description
CSOL_DB_NAME "csol" Name of the database.
CSOL_DB_USER "root" Database username.
CSOL_DB_PASS null Database password.
CSOL_DB_HOST null Database host.
CSOL_DB_PORT null Database port.
CSOL_AWS_KEY null AWS key (for storing uploads)
CSOL_AWS_SECRET null AWS secret
CSOL_AWS_REGION null AWS region (optional)
CSOL_AWS_BUCKET null AWS bucket
CSOL_HOST null Canonical CSOL host (eg chicagosummeroflearning.org)
COOKIE_SECRET null Seed for session cookie.
CSOL_OPENBADGER_URL null Openbadger API Location, http://obr.com/v2/
CSOL_OPENBADGER_SECRET null A shared secret with Open Badger. Should match the OPENBADGER_JWT_SECRET variable on open badger