Skip to content

lizardsystem/lizard-damage

Repository files navigation

lizard-damage

Lizard-damage is the functionality of the "Waterschadeschatter" site, in a Django app. It's also a Lizard app, but besides using the Lizard base template, hardly any of its functionality is used.

Local development with docker

Prerequisite: recent docker install (including docker-compose).

One-time setup:

$ docker-compose build
$ docker-compose run web buildout
$ docker-compose run web bin/django syncdb
$ docker-compose run web bin/django migrate

Regular commands:

$ docker-compose run web bin/test
$ docker-compose up

Alternatively to the last one:

$ docker-compose run --service-ports web bin/django runserver 0.0.0.0:5000

About

Damage assessment of local floods.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages