Dear Johnny, Just a small follow-up question.
On 16 May 2012, at 11:42, Johnny MariƩthoz wrote: > Dear all, > > does anyone has already install invenio into a python virtualenv environment. > What is your python packages list (pip freeze -l and/or pip freeze) in this > case? > > Here is mine but I'm sure that it is NOT optimal: > <dependencies.txt> > Reminder: run "pip install -r dependencies.txt" to install all the required > packages. > > Perhaps someone has already written an setup.py file for Invenio? > > I think that it will be interesting to have a wiki page about this, > containing a short documentation with the "ideal" package list and a simple > wsgi file that use virtualenv. Did you have to customize the default invenio.wsgi? From my previous experiences with Apache, mod_wsgi and virtualenv I would think you only needed to add "WSGIPythonHome" to your Apache conf, but I've tried yet, so can't say for sure. This would make the WSGI processes use the virtualenv's python which have the proper setup of site-packages (http://code.google.com/p/modwsgi/wiki/VirtualEnvironments#Process_Environments). Cheers, Lars > > Many thanks in advance, > > -- Johnny >
smime.p7s
Description: S/MIME cryptographic signature
