Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holusion/ecorpus
3D Explorer and interface
https://github.com/holusion/ecorpus
3d cultural-heritage photogrammetry
Last synced: 29 days ago
JSON representation
3D Explorer and interface
- Host: GitHub
- URL: https://github.com/holusion/ecorpus
- Owner: Holusion
- Created: 2023-01-25T13:27:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:53:49.000Z (2 months ago)
- Last Synced: 2024-10-25T01:40:19.041Z (2 months ago)
- Topics: 3d, cultural-heritage, photogrammetry
- Language: TypeScript
- Homepage: https://ethesaurus.holusion.com
- Size: 15.9 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eCorpus
## Description
This is the code repository for **eCorpus**, a content management system by the [eThesaurus](https://ethesaurus.holusion.com) consortium.
## Installation
Follow the [Quick Start Guide](https://ethesaurus.holusion.com/en/doc/tutorials/deployment.html).
## Repository structure
The repository uses recursive [submodules](https://git-scm.com/docs/gitsubmodules), because the upstream [DPO-Voyager](https://github.com/) 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 [email protected]: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`.