Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 749 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 749 Bytes

CFNS webapp

Webapplication made in Django, with GeoDjango and as database: PostgreSQL extented with PostGIS

This application is supposed to integrate with cfns-half-duplex. This is illustrated in the diagram below.

Integration with other CFNS systems

(Easy method) Start up project (via Docker):

Go into linux (type 'wsl' in Windows)

1. docker-compose up

(Hard method) Start up project (via python):

Install required software:

Follow installation.md

Activate environment:

Go into linux (type 'wsl' in Windows)

1. source env/bin/activate

Update packages:

1. pip3 install -r requirements.txt

Startup django project:

1. python3 manage.py runserver

@Daniël Geerts, 2021