This is the code repository for eCorpus, a content management system by the eThesaurus consortium.
Follow the Quick Start Guide.
The repository uses recursive submodules, because the upstream DPO-Voyager uses them.
It means some commands will need to be run with the --recurse-submodules
flag, or you will need to run git submodule update --init --recursive
after cloning the repository.
eg: git clone --recurse-submodules git@github.com:Holusion/eCorpus
Day-to-day operations can be simplified by configuring git (globally or for thsi repository) to always recurse by default : git config submodule.recurse true
.