Age | Commit message (Collapse) | Author |
|
svn path=/portal-gui; revision=3701
|
|
change dashboard url to /rpki/
put myrpki cli path and confdir into settings.py rather than generating glue.py at build time
don't use the old myrpki images on the dashboard
no longer need to include the portal-gui python module in sys.path since it is installed in site-packages
svn path=/buildtools/subst-vars.py; revision=3646
|
|
into ${localstatedir}/rpki/conf
django db now defaults to ${localstatedir}/rpki/gui.db
remove MYRPKI and MYRPKI_DATA_DIR from settings.py and substitute those variables into glue.py from glue.py.in
mv rpkigui/templates up one directory so the django app code can be moved eventually
remove deprecated runserver script
put scripts into ${libexecdir} and ${sbindir} with a prefix of "rpkigui"
svn path=/configure; revision=3643
|
|
Digest auth now that rpkidemo can log in via Django
svn path=/portal-gui/Makefile.in; revision=3634
|
|
$top/portal-gui/build.sh as a result
remove helper script, and use @PYTHON@ configure variable to substitute instead
rename django.wsgi => rpki.wsgi
rename zrpki.conf => rpki.conf for apache configuration
svn path=/configure; revision=3629
|
|
into line with the other Python code
portal-gui needs a bit more work to bring its autoconf into line with
the other code, which may include some source tree reorganizations.
svn path=/portal-gui/Makefile.in; revision=3621
|
|
svn path=/portal-gui/apache/zmyrpki.conf.in; revision=3515
|
|
new adduser script for creating portal-gui users (to be used with rpkidemo)
add stub apache conf file for integration with mod_wsgi
svn path=/portal-gui/Makefile.in; revision=3504
|