These scripts are for setting up a development environment using apt (e.g., Debian or Ubuntu Linux) and pip.
devscripts/bootstrap.shuses apt to get required software including python, postgres, etc...devscripts/server.shstarts the postgres servicesource venv/bin/activateto start virtualenvdevscripts/setup.shuses pip to get python dependencies, creates and migrates database structure