note about layout changes in 5.1.42

This commit is contained in:
Uwe Steinmann 2025-10-23 18:48:29 +02:00
parent 6a85f7c3f9
commit a77519cfd6

View File

@ -7,7 +7,7 @@ on disc. The proposed layout till version 5.1.6 was as the following:
```
seeddms51x ---+--- data
|
+--- vendor
+--- pear
|
+--- seeddms-5.1.x
|
@ -17,7 +17,7 @@ seeddms51x ---+--- data
`data` contains all document files, the sqlite database (if used), the full text
data, the log files, and the cached preview images.
`vendor` contains all third party packages including the four SeedDMS packages SeedDMS_Core,
`pear` contains all third party packages including the four SeedDMS packages SeedDMS_Core,
SeedDMS_Lucene, SeedDMS_Preview, SeedDMS_SQLiteFTS.
`seeddms-5.1.x` are the sources of seeddms and 'www' being a link on it.
@ -45,7 +45,7 @@ seeddms51x ---+--- data --+-- log
| |
| +-- ...
|
+--- vendor
+--- pear
|
+--- conf
|
@ -99,3 +99,7 @@ ln -s ../seeddms/restapi
ln -s ../seeddms/pdfviewer
ln -s ../seeddms/index.php
```
Since version 5.1.42 the layout has changed slightly again. The directory
`pear` which had only a subdirectory `vendor` disappeared and the `vendor` has
move one level up.