Skip to content

Instantly share code, notes, and snippets.

@iCHAIT
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iCHAIT/8337ae262b665464bda4 to your computer and use it in GitHub Desktop.
Save iCHAIT/8337ae262b665464bda4 to your computer and use it in GitHub Desktop.
Deployement steps for a Flask based Project.
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