Revision 7bde117f
Added by dsorber about 13 years ago
| 525.743/code/web/README | ||
|---|---|---|
|
|
||
|
WSGIScriptAlias /bfcs /path/to/web/folder/app.wsgi
|
||
|
|
||
|
3. Restart apache and you should be able to see BCFS web display at "/bfcs".
|
||
|
3. Restart apache and you should be able to see BCFS web display at "/bfcs".
|
||
|
|
||
|
For htdocs folder:
|
||
|
|
||
|
Add this to your apache config file:
|
||
|
|
||
|
Alias /htdocs /path/to/htdocs
|
||
|
<Directory /path/to/htdocs>
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
</Directory>
|
||
Adding dynamically updating charts using the Flot javascript plotting library.