File:  [LON-CAPA] / loncom / html / adm / ckeditor / commands
Revision 1.5: download - view: text, annotated - select for diffs
Tue Jul 16 14:14:51 2013 UTC (11 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: HEAD
- Update ckeditor to 3.6.6.1 so Rich Text editor will work in IE10.

path=`pwd`
htmldir='/home/httpd/html'
if [ -e "$htmldir/fckeditor" ]
then
    rm -rf $htmldir/fckeditor
fi
if [ -e "$htmldir/htmlarea" ]
then
    rm -rf $htmldir/htmlarea
fi
cd $htmldir
echo $path/ckeditor_3.6.6.1.tar.gz
tar -zxf $path/ckeditor_3.6.6.1.tar.gz
cp $path/loncapaconfig.js ckeditor/loncapaconfig.js

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>