mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-18 06:50:58 +00:00
minor adoption because directory ext has to stay in www directory
This commit is contained in:
parent
c739d37bf5
commit
0c0472ae3c
|
@ -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:
|
systems. The new layout is the following:
|
||||||
|
|
||||||
seeddms51x ---+--- data --+-- log
|
seeddms51x ---+--- data --+-- log
|
||||||
| |
|
|
||||||
| +-- ext
|
|
||||||
| |
|
| |
|
||||||
| +-- ...
|
| +-- ...
|
||||||
|
|
|
|
||||||
|
@ -69,16 +67,16 @@ seeddms51x ---+--- data --+-- log
|
||||||
|
|
|
|
||||||
+-- index.php -> ../seeddms/index.php
|
+-- 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
|
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
|
ln -s seeddms-5.1.x seeddms
|
||||||
mv www/conf .
|
mv seeddms-5.1.x/conf .
|
||||||
mv www/ext data
|
|
||||||
rm www
|
rm www
|
||||||
mdkir www
|
mkdir www
|
||||||
|
mv seeddms-5.1.x/ext www
|
||||||
cd www
|
cd www
|
||||||
ln -s ../seeddms/inc
|
ln -s ../seeddms/inc
|
||||||
ln -s ../seeddms/op
|
ln -s ../seeddms/op
|
||||||
|
@ -91,4 +89,3 @@ ln -s ../seeddms/webdav
|
||||||
ln -s ../seeddms/restapi
|
ln -s ../seeddms/restapi
|
||||||
ln -s ../seeddms/pdfviewer
|
ln -s ../seeddms/pdfviewer
|
||||||
ln -s ../seeddms/index.php
|
ln -s ../seeddms/index.php
|
||||||
ln -s ../data/ext
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user