#!/bin/sh mkdir -p static pip install -e . echo "static: {root_path: '$(pwd)/static'}" >> "$CONFIG_PATH" arkindex collectstatic --noinput