Vote for India is an app which will try to match your ideology with the political parties.
-
Open your terminal
-
Install
git
if you do not have one (apt-get for ubuntu, yum for fedora)sudo apt-get install git-core sudo yum install git-core
-
git clone [email protected]:PuduvaiGLUG/vote-for-india.git
-
Before installing Flask, please try to install virtualenvironment and virtualenvwrapper. Follow this link (http://www.pythoncentral.io/how-to-install-virtualenv-python/)
-
Activate the Virtualenv
-
Install Flask using Pip like this
pip install -U Flask
-
Now cd into the cloned directory and also into wsgi dir
-
Start the app like this
python manage.py runserver
-
This will start the app in the default port number 5000 and will be available at
http://localhost:5000 or http://127.0.0.1:5000
-
Visit the above address in your web-browser. If everything are fine, the app will be up and running and you should see the homepage of the website.
This application is licenced under GPL V3.0. Developed by Team PuduvaiGLUG and FSFTN-VPM.