Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2013-12-09 01:30:17
Size: 312
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 7: Line 7:
$ sudo aptitude install build-essentials python-setuptools python-distutils-extra python-all-dev libyaml-0-2 nano libapache2-mod-wsgi bash-completion git $ 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
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)