Forum LAMS for Tech-Heads - General Forum: Re: Re: LAMS 2.3.5 is out!


 
Search: 

3: Re: Re: LAMS 2.3.5 is out!
In response to 2 01/05/11 12:58 PM
[ Reply | Forward ]
Hi Daniel, 

Thanks for you help with this. 

> SunOS 5.10 Generic_127111-05 sun4u sparc SUNW,Sun-Fire-V240
> 
> L237: du -s $LAMS_DIR $JBOSS_DIR
> L335: cp -pr assembly/lams.ear/* $EAR_DIR > log/update-files.log

Good point! 

I've just now added a check in the script that would determine the attributes for the DU and the CP commands:

if [[ "$(uname)" = "SunOS" ]]
then
    # This is SunOS                                                                                                          
    CP_ATT=" -pr"
    DU_ATT=" -s"
else
   # This is Linux/MacOSX                                                                                                    
    CP_ATT=" -pvr"
    DU_ATT=" -chs"
fi

Here's the full script (http://is.gd/kaQCP)

> (2) Fix a typo in the next release
> Check server/defalt/log/boot.log and server/defalt/log/server.log to see if
> LAMS has started correctly.

Ah Thanks, I'll fix this too. 

> (3) Do you have an ETA for the moodle 2.0 extension ?

Now that I have 2.3.5 out of my plate, I'll be focusing *just* on that. 

Thanks again for the help and your French translations :-) 

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum