Forum .LRN Q&A: Re: E-LANE has been released !!!

Collapse
Posted by Orzenil Silva Junior on
Congratulations!!

It is great see Assessment running well using acs-content-repository from 5-1 not exclusively HEAD.

And the best: it is great see user-tracking live!!! I think lot of work was done and the package is a solid step to .LRN runs as competitive courseware (or maybe a LMS?).

Just two things only about e-lane distribution:

1. config.tcl contains:

# The hostname and address should be set to actual values.
set hostname [ns_info hostname]
#set address [ns_info address]
set address 10.0.2.184
#set address 174.14.0.104

it could be better if it was as config.tcl from OpenACS HEAD to prevent misunderstandings:

# The hostname and address should be set to actual values.
# setting the address to 0.0.0.0 means aolserver listens on all interfaces
set hostname [ns_info hostname]
#set address [ns_info address]
set address 0.0.0.0

2. apm-callback-procs.tcl from user-tracking contains:

# Escribo fichero de users.txt
exec "/bin/mkdir" ${dir}awstat
set touch [exec "/bin/touch" ${dir}awstat/userinfo.txt]

well, i try install user-tracking in my FreeBSD5.2.1 box and there is no touch at /bin/ only /usr/bin then package install results in error and did not mount user-package instance in site-map

For a while is just it. Now i got it running i want to try it hard (assessment and user-tracking).

Thanks