A simple python pastebin based on Flask, MongoDB and PrismJS
I created this pastebin to show that CRUD in mongodb is simple, that pastebins are a simple problem to solve and should not be complicated to deploy.
This package was made for python 2.7.X We run it on windows, we've also run it on Ubuntu. A MongoDB Server v2.2.1 or above
- Install the pip requirements on your virtualenv or interpreter
pip install -r pip_requirements.txt
- Rename example_app.cfg to app.cfg
- Change the settings in app.cfg to match your environment
python flaskpaste.py
If you're going for a fresh install on Linux bootstrap.sh may end up doing all this for you (No promises).