Document Archiving system is made for archive simple document.
Installing the latest stable version is simple. But make sure first you have python install on your system. You can use virtualenv or any wrapper to create Virtual Environment. I have used pipenv.
$ pip install pipenv
Check this for more information about pipenv
$ git clone https://github.com/purkayasta/Document-Archiving-catalog.git
$ cd Document-Archiving-catalog
$ pipenv install
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver