To run RaSColls for development, clone the repository and cd to the project directory and run:
pip install -e .After installation, load the RaSColls models and reference data:
python manage.py packages -o load_package -a arches_rascolls -db -y -devpython manage.py report_configs loadTo import resource data from a directory of .xlsx files and rebuild descriptors, search index, and report configs:
python manage.py load_rascolls_data <path-to-data-pkg>Use --format branch-excel for branch-excel formatted files (default is tile-excel):
python manage.py load_rascolls_data <path-to-data-pkg> --format branch-excelIf you load in sample data, be sure to index for arches-search-extension:
python manage.py arches_search reindex_database