0) The assignment can be found at http://www.cs.toronto.edu/~arnold/309/18s/assignments/01/ 1) Check out https://cs.utm.utoronto.ca/~rosenbl6/restaurantMash 2) You are in a group, please see ... https://cs.utm.utoronto.ca/~ta/309groups/ 3) You have been given a git repo for your group git clone https://mcsscm.utm.utoronto.ca/git/309/repo_$GROUP.git 4) You have been given a database, your credentials are - db created is called $UTORID_309 - username is your UTORid - password is the 5 digits before the last 2 digits of your library barcode - hostname is mcsdb.utm.utoronto.ca The following should work ... from cslinux.utm.utoronto.ca psql -d [UTORID]_309 -U [UTORID] -p [PASSWD_AS_ABOVE] -h mcsdb.utm.utoronto.ca 5) You can install the application by ssh -Y [UTORID]@cslinux.utm.utoronto.ca cd ~/www git clone https://mcsscm.utm.utoronto.ca/git/309/repo_$GROUP.git wget http://www.cs.toronto.edu/~arnold/309/18s/assignments/01/restaurantMash.zip unzip restaurantMash.zip cd restaurantMash/dev ./setup.sh # put in your db credentials there 6) For system errors, not help debugging your code, please email Andrew Wang