source: trunk/vizservers/nanovis/start_server @ 749

Last change on this file since 749 was 749, checked in by dkearney, 17 years ago

moved vizservers directory to top level. added configure/makefiles to nanovis, nanoscale, pymolproxy all controlled by a configure script in
vizservers directory. to build you need to specify where rappture and tcl are installed. the start_viz.sh script was adjusted to copy the voronoi and
rappture libraries over to the tmp directory because these files tend to reside on an nfs mounted drive.

  • Property svn:executable set to *
File size: 581 bytes
Line 
1#!/bin/sh
2
3# insulate ourselves from clerk and other NFS filesystems
4OLDPWD=/tmp
5export OLDPWD
6HOME=/tmp
7export HOME
8cd $HOME
9
10DISPLAY=:0
11export DISPLAY
12
13PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/bin/X11:/home/nanohub/vrinside/rappture/gui/vizservers
14export PATH
15
16#LD_LIBRARY_PATH="/opt/render/lib:/lib:/usr/lib:/usr/local/lib"
17#export LD_LIBRARY_PATH
18
19exec /home/nanohub/dkearney/repo/rappture/gui/vizservers/nanovis/nanoscale -l 2002 -b 2002 -s 128.210.189.255 -c "/home/nanohub/dkearney/repo/rappture/gui/vizservers/nanovis/nanovis" > /dev/null 2>&1
Note: See TracBrowser for help on using the repository browser.