Tutorial 2: Setting local Django devlopment environment on linux mint
I was introduced to Djnago some time ago, it was on amazon accessed using git. I did not set any local environment yet To make any change I would first edit it on my system then push to assembla git repo and then pull it on server and restart and if I made any silly mistake redo the same thing. So after 2-3 changes I got sick of it. There was a better solution that was hard to achieve in windows. So without wasting time I will list the steps and errors 1. Install any linux distro (the one with which you are comfortable and have good software repo system), I am using mint which is ubuntu derivative 2. SOFTWARES from ubuntu repo sudo apt-get install python-django sudo apt-get install mysql-server sudo apt-get install mysql-python sudo apt-get install python-pip optional- sudo apt-get install python-dev sudo apt-get install phpmyadmin 3. pipy apps If you have already been working on remote server you may have install some local applications like django-registratio