Differences between revisions 3 and 4
Revision 3 as of 2013-12-09 02:16:55
Size: 415
Editor: CarlNobile
Comment:
Revision 4 as of 2015-01-02 20:54:29
Size: 423
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
$ sudo apt-get aptitude $ sudo apt-get install aptitude

Ubuntu Setup Django

System Packages

$ sudo apt-get install aptitude
$ sudo aptitude install build-essentials python-setuptools python-distutils-extra python-all-dev libyaml-0-2 nano libapache2-mod-wsgi bash-completion git mysql-server
$ sudo a2enmod ssl
$ sudo a2enmod mod_rewrite
$ sudo a2enmod wsgi

easy_install

$ sudo easy_install distribute
$ sudo easy_install pip

UbuntuSetupDjango (last edited 2015-01-02 20:54:29 by CarlNobile)