RecNes

Archive for Şubat 10th, 2012

Installing Django-CMS over Python Virtual Environment on Ubuntu based systems

by on Şub.10, 2012, under Linux, Sorunlu Teknoloji

Prepare for virtual environment:

$ sudo apt-get install python-setuptools python-dev build-essential
$ sudo easy_install pip
$ sudo pip install virtualenv

Creating a virtual environment:

$ virtualenv example_env -p python2.7 –no-site-packages –distribute

Activating virtual environment:

$ source example_env/bin/active

Installing Django and Django-CMS in to virtual environment:

$ pip install PIL $ pip install django-cms

the command above is also installs those required packages:

django
django-mptt
django-classy-tags
django-sekizai
south
html5lib

Thats all. Library installation on virtual environment is complete. On the next, how to run django-cms on django with apache…

 

Note: If you want to exit from virtual environment just type this:

$ deactivate

Leave a Comment :, , , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!