#!/bin/sh set -eu # This is currently being developed on a BR-13 devel-system instance, which # has neither bottle, nor flup. I've checked these out so I can use these, # but really, this will need to go away and development should be done on # a system with the necessary dependencies installed properly. (BR-13 also # doesn't have a working sqlite3 Python binding, and that's not so easy to # fix without a fixed system deployed.) export PYTHONPATH="/home/richardmaw/workspace/baserock/src/bottle:/home/richardmaw/workspace/baserock/src/flup" yarn -s yarns.webapp/yarn.sh yarns.webapp/*.yarn --env PYTHONPATH="$PYTHONPATH" "$@"