This is the part of Osmose which analyses OSM and sends the results to the frontend. This works as follows:
Analysers can be build in many ways:
The default way to setup Osmose Backend is through Docker. Look at the docker/README.md.
You can also install manually on a debian distribution INSTALL.md.
Look at the osmose_run.py help for options
osmose_run.py -h
Setup a Docker install and follow the "Develop on Osmose with docker" guide.
Read the additional contribution guidelines.