aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2011-01-24 21:09:36 +0000
committerMichael Elkins <melkins@tislabs.com>2011-01-24 21:09:36 +0000
commit6f9a00b15fe27c894a18e4daa5b01448589c2fe4 (patch)
tree6328d12712ccd130913be87dacd92ac502c93106 /scripts
parent68dfa47423d9732991ee9eacc820d38f44507581 (diff)
move portal-gui django app to $top/rpkid/rpki/gui
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rpkidemo2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpkidemo b/scripts/rpkidemo
index eef37834..a304e46f 100755
--- a/scripts/rpkidemo
+++ b/scripts/rpkidemo
@@ -166,7 +166,7 @@ class main(object):
base_url = "https://demo.rpki.net/"
auth_url = base_url + 'accounts/login/'
- myrpki_url = base_url + 'myrpki/'
+ myrpki_url = base_url + 'rpki/'
example_myrpki_cfg = "%s/rpkid/examples/rpki.conf" % top
working_dir = "%s/rpkidemo-data" % cwd
myrpki_py = "%s/rpkid/myrpki.py" % top