From fe4139adc9c8902084ecedc9f05a739faba11b7a Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Fri, 3 Oct 2008 00:51:06 +0000 Subject: [PATCH] documentation updates --- registry/registry.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/registry/registry.py b/registry/registry.py index 61b11458..a5f7882f 100644 --- a/registry/registry.py +++ b/registry/registry.py @@ -5,10 +5,12 @@ # # There are several items that need to be done before starting the registry. # -# 1) Import the existing planetlab database, creating the +# 1) Update util/config.py to match the parameters of your PLC installation. +# +# 2) Import the existing planetlab database, creating the # appropriate geni records. This is done by running the "import.py" tool. # -# 2) Create a "trusted_roots" directory and place the certificate of the root +# 3) Create a "trusted_roots" directory and place the certificate of the root # authority in that directory. Given the defaults in import.py, this certificate # would be named "planetlab.gid". For example, # -- 2.43.0