[Archived] Chicago Summer of Learning website development
Перейти к файлу
Andrew Hayward 9f8da68938 Basic page layout 2013-04-22 13:13:07 +01:00
controllers Simplifying `learn` controller 2013-04-22 12:07:08 +01:00
models Implement fixture generation for testing. 2013-04-08 14:29:06 -04:00
static Adding the challenge thumbnail 2013-04-22 12:08:32 +01:00
test Add documentation about how to use `prepare` 2013-04-08 14:55:08 -04:00
views Basic page layout 2013-04-22 13:13:07 +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 Putting `program`s back for now 2013-04-22 12:07:43 +01:00
db.js Implement fixture generation for testing. 2013-04-08 14:29:06 -04:00
package.json Implement fixture generation for testing. 2013-04-08 14:29:06 -04: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.