Difference between revisions of "M2web-vista-cgi"
From VistApedia
(Added Glossary Link to Historical~) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | This page uses the [[historical~|Historical]] meaning of the term "OpenVistA" [[VistA Trademark Issues]] | |
− | |||
− | |||
− | #-- uncomment line below and copy to /var/www/vista/m2web.cgi | + | #!/bin/bash |
− | #$gtm_dist/mumps -r htCGI | + | #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 |
Latest revision as of 00:51, 3 March 2012
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