diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-10-30 01:48:04 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-10-30 01:48:04 +0000 |
commit | 37d5b17ac4ee628f2464ee617c9af29fe3ddaa52 (patch) | |
tree | 953e269a4d466bcef6e1295c64e050aedebb7856 /portal-gui | |
parent | b5e4b5c994cfb37a6fac27474ffb640b215fc993 (diff) |
update docs when using with rpkidemo
svn path=/portal-gui/README.rpkidemo; revision=3517
Diffstat (limited to 'portal-gui')
-rw-r--r-- | portal-gui/README.rpkidemo | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/portal-gui/README.rpkidemo b/portal-gui/README.rpkidemo index ca83bbd9..d59d12c9 100644 --- a/portal-gui/README.rpkidemo +++ b/portal-gui/README.rpkidemo @@ -2,32 +2,34 @@ $Id$ This file details how to use the rpkidemo script with the portal-gui. -requirements +Requirements ============ - the portal-gui must be run using apache with mod_wsgi +- for security, mod_ssl is recommended Fedora: - $ yum install httpd mod_wsgi + $ yum install httpd mod_wsgi mod_ssl -setup +Setup ===== -- follow the steps in detailed in the README file to set up the portal-gui +- Follow the steps in detailed in the README file to set up the portal-gui for the self-hosted resource handle that will act as parent to all other users. -- after running "make" in $top/portal-gui, there will be a file named +- After running "make" in $top/portal-gui, there will be a file named $top/portal-gui/apache/zmyrpki.conf. This is a configuration file for apache which does most of the work configuring the portal-gui to run under mod_wsgi. -Fedora: - cp $top/portal-gui/apache/zmyrpki.conf /etc/httpd/conf.d/ + You may need to edit the paths for Django if they are installed in a + different location on your host. Note that this is only necessary if + you wish to use the Django admin web console. The portal-gui itself + will operate correctly even if this path is wrong. -- edit `zmyrpki.conf' and change the URL to match your own environemnt. by - default it uses http://localhost/myrpki/, which is probably not what you - want. + Fedora: + cp $top/portal-gui/apache/zmyrpki.conf /etc/httpd/conf.d/ - rpkigui/settings.py needs to be edited to allow it to make use of the external user authentication provided by apache. there are two places @@ -43,11 +45,11 @@ Fedora: # 'django.contrib.auth.backends.RemoteUserBackend', #) -- run the `adduser' script to configure the portal-gui with a new account. you +- Run the `adduser' script to configure the portal-gui with a new account. You need to specify the user's parent on the command line, as this acts as an implicit authorization when rpkidemo uploads its identity.xml. -testing with yamltest +Testing with yamltest ===================== - you can specify |