Skip to content
Snippets Groups Projects
Select Git revision
  • 5c01033bed2d44f3f7be159dba56c4f79e7c5ff6
  • main default protected
  • collaboration
  • gh_pages
  • back_btn
  • time_machine
  • main_backup_2023
  • master
  • back_shadows
  • missing_prompt
  • light_types_backport
  • light_types
  • full_safe_width
  • language_race_condition
  • articles_lang_creation
  • obj_upload
  • pointscloud
  • animations
  • backport_upload_videos
  • backport_code_button
  • model_edit_backport
21 results

eCorpus

eCorpus

Description

This is the code repository for eCorpus, a content management system by the eThesaurus consortium.

Installation

Follow the Quick Start Guide.

Repository structure

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.