Skip to content

mansanitas/django-bims

 
 

Repository files navigation

BIMS

BIMS is a Django app.

Note that BIMS is under development and not yet feature complete.

The latest source code is available at http://github.com/kartoza/django-bims.

Project Activity

  • Current test status master: test_status_master
  • Current test status develop: test_status_develop

Quick Project Setup

Refer to project setup guide for in depth information.

Make sure ansible is installed, all.yml file is configured, and project already opened using PyCharm. Then run these command:

make ansible-check

This will check and dry-run ansible tasks

make setup-ansible

This will generate project file configuration.

Quick Installation Guide

For deployment we use docker so you need to have docker running on the host. HealthyRivers is a django app so it will help if you have some knowledge of running a django site.

git clone git://github.com/kartoza/django-bims.git

make build

make permissions

make web

# Wait a few seconds for the DB to start before to do the next command

make migrate

make collectstatic

# Finally we can rebuild our search indexes if needed

make rebuildindex

So as to create your admin account: ` make superuser`

Optional keys on project

To use some feature, there are keys that needs to be included on the project. Please put the keys on the secret.py

The keys are:

  1. To show bing map, use your key of bing (https://www.bingmapsportal.com/) and put it in core/settings/secret.py with key BING_MAP_KEY
  2. To show openmaptile map (terrain and other style), use your key of maptile (https://www.maptiler.com/cloud/) and put it in core/settings/secret.py with key MAP_TILER_KEY

Thank you

Thank you to the individual contributors who have helped to build HealthyRivers:

Packages

No packages published

Languages

  • JavaScript 63.3%
  • Python 23.1%
  • HTML 10.7%
  • CSS 2.5%
  • Makefile 0.3%
  • Dockerfile 0.1%