[Archived] Chicago Summer of Learning website development
Перейти к файлу
Andrew Hayward ad1e8d401f Really fixing models 2013-05-31 17:15:29 +01:00
bin Simple DB migration wrapper 2013-05-30 10:45:43 +01:00
controllers Merge branch 'master' into aestimia 2013-05-31 16:19:17 +01:00
dict Removing some of the more negative/strange options 2013-05-16 23:36:13 +01:00
lib Aestimia/API updates 2013-05-31 09:36:23 +01:00
migrations Really fixing models 2013-05-31 17:15:29 +01:00
models Really fixing models 2013-05-31 17:15:29 +01:00
static Adding styling for (not-)satisfied rubric 2013-05-31 17:00:55 +01:00
test Move arg wrangling down into remote method 2013-05-29 09:33:41 -04:00
views Template updates 2013-05-31 17:15:21 +01: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 Updating README 2013-05-31 15:15:06 +01:00
aestimia.js Fixing reviews 2013-05-31 17:00:32 +01:00
api.js Merge branch 'master' into aestimia 2013-05-31 16:19:17 +01:00
app.js Fixing CSRF middleware for whitelisting 2013-05-31 15:15:31 +01: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 Fixing CSRF middleware for whitelisting 2013-05-31 15:15:31 +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 http://chicagosummeroflearning.org)
CSOL_EMAIL_DOMAIN null Domain to send email from (if different from CSOL_HOST)
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
CSOL_AESTIMIA_URL null Aestimia API Location
CSOL_AESTIMIA_SECRET null A shared secret with Aestimia