Skip to content

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.

network missing

network not installed
Required files are missing, cannot continue.  Have all the pre-processing steps been run?
Now sleeping!!