Giter VIP home page Giter VIP logo

django-bims's Introduction

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:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.