aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.CA.UI.GUI
diff options
context:
space:
mode:
authorRPKI Documentation Robot <docbot@rpki.net>2013-03-06 18:00:09 +0000
committerRPKI Documentation Robot <docbot@rpki.net>2013-03-06 18:00:09 +0000
commit5800785ff38fb76e7826529163c4b91052858365 (patch)
tree11a86d4cc5919de37fe45b983bf8ce034ac97f9f /doc/doc.RPKI.CA.UI.GUI
parenta7d2c771baca842f25cf1c09927ec05a56732537 (diff)
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5114
Diffstat (limited to 'doc/doc.RPKI.CA.UI.GUI')
-rw-r--r--doc/doc.RPKI.CA.UI.GUI18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/doc.RPKI.CA.UI.GUI b/doc/doc.RPKI.CA.UI.GUI
index ef331755..a53dabb5 100644
--- a/doc/doc.RPKI.CA.UI.GUI
+++ b/doc/doc.RPKI.CA.UI.GUI
@@ -25,6 +25,15 @@ support was added, you will need to take some additional steps.
$ rpki-manage syncdb
+Note that at the end of the syncdb output you will see the following message:
+
+ Not synced (use migrations):
+ - rpki.gui.app
+ (use ./manage.py migrate to migrate these)
+
+You should ignore the message about running ./manage.py since that script does
+not exist in our setup.
+
**** Database Migration ****
If you have not previously run the new database migration step, you will need
@@ -72,6 +81,15 @@ Restart apache
Answer "yes" when asked if you want to create superuser Enter username for
superuser Enter password
+Note that at the end of the syncdb output you will see the following message:
+
+ Not synced (use migrations):
+ - rpki.gui.app
+ (use ./manage.py migrate to migrate these)
+
+You should ignore the message about running ./manage.py since that script does
+not exist in our setup.
+
If you need to create superuser at a later time, you can run
$ rpki-manage createsuperuser