Skip to content

luisas/SciMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Flask based web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages