- 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 8888in the background (or/path/to/mongodb/bin/mongod --dbpath path/to/db --port 8888if MongoDB is not installed system wide).
- Enter the project directory.
- Run
python moral_annotation_tool.py. - Open
0.0.0.0:8080in the browser.
- Python3 is required.
pip install flask passlib pymongo