diff --git a/doc/README.Dist-Layout b/doc/README.Dist-Layout index 5dd8a2d57..6bc98a03e 100644 --- a/doc/README.Dist-Layout +++ b/doc/README.Dist-Layout @@ -34,8 +34,6 @@ As MS Windows does not support soft links, this change will only apply to Linux/ systems. The new layout is the following: seeddms51x ---+--- data --+-- log - | | - | +-- ext | | | +-- ... | @@ -69,16 +67,16 @@ seeddms51x ---+--- data --+-- log | +-- index.php -> ../seeddms/index.php | - +-- ext -> ../data/ext + +-- ext In order to convert to this layout you need to do the following in the seeddms51x -directory: +directory (replace seeddms-5.1.x with you installed version of seeddms): ln -s seeddms-5.1.x seeddms -mv www/conf . -mv www/ext data +mv seeddms-5.1.x/conf . rm www -mdkir www +mkdir www +mv seeddms-5.1.x/ext www cd www ln -s ../seeddms/inc ln -s ../seeddms/op @@ -91,4 +89,3 @@ ln -s ../seeddms/webdav ln -s ../seeddms/restapi ln -s ../seeddms/pdfviewer ln -s ../seeddms/index.php -ln -s ../data/ext