PWNurl: url shortening service
Table of Contents
Main Features
- TODO
Installation
The latest stable version can always be installed or updated to via pip:
$ pip install --upgrade pwnurlThe latest development version can be installed directly from GitHub:
$ pip install --upgrade https://github.com/donovan-duplessis/pwnurl/tarball/masterConfiguration
You need to set the PWNURL_SETTINGS environment variable to point to the
configuration file:
$ export PWNURL_SETTINGS=~/.pwnurlrcThe following configuration parameters are vailable:
| Parameter | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
Usage
Initialize Database:
$ pwnurl db upgradeCompile Web Assets:
$ pwnurl assets clean
$ pwnurl assets buildStart Gunicorn Server:
$ pwnurl gunicorn [--daemon]Stop Gunicorn Server:
$ kill -TERM `cat /tmp/pwnurl.pid`Authors
Donovan du Plessis (@binarytrooper)
Licence
Please see LICENSE.