diff options
author | Rob Austein <sra@hactrn.net> | 2012-11-08 21:32:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-11-08 21:32:36 +0000 |
commit | 8df7c42567e05b5446bcd3ab31b35342492b0ba4 (patch) | |
tree | ae5541939f58fab001d2d09fdc5f9fa154f7bd85 /doc/doc.RPKI.CA.UI.GUI | |
parent | ac5a75973d12500d4ba3adde71f557f74310c256 (diff) |
Merge from /trunk.
svn path=/branches/tk274/; revision=4817
Diffstat (limited to 'doc/doc.RPKI.CA.UI.GUI')
-rw-r--r-- | doc/doc.RPKI.CA.UI.GUI | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/doc/doc.RPKI.CA.UI.GUI b/doc/doc.RPKI.CA.UI.GUI index 8346b7c2..6136c601 100644 --- a/doc/doc.RPKI.CA.UI.GUI +++ b/doc/doc.RPKI.CA.UI.GUI @@ -1,4 +1,39 @@ -****** RPKI CA Engine GUI Interface ****** +****** GUI Installation ****** + +Be sure you have $LANG defined in your environment, as in + + export LANG=en_US.UTF-8 + +Then create the initial tables + + $ django-admin.py syncdb --pythonpath /usr/local/etc/rpki --settings=settings + +Answer "yes" when asked if you want to create superuser Enter username for +superuser Enter password + +If you need to recreate superuser, you can + + $ django-admin.py createsuperuser --pythonpath /usr/local/etc/rpki -- + settings=settings + +Now configure apache, using /usr/local/etc/rpki/apache.conf, e.g. + + $ cp apache.conf /usr/local/etc/apache22/Includes/rpki.conf + +You can put it in a virtual host if you wish. + +Restart apache + + $ apachectl restart + +Go to the URL for your web server and enter the superuser and password in login +form. + +If you've only done the above bootstrap, there will only be a single handle to +manage, so the GUI will automatically bring you to the dashboard for that +handle. + +****** Using the GUI ****** ****** GUI Examples ****** |