The live version is running at http://dbbact.org
- create the conda environment
conda create --name dbbact-web python=3 numpy flask requests matplotlib numpy scipy
- activate it
source activate dbbact-web
- clone this respository
git clone https://github.com/amnona/scdb-website
- install the wordcloud module from github (the pip install version is old and not good enough)
pip install git+git://github.com/amueller/word_cloud
export FLASK_APP= XXX/XXX/scdb-website/scdb-website/Server_Main.py
and then
flask run
The website should be available in: http://127.0.0.1:5000/