-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
veloutin edited this page Feb 4, 2011
·
2 revisions
The installation procedure is relatively simple. There is everything in the source code to build a package, but it is not published yet. Until then
- Get the source: git clone git://github.com/veloutin/papas.git cd papas
- Install dependencies sudo apt-get install python python-django python-pyinotify python-pexpect python-paramiko
- Install papas sudo python setup.py install
- Configure the database using /etc/papas/settings.py Depending on your database choice, you will need to install the appropriate python modules (e.g. python-psycopg2)
- Create the database
- Initialize the database env PYTHONPATH=/etc/papas DJANGO_SETTINGS_MODULE=settings django-admin syncdb
- Configure apache a2enmod wsgi ln -s /etc/papas/apache2-conf/papas.wsgi /etc/apache2/conf.d/papas.wsgi
- Enjoy!