[Archived] Chicago Summer of Learning website development
Перейти к файлу
Andrew Hayward ca57c6cb79 Minor style tweak that seems to have disappeared 2013-05-30 10:47:40 +01:00
bin Simple DB migration wrapper 2013-05-30 10:45:43 +01:00
controllers Template/logic updates for first/last name 2013-05-30 10:47:24 +01:00
dict Removing some of the more negative/strange options 2013-05-16 23:36:13 +01:00
lib Merge remote-tracking branch 'stenington/claims' 2013-05-29 11:45:10 -05:00
migrations Updating `learner` model with first/last names 2013-05-30 10:46:07 +01:00
models Updating `learner` model with first/last names 2013-05-30 10:46:07 +01:00
static Minor style tweak that seems to have disappeared 2013-05-30 10:47:40 +01:00
test Move arg wrangling down into remote method 2013-05-29 09:33:41 -04:00
views Template/logic updates for first/last name 2013-05-30 10:47:24 +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 adding doc on JWT secret 2013-05-29 11:54:25 -05:00
api.js TODO message about removing writable: true in api.js 2013-05-29 09:35:57 -04:00
app.js changed levelup to challenges, dumped copy without styling into the page, added up, modified readme to include openbadger config 2013-05-17 14:49:25 -05:00
db.js Moving DB syncing to external script 2013-05-15 13:02:19 +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 Add openbadger.claim() method, and implement basic badge claim flow 2013-05-28 20:56:49 -04:00
package.json Adding migration script to package 2013-05-30 10:46:32 +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_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