nurl is an open-source URL shortening application written in Python, built upon Pyramid and MongoDB.
It is licensed under BSD 3-Clause <http://www.opensource.org/licenses/BSD-3-Clause>.
- Download the files from https://github.com/gustavofonseca/nurl
- Run
python setup.py develop
- Edit
development.ini
to enter MongoDB configs - Run
pserve development.ini
This is a typical Pyramid app installation. For more details, take a look at: http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/