
Welcome to Kuma.

To run developer-local.allizom.org, run:
    foreman start

    (Consult ~/src/Procfile to see what services are managed by Foreman.)

To run Kuma tests:
    ~/src/manage.py test actioncounters contentflagging kuma.demos devmo landing kuma.users search kuma.wiki kuma.events

To run KumaScript tests:
    cd ~/src/kumascript && ./node_modules/.bin/nodeunit tests

To update this dev environment:
    sudo puppet apply /home/vagrant/src/puppet/manifests/dev-vagrant.pp
