diff options
author | RPKI Documentation Robot <docbot@rpki.net> | 2012-11-08 04:00:10 +0000 |
---|---|---|
committer | RPKI Documentation Robot <docbot@rpki.net> | 2012-11-08 04:00:10 +0000 |
commit | b13f104f9b172fd17b2ba4fa2434122620583da0 (patch) | |
tree | b74afdef614945a662004aa9bd4dc9f6d5a0ce81 /doc/doc.RPKI.CA.UI.GUI | |
parent | e41f13b1bc97a2e269b08847019038d58c3da0d9 (diff) |
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=4811
Diffstat (limited to 'doc/doc.RPKI.CA.UI.GUI')
-rw-r--r-- | doc/doc.RPKI.CA.UI.GUI | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/doc/doc.RPKI.CA.UI.GUI b/doc/doc.RPKI.CA.UI.GUI index 8346b7c2..55ce70cc 100644 --- a/doc/doc.RPKI.CA.UI.GUI +++ b/doc/doc.RPKI.CA.UI.GUI @@ -1,4 +1,34 @@ -****** 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 + +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 ****** |