$ # Clone repository
$ git clone git@github.com:deluge/license-plate.git
$ Create your virtualenv (recommended, use pyenv)
$ Go into project root
$ mkvirtualenv license-plate
$ # Activate Environment and install
$ workon license-plate
$ make devinstall
$ # run tests
$ make tests
Default databasename for development is license_plate_dev
$ python src/manage.py migrate
$ # Create a new super user
$ python src/manage.py createsuperuser
Now you can run the webserver and start using the site.
$ python src/manage.py runserver
This starts a local webserver on localhost:8000. To view the administration interface visit /admin/