some more details

This commit is contained in:
Uwe Steinmann 2025-09-22 10:50:09 +02:00
parent a409e38973
commit 0e45cd2e3e

View File

@ -15,16 +15,24 @@ If you prefer to install from git, you will need to:
`git clone https://codeberg.org/SeedDMS/lucene.git`
`git clone https://codeberg.org/SeedDMS/ѕqlitefts.git`
`git clone https://codeberg.org/SeedDMS/http_webdav_server.git`
4a. For SeedDMS 5.1.x
4. For SeedDMS 5.1.x
`git clone -b seeddms-5.1.x https://codeberg.org/SeedDMS/seeddms.git`
`git clone -b seeddms-5.1.x https://codeberg.org/SeedDMS/core.git`
4b. For SeedDMS 6.0.x
For SeedDMS 6.0.x
`git clone -b seeddms-6.0.x https://codeberg.org/SeedDMS/seeddms.git`
`git clone -b seeddms-6.0.x https://codeberg.org/SeedDMS/core.git`
5. Run composer
`composer update`
6a. Create an installable distribution
6. Create an installable distribution
`vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') package`
6b. Create an installable version with softlinks
or create an installable version with softlinks
`vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') -Dmode=development package`
This archive does not contain any sources but only links to the previously
clone repositories.
The archive created in step 6. can be installed like the official releases of
SeedDMS.