Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1008 Bytes

File metadata and controls

34 lines (23 loc) · 1008 Bytes

ManuSpectrum Package

Install (alpha)

wget https://github.com/CRC-Centre-Recherche-Conservation/manuspectrum-pkg/archive/master.zip
unzip master.zip -d manuspectrum/
mv manuspectrum-pkg-main/ pkg/

add this params in settings.py

PACKAGE_DIR = os.path.join(os.path.dirname(APP_ROOT),'pkg')
python manage.py packages -o load_package -s pkg -db -y

add in settings (and other extensions of instrument files)

FILE_TYPES += ["txt", "..."]

Credits

This project uses Arches, an open-source platform for cultural heritage data management developed by the Getty Conservation Institute and the World Monuments Fund.

Arches is licensed under the GNU Affero General Public License v3.0. For more details, visit their Arches repository and Arches For Science.