--- doc/build/ubuntu16LTS_install.frag 2017/06/12 20:56:13 1.2 +++ doc/build/ubuntu16LTS_install.frag 2018/06/20 12:36:29 1.4 @@ -147,12 +147,14 @@ sudo apt-get install loncapa-prerequisit

This may take some minutes due to LON-CAPA's large number of dependencies.

-

Set MPM mode for Apache web server and enable use of cgi scripts

+

Set MPM mode for Apache web server and enable use of cgi scripts and webDAV

Execute:

 sudo a2dismod mpm_event
 sudo a2enmod mpm_prefork
 sudo a2enmod cgi
+sudo a2enmod dav
+sudo a2enmod dav_fs
 

Retrieve and execute LON-CAPA setup program

@@ -248,7 +250,7 @@ To configure and install LON-CAPA, becom

 sudo -i
-cd /root/loncapa-X.Y.Z     (X.Y.Z should correspond to a version number like '2.12.0')
+cd /root/loncapa-X.Y.Z     (X.Y.Z should correspond to a version number like '2.11.2')
 ./UPDATE