getting the backend running
See front end for the web interface. Frontend needs this process to run.
preliminaries
See postgres work instructions for getting a working postgres installation.
installation
Note : do this again on a clean docker image or VM ! and complete all steps
git clone git@bitbucket.org:keesklopt/solver
cd solver
make # needs development tools, install what it complains about
cd backend
./debug/backend
If you get errors here are some known solutions.