Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 855 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 855 Bytes

kinme

kinme

Kinme is a KNIME workflow file sharing system and its name is come from anagram of KNIME. Izu peninsula is known as the producer of Kinme (Kinmedai), a high class fish in Japan.

Setup

Install modules

conda install -c conda-forge flask-sqlalchemy
conda install -c conda-forge flask-login
conda install -c conda-forge flask-wtf
conda install -c conda-forge cairosvg
conda install -c conda-forge markdown

clone or download this repository

setup database

python refreshdb.py

launch flask server

export FLASK_APP=app.py
flask run

Screenshots

index

workflow

License

Code released under the BSD license.