[Archived] Chicago Summer of Learning website development
Перейти к файлу
Andrew Hayward b4bf4d38c3 Test files 2013-04-19 14:31:31 +01:00
controllers Minor fix 2013-04-19 13:54:42 +01:00
models Reverting relationship type 2013-04-19 13:17:19 +01:00
static changing 450 to 480 to align with bootstrap standard 2013-04-11 10:47:54 -10:00
test Test files 2013-04-19 14:31:31 +01:00
views Nothing was using that anyway 2013-04-19 13:53:36 +01:00
.gitignore Initial commit. 2013-03-21 16:10:19 -04:00
README.md Allow configuration of database name 2013-04-08 13:24:18 -04:00
app.js Turning on autoescape 2013-04-19 10:12:22 +01:00
db.js Clarifying doc comment 2013-04-19 13:31:55 +01:00
package.json Using underscore.js 2013-04-18 17:31:56 +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.