You are on page 1of 1

Installing Django on Ubuntu sudo apt-get install apache2 libapache2-mod-wsgi postgresql python-psycopg2 sudo apt-get install python-setuptools python-pip

sudo pip install django Configure Postgresql https://help.ubuntu.com/11.10/serverguide/C/postgresql.html To enable TCP/IP connections, edit the file /etc/postgresql/8.3/main/postgresql. conf Locate the line #listen_addresses = 'localhost' and change it to: listen_addresses = 'localhost' Set default password http://serverfault.com/questions/110154/whats-the-default-superuser-username-pas sword-for-postgres-after-a-new-install none of the selected modes were compatible with the possible modes: Trying modes for CRTC 105 CRTC 105: trying mode 2304x800@50Hz with output at 1280x800@50Hz (pass 0) CRTC 105: trying mode 2304x800@50Hz with output at 1280x800@50Hz (pass 1)

You might also like