| conf | ||
| controllers | ||
| develop | ||
| doc | ||
| inc | ||
| install | ||
| languages | ||
| op | ||
| out | ||
| restapi | ||
| styles | ||
| utils | ||
| views | ||
| webdav | ||
| www | ||
| .editorconfig | ||
| .gitignore | ||
| build.xml | ||
| CHANGELOG | ||
| composer-dist.json | ||
| composer.json | ||
| Gruntfile.js | ||
| LICENSE | ||
| Makefile | ||
| package.json | ||
| README.md | ||
| TODO | ||
SeedDMS is a PHP based Document Management System. For more information check the web site at https://www.seeddms.org
There are detailed installation instructions from a preconfigured distribution at [doc/README.Install.md]
If you prefer to install from git, you will need to:
-
Create a directory, e.g. seeddms
mkdir seeddms -
Change into that directory
cd seeddms -
Clone the various SeedDMS repositories
git clone https://codeberg.org/SeedDMS/preview.git 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 -
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.gitFor 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 -
Run composer
composer update -
Create an installable distribution
vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') packageor create an installable distribution with softlinks
vendor/bin/phing -Dversion=$(php -r 'include "inc/inc.Version.php"; echo (new SeedDMS_Version())->version();') -Dmode=development packageThis archive does not contain any sources but only links to the previously cloned repositories.
The archive created in step 6. can be installed like the official releases of SeedDMS.