[Archived] Chicago Summer of Learning website development
Перейти к файлу
Andrew Hayward 8876066916 Updating README 2013-05-30 16:37:49 +01:00
bin Exiting properly 2013-05-16 16:54:31 +01:00
controllers Merge branch 'applications' into aestimia 2013-05-30 14:24:15 +01: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
models Extending learner model functionality 2013-05-30 14:23:14 +01:00
static Merge branch 'master' into applications 2013-05-30 02:13:04 +01:00
test Move arg wrangling down into remote method 2013-05-29 09:33:41 -04:00
views Merge branch 'master' into applications 2013-05-30 02:13:04 +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-30 16:37:49 +01:00
aestimia.js Emergent aestimia module 2013-05-29 16:06:27 +01: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 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 Add openbadger.claim() method, and implement basic badge claim flow 2013-05-28 20:56:49 -04:00
package.json Merge branch 'master' into applications 2013-05-30 02:13:04 +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
CSOL_AESTIMIA_URL null Aestimia API Location
CSOL_AESTIMIA_SECRET null A shared secret with Aestimia