source: trunk/monitor/cgi-bin/asapconfig.py @ 990

Last change on this file since 990 was 712, checked in by mar637, 19 years ago

several updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 651 bytes
RevLine 
[712]1#asapconfig.py
[703]2
[712]3observatory = {'rpfpath': [],
4               'name': 'observatory',
5               'lines' : {} }
[703]6
7import os,sys
8# This is where asap lives
9sys.path.insert(2,'/opt/lib/python2.3/site-packages')
10os.environ["AIPSPATH"]="/opt/share/asap linux_gnu somewhere localhost"
11
12#overwrite /usr/local/... as default
13sys.path.insert(2,'/usr/lib/python2.3/site-packages')
14
15# This is needed for plotting with matplotlib
[712]16# where matplotlib data is located
[703]17os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"
[712]18# where matplotlib puts it temporary font files
19# this location can also have a custom .matplotlibrc
20os.environ["HOME"]="/var/www/asapmon/tmp"
Note: See TracBrowser for help on using the repository browser.