jasontbradshaw / iron-tools

Stream video over the web for either immediate or delayed viewing by an arbitrary number of clients.
3 stars 0 forks source link

deploy _web in production mode (via apache or whatnot), not in debug mode via command line #36

Open elben opened 14 years ago

elben commented 14 years ago

Right now, we deploy using: $ python recorder_web.py &

This isn't ideal. It should be auto-deployed when the servers are on. This requires setting up Flask and Apache.