Last active
August 29, 2015 14:09
-
-
Save iCHAIT/8337ae262b665464bda4 to your computer and use it in GitHub Desktop.
Deployement steps for a Flask based Project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Install python 2.7(Download python from https://www.python.org/downloads/) | |
set environment variables to C:\Python27 | |
2. Install pip(install get-pip.py then cd into corresponding directory and run command python pip-get.py) | |
set environment variables to C:\Python27\Scripts | |
3. pip install flask(run in cmd (easy,direct)) | |
4. pip install Flask-MySQL | |
5. install mysql-connector-python-1.2.2-py2.7 | |
6.Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/ | |
Click on mysqldb a new link will open from there install MySQL-Python-1.2.5.win32-py2.7.exe | |
7. MySQL install | |
Download link - http://dev.mysql.com/downloads/installer/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment