Ignore:
Timestamp:
05/21/08 15:35:49 (16 years ago)
Author:
Malte Marquarding
Message:

some updates to make the asapmonitor work again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/monitor/cgi-bin/asapconfig.py

    r1403 r1419  
    55               'lines' : {} }
    66
     7asapmonhome = "/var/www/htdocs"
     8asapmonrel = "/asapmon/"
    79import os,sys
    8 #os.environ["AIPSPATH"]="/opt/share/asap linux_gnu somewhere localhost"
    9 
    10 # This is needed for plotting with matplotlib
    11 # where matplotlib data is located
    12 #os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"
    1310# where matplotlib puts it temporary font files
    1411# this location can also have a custom .matplotlibrc
    15 os.environ["HOME"]="/var/www/asapmon/tmp"
     12os.environ["HOME"]="/var/www/htdocs/asapmon/tmp"
Note: See TracChangeset for help on using the changeset viewer.