adicu / Courses

A course management application for Columbia.
courses.adicu.com
Other
16 stars 12 forks source link

[Courses v2] Move to Meteor #175

Closed brishin closed 10 years ago

brishin commented 10 years ago

See #165 for information

Closes #171 Closes #151 Closes #134 (Move to meteor build system) Closes #133 Closes #119 (Create per schedule URL) Closes #115 Closes #110 (Allow courses with no sections gracefully) Closes #80 (Build this UI out) Closes #78 (Implemented by iron router) Closes #73 (Close - wontfix) Closes #81 (Using heap)

Closes #165 (The tracking task for this PR)

schlosser commented 10 years ago

This runs for me, but not search. Is this not working yet, or do I need to set something up?

brishin commented 10 years ago

@danrschlosser sorry that's my fault. I was meaning to find a better way to do this so that's why I haven't documented it.

You need to port forward ssh -L 9200:localhost:9200 adi-data so that the backend can access the ES server.

natebrennand commented 10 years ago

general comment: I might be easier if we refer to the full name of the course as name or fullName or some string other than full. It can get confusing since courses can be full (even though we don't handle that)

natebrennand commented 10 years ago

we'll still be running this behind nginx, right? assuming yes, let's keep that config file in VC

brishin commented 10 years ago

Tested auth with a test user and it's working. If not, it's a very clean revert, so I'm going to go merge this.