mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14: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:
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user