/biopedia

Data center skeleton for the Tsinghua Bioinformatics Group. The website is currently maintained by someone else.

Primary LanguageCSS

Readme - Biopedia

Deploy Biopedia on Ubuntu 14.04 LTS:

  1. We assume that you have installed python, git, pip, and mongodb.
  2. Clone the repository to the project folder.
  3. Run $pip install Flask-PyMongo to install Flask, PyMongo, and Flask-Pymongo.
  4. Run mongod (best in Administrator mode) to start the MongoDB database.
  5. Run python Biopedia.py to start the project.