dserver-minimal

Meta-package for installing a minimal working dserver consisting of dservercore, dserver-search-plugin-mongo, and dserver-retrieve-plugin-mongo


License
Other
Install
pip install dserver-minimal==0.2.0

Documentation

dserver-minimal

dtool PyPI tag

dserver-minimal is a meta package that provides a minimal working dserver installation consisting of the core component dservercore, together with MongoDB-based search and retrieve plugin implementations dserver-search-plugin-mongo and dserver-retrieve-plugin-mongo.

Install from PyPI with

pip install dserver-minimal

or directly from the main branch with

pip install git+https://github.com/livMatS/dserver-minimal

and follow the general configuration instructions otherwise.