FISH is a Django app.
Note that FISH is under development and not yet feature complete.
The latest source code is available at http://github.com/kartoza/kbims-fish.
- Developers: See our developer guide
- Current test status master:
- Current test status develop: |test_status_develop|
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/kbims-fish.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
So as to create your admin account:
`
make superuser
`
Add "fish" to your INSTALLED_APPS setting like this:
- INSTALLED_APPS = [
'fish',
]
Include the fish URLconf in your project urls.py like this:
path('fish/', include('fish.urls'))
Run python manage.py migrate to create the fish models.
Thank you to the individual contributors who have helped to build HealthyRivers:
- Christian Christelis (Lead developer): christian@kartoza.com
- Tim Sutton (Lead developer): tim@kartoza.com
- Dimas Ciptura: dimas@kartoza.com
- Irwan Fathurrahman: irwan@kartoza.com
- Alison Mukoma: alison@kartoza.com
- Anita Hapsari: anita@kartoza.com
.svg?branch=master .. |test_status_develop| image:: https://travis-ci.org/kartoza/kbims-fish.svg?branch=develop .. |nbsp| unicode:: 0xA0
trim: