-db : run setup_py to rebuild your database
-ow : overwrite concepts and collections
-st : stage concepts and collections
-s : a zipfile located on github or locally
By default mapbox-style layers will be loaded with the name property found in the layer's style.json file. The default name for tile server layers will be the basename of the layer's xml file. For both mapbox-style and tile server layers the default icon-class will be fa fa-globe
. To customize the name and icon-class, simply add a meta.json file to the layer's directory with the following object:
{
"name": "example name",
"icon": "fa example-class"
}
To load data the target must be an arches project rather than the arches application.:
arches-project create myproject
cd myproject
python manage.py packages -o load_package -s https://github.com/archesproject/lincoln_release/archive/master.zip -db true