Menu

Tree [5b4c9e] master /
 History

HTTPS access


File Date Author Commit
 FCGI.m 2016-08-10 Winfried Bantel Winfried Bantel [5b4c9e] Initial commit
 FCGIINIT.m 2016-08-10 Winfried Bantel Winfried Bantel [3a1bdb] Initial commit
 HELLOWORLD.m 2016-08-10 Winfried Bantel Winfried Bantel [fef391] Initial commit
 README 2016-08-10 Winfried Bantel Winfried Bantel [ae377b] Initial commit
 default 2016-08-10 Winfried Bantel Winfried Bantel [5b4c9e] Initial commit

Read Me

1) Install nginx. Look at /etc/nginx/sites-enabled/default, notice entry "root"
2) Copy file "default" to /etc/nginx/sites-enabled/ and correct entry root to old value (from 1)
   Restart nginx: /etc/init.d/nginx restart
   Browse to http://server-address/ and you will see nginx-welcome-page
3) Copy *.m to your GT.m routine-directory
4) Run FCGIINIT (will only set a global):
   mumps -run FCGIINIT
5) Run FCGI (will run infinite): 
   mumps -run FCGI
6) Browse to http://server-address/HELLOWORLD.m and you will see...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.