Installing the server using the www-apps/gentoostats ebuild, or copy the files in the server directory to a location. Plugin the following wsgi script in some subdirectory of /var/www/ import sys sys.path.append('') from app import app application = app.wsgifunc() Edit mod_wsgi.conf and add the following lines or similar, depending upon the appropriate path. LoadModule wsgi_module modules/mod_wsgi.so WSGIScriptAlias Alias //static /var/www//static/ AddType text/html .py /> Order deny,allow Allow from all Copy db.cfg.example to db.cfg in the webapp directory, and modify the database configuration as necessary. The database should be initialized using the sql scripts in the sql/ subdirectory. To run tests, make sure the server is running, and execute the runtests.py script in the webapp directory.