Differences between revisions 2 and 3
Revision 2 as of 2013-12-09 01:41:20
Size: 324
Editor: CarlNobile
Comment:
Revision 3 as of 2013-12-09 02:16:55
Size: 415
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

== easy_install ==

{{{
$ sudo easy_install distribute
$ sudo easy_install pip
}}}

Ubuntu Setup Django

System Packages

$ sudo apt-get 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)