adicu / Courses

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

Add a system for easily reproducing a production environment. #162

Open brishin opened 10 years ago

brishin commented 10 years ago

Dockerfile is the initial step for this.

Afterwards: #135

brishin commented 10 years ago

@natebrennand What's the infra strategy for deploying webhooks?

natebrennand commented 10 years ago

@brishin, would you like to be in charge of maintaining the Docker file / w/e deployment tool for Courses or do you want me to be? If you, what's the status on the Docker file?

brishin commented 10 years ago

I can write the initial Dockerfile, but we'll need more tooling around it to bring everything up automatically. @natebrennand, I'll leave that part to you?

brishin commented 10 years ago

Also for reference, my current deploy method: forever stopall && meteor bundle --directory ~/Courses-bundle/ && ~/run_courses.sh