General Guidelines

Initial Setup

Before you start, you would neet to set up your account for 6.170 as well as a git repository for all of your work and future assignment submissions. See the setup and assignment instructions for details.

Assignment Development

Auto-deploying onto courses.csail.mit.edu

Whenever you push to the deploy_only repository,
git push origin dev:deploy_only
it will auto-deploy onto the csail servers at https://courses.csail.mit.edu/6.170/sp12/students/USERNAME/

Before you start writing and debugging your web apps, we recommend that you read our deployment tutorial.

Assignment Handin

Hand in your solution by committing and pushing your code, before the deadline, to your submission repository via
git push origin dev:submit
See the setup and assignment instructions for details. Non-code parts of your solution should be provided in PDF (no Word or JPG files!).