root/525.743/code/web/README @ 45c4b73a
| 45c4b73a | dsorber | 1. Install apache and mod_wsgi.
|
|
2. Add this line to your apache config file
|
|||
WSGIScriptAlias /bcfs /path/to/web/folder/app.wsgi
|
|||
3. Restart apache and you should be able to see BCFS web display at "/bcfs".
|