- Install MongoDB (Tutorial). If you don't want to install MongoDB system wide, just unpack the tarball to
path/to/mongodb
. - Create a writable empty directory
path/to/db
- Run
mongod --dbpath path/to/db --port 8888
in the background (or/path/to/mongodb/bin/mongod --dbpath path/to/db --port 8888
if MongoDB is not installed system wide).
- Enter the project directory.
- Run
python moral_annotation_tool.py
. - Open
0.0.0.0:8080
in the browser.
- Python3 is required.
pip install flask passlib pymongo