Skip to content

Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories

License

Notifications You must be signed in to change notification settings

archesproject/arches

Folders and files

NameName
Last commit message
Last commit date
Mar 20, 2015
Jul 22, 2022
Sep 20, 2022
Aug 30, 2022
Jun 25, 2019
Jun 20, 2022
Sep 20, 2022
Aug 26, 2022
Mar 29, 2020
May 5, 2022
Oct 11, 2016
Sep 9, 2022
Nov 15, 2019
Jul 5, 2022
Apr 7, 2022
Aug 30, 2022
May 5, 2022
Jan 28, 2017
Jan 13, 2020
Sep 20, 2022
Feb 23, 2018
Mar 19, 2019
Jun 20, 2022
Jun 20, 2022
Oct 31, 2019
Nov 14, 2019
Sep 20, 2022
Apr 6, 2022
Nov 14, 2019
Jan 13, 2020
Sep 19, 2022

Repository files navigation

Arches Build Status Coverage Status

Arches is a web-based, geospatial information system for cultural heritage inventory and management. Arches is purpose-built for the international cultural heritage field, and designed to record all types of immovable heritage, including archaeological sites, buildings and other historic structures, landscapes, and heritage ensembles or districts. For more information and background on the Arches project, please visit archesproject.org.

For general inquiries and to get technical support from the wider Arches community, visit our Community Forum.

For general user installation and app documentation, visit arches.readthedocs.io.

For the documentation pertaining to the bleeding edge code (what is in the master branch), visit arches.readthedocs.io/en/latest. We welcome new contributors; please see Contributing to Arches for details.

Issue reports are encouraged! Please read this article before reporting issues.

Version 7.1.1 release notes

Quick Install

Installation is fully documented in the official documentation, arches.readthedocs.io/en/stable, but assuming you have all of the dependencies installed you should make a virtual environment, activate it, and then run

    pip install arches

then

    arches-project create myproject

enter the new myproject directory

    cd myproject

and run

    python manage.py setup_db
    python manage.py runserver

in a separate terminal, activate your virtual environment and navigate to the root directory of the project ( you should be on the same level as package.json)

    cd myproject/myproject

and run

    yarn build_development

to create a frontend asset bundle. This process should complete in less than 2 minutes.

Finally, visit localhost:8000 in a browser (only Chrome is fully supported at this time).

If you run into problems, please review our the full installation documentation

Release Cycle

Our general release cycle will typically be a functional release (either major if there are backward incompatible changes or minor, if there are not) followed in 6-12 weeks by a bug release (patch). See semver.org for version numbering.

  • Functional releases will usually introduce new functionality to the application but could also include styling updates, enhancements to the UX, bug fixes, and general improvements.
  • Bug releases are really only concerned with fixing any bugs related to the previous release or any other issues not yet addressed
Support for previous releases

Functional releases will be supported until the next functional release. After that users are expected to upgrade to the latest release on pypi.python.org

About

Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published