aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.CA.UI.GUI
diff options
context:
space:
mode:
authorRPKI Documentation Robot <docbot@rpki.net>2012-11-13 00:00:21 +0000
committerRPKI Documentation Robot <docbot@rpki.net>2012-11-13 00:00:21 +0000
commit8ca8c3fb2233a4d17443f9a8ed56ea3360943d21 (patch)
treed75856a7bf2c17914932a397c56b61ecfb370940 /doc/doc.RPKI.CA.UI.GUI
parent99619cac0f445c65e322de5739626dd4ccb21e80 (diff)
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=4859
Diffstat (limited to 'doc/doc.RPKI.CA.UI.GUI')
-rw-r--r--doc/doc.RPKI.CA.UI.GUI52
1 files changed, 3 insertions, 49 deletions
diff --git a/doc/doc.RPKI.CA.UI.GUI b/doc/doc.RPKI.CA.UI.GUI
index d52e0a6b..109890d6 100644
--- a/doc/doc.RPKI.CA.UI.GUI
+++ b/doc/doc.RPKI.CA.UI.GUI
@@ -42,6 +42,9 @@ Now bring your database up to date with the current release:
$ rpki-manage migrate app
+From this point on you will just need to run the latter command every time you
+upgrade.
+
***** New Installation *****
**** Create the initial tables ****
@@ -122,55 +125,6 @@ In addition, your rcynic script should also have
after the rcynic run.
-****** GUI Installation to Work With rootd ******
-
-Some of the commands depend on whether your are upgrading your existing
-database, or starting a new installation from scratch.
-
-[All users] First step is you will need to install Django South. For FreeBSD
-this is /usr/ports/databases/py-south.
-
-The code is currently in the tk316 branch, so in order to play, you will need
-to check it out:
-
- $ svn co https://subvert-rpki.hactrn.net/branches/tk316
- $ cd tk316
- $ ./configure
- $ make
- $ make install
-
-[Upgrading users] You will need to edit /usr/local/etc/rpki/settings.py and add
-'south' to the INSTALLED_APPS list. See /usr/local/etc/rpki/settings.py.new for
-an example (we don't automatically overwrite settings.py).
-
-[All users] Run syncdb:
-
- $ django-admin syncdb --pythonpath=/usr/local/etc/rpki --settings=settings
-
-Verify that Django South is installed:
-
- $ django-admin migrate --list --pythonpath=/usr/local/etc/rpki --
- settings=settings
-
-[Upgrading Users] Since you already have an existing db, you need to fake doing
-the initial migration step:
-
- $ django-admin migrate app 0001 --fake --pythonpath=/usr/local/etc/rpki --
- settings=settings
-
-[All users] Perform the database migrations new to this release:
-
- $ django-admin migrate app --pythonpath=/usr/local/etc/rpki --
- settings=settings
-
-[All users] Restart apache so that the web portal picks up the newly installed
-code:
-
- $ apachectl restart
-
-Now head back to the gui. Click on the 'refresh' link when viewing the altCA
-dashboard, and it should now pick up the resources from the root cert.
-
****** Using the GUI ******
****** GUI Examples ******