Skip to content

makefile build

The makefile is created to start all builds :

  • The development build
  • Install build
  • Data generation
  • Docker build

The idea is that the steps for creation are captured in one script. Also of course convenience.

development

We want a complete development structure to be checked out. The development structure should be able to create a production build and install it to e PREFIX directory. The data generation should run with some default dataset: the netherlands. Europe etc should be done by hand, BAG probably also should require some manual steps. The docker install should deliver a complete working system on localhost.

So the first step is to checkout the debian branch, it will download all software from the make script.

git clone git@bitbucket.org:keesklopt/debian
cd bullseye
make
make install
make start
make docker

The install step installs a production version under apache fcgi.