gustafn
committed
on 19 Aug 19
add nsshell when available.

making nsshell available:
a) install nsshell from https://bitbucket.org/naviserver/nsshell/
b) configure in yo… Show more
add nsshell when available.

making nsshell available:

a) install nsshell from  https://bitbucket.org/naviserver/nsshell/

b) configure in your OpenACS config file nsshell:

    ##################################################################

    #

    # nsshell configuration (per-server module)

    #

    ns_section "ns/server/${server}/modules" {

        ns_param    nsshell   tcl

    }

    ns_section "ns/server/${server}/module/nsshell" {

        ns_param    url                 /admin//nsshell

        ns_param    kernel_heartbeat    5

        ns_param    kernel_timeout      10

    }

    ##################################################################

Show less