cd app
and then run manually all the commands in activate.sh
Create DB called scimatch
mysql -p
create database scimatch
in app/init.py
change
SQLALCHEMY_DATABASE_URI = 'mysql+mysqldb://luisasantus:password@localhost/scimatch?charset=utf8'
with your username (instead of luisasantus ) and psw(instead of password)!!
cd ..
bash run.sh