aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/rpki.wsgi.in
AgeCommit message (Collapse)Author
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
rid of a lot of Makefile.in code that no longer serves any useful purpose. svn path=/trunk/; revision=5285
2013-04-04set PYTHONPATH from rpki.autoconf.datarootdir at runtime rather than ↵Michael Elkins
substituting at build time svn path=/trunk/; revision=5276
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael Elkins
merge remainder of settings.py into default_settings.py and remove settings.py.in remove $top/buildtools/subst-vars.py since it was only used to generate settings.py from settings.py.in move ${datarootdir}/default_settings.py to rpki.gui.default_settings set DJANGO_SETTINGS_MODULE to rpki.gui.default_settings in ${datarootdir}/rpki/wsgi/rpki.wsgi svn path=/trunk/; revision=5275
2013-04-03remove support for virtualenv.Michael Elkins
closes #504 svn path=/trunk/; revision=5269
2013-03-06comment out debug statement printing sys.pathMichael Elkins
see #447 svn path=/trunk/; revision=5111
2012-11-14report os.walk() errors in wsgi scriptMichael Elkins
svn path=/trunk/; revision=4863
2012-02-12reorder sys.path to place newly added site-packages directory at the head of ↵Michael Elkins
the list svn path=/branches/tk161/; revision=4324
2012-02-07make configure detect when running inside of virtualenv so that the ↵Michael Elkins
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312
2012-02-07add support for running in virtualenvMichael Elkins
svn path=/branches/tk161/; revision=4298
2012-01-17rename the apache configuration file from rpki.conf to apache.confMichael Elkins
move files in the portal-gui/apache/ subdirectory up one level install data files to /usr/local/share/rpki/ rather than the /gui/ subdirectory make install automatically creates /usr/local/share/rpki/media/ for serving css files needed by the web portal svn path=/branches/tk161/; revision=4190