Skip to content

Latest commit

 

History

History
executable file
·
34 lines (25 loc) · 507 Bytes

README.md

File metadata and controls

executable file
·
34 lines (25 loc) · 507 Bytes

SciMatch

Documentation

Getting started

Step 1

cd app

and then run manually all the commands in activate.sh

Step 2: Set DB (only when updated to new mySQL version)

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)!!

Step 3

cd ..
bash run.sh