Difference between revisions of "M2web-vista-cgi"
From VistApedia
(trademark) |
|||
Line 1: | Line 1: | ||
+ | |||
+ | This page uses the historical meaning of the term "OpenVistA" [[VistA Trademark Issues]] | ||
+ | |||
+ | |||
#!/bin/bash | #!/bin/bash | ||
#invoke GT.M for M2Web CGI | #invoke GT.M for M2Web CGI |
Revision as of 16:17, 7 March 2007
This page uses the historical meaning of the term "OpenVistA" VistA Trademark Issues
#!/bin/bash #invoke GT.M for M2Web CGI export m2web="/usr/local/m2web" export vista_home="/usr/local/vista/OpenVistA" export gtm_sysid="vista.net" export gtm_dist="/usr/local/gtm" export gtm_log="$gtm_dist/log" export gtmgbldir="$vista_home/g/mumps.gld" export gtmroutines="$vista_home/o($m2web/w $vista_home/r) $gtm_dist" # MD5 Library external-call table export GTMXC_md5 = "$m2web/w/xc/gtm_md5.xc" cd $m2web/w #-- uncomment line below and copy to /var/www/vista/m2web.cgi #$gtm_dist/mumps -r htCGI