Tag Archive

Installation du Framework Python Django sous Ubuntu

Published on November 18, 2007 By karl verger

ok ce soir se sera un petit memento sur l’installation de Django avec postgresql
1 – Installer le mod_python : http://www.modpython.org/ ou # apt-get install libapache2-mod-python
2 – Télécharger Django : http://www.djangoproject.com/download/0.95.1/tarball/
3 – Décompresser et lancer l’installation automatique
tar xzvf Django-0.95.1.tar.gz
cd Django-0.95.1
sudo python setup.py install
Notez que la dernière commande téléchargera et installera automatiquement setuptools si [...]

Installation de subversion sous ubuntu

Published on November 18, 2007 By karl verger

installation de subversion sous ubuntu

installer le module apache2
installer le module subversion
installer le module libapache2-svn

une fois cela fait, nous passons a la configuration minimale requise pour utiliser le produit dans des conditions d’exploitation correctes
éditer le ficher /etc/apache2/apache2.conf et placer le code suivant :