We assume that the local Kullo DB has the name, user and password kullo
.
sudo -u postgres createuser -P webconfig # enter the password "webconfig" when asked
sudo -u postgres createdb -O webconfig webconfig
./src/manage.py migrate
./src/manage.py runserver