Skip to content

mttuer/acm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

# Environment setup
python virtualenv.py
flask/bin/pip install flask
flask/bin/pip install flask-wtf==0.8.4
flask/bin/easy_install mysql-connector-python 
# maybe?
flask/bin/pip install mysql-connector-python

# Database setup
1. Create a MySQL database for the ACM website
2. Create a file called config.json following the example config.json.example with your account information for MySQL
3. Run the following
python app/tblDefs.py
python app/seed.py 

# run on localhost:5000
./run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages