aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.Installation.FromSource
diff options
context:
space:
mode:
authorRPKI Documentation Robot <docbot@rpki.net>2014-04-12 17:00:22 +0000
committerRPKI Documentation Robot <docbot@rpki.net>2014-04-12 17:00:22 +0000
commit92455ae882d393d47ab239db13561346465a543b (patch)
treeae7f2780e6b5cdd43c3c0a22a94e2a25ca964752 /doc/doc.RPKI.Installation.FromSource
parent3e01ffe0e5238b627a052cc83f045e767a0de826 (diff)
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5789
Diffstat (limited to 'doc/doc.RPKI.Installation.FromSource')
-rw-r--r--doc/doc.RPKI.Installation.FromSource8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc.RPKI.Installation.FromSource b/doc/doc.RPKI.Installation.FromSource
index 1adea8d4..b6acdc02 100644
--- a/doc/doc.RPKI.Installation.FromSource
+++ b/doc/doc.RPKI.Installation.FromSource
@@ -194,10 +194,10 @@ run some basic regression tests.
Some of the tests for the CA tools require MySQL databases to store their data.
To set up all the databases that the tests will need, run the SQL commands in
-rpkid/tests/smoketest.setup.sql. The MySQL command line client is usually the
+ca/tests/smoketest.setup.sql. The MySQL command line client is usually the
easiest way to do this, eg:
- $ cd $top/rpkid
+ $ cd $top/ca
$ mysql -u root -p <tests/smoketest.setup.sql
To run the tests, run "make test":
@@ -206,9 +206,9 @@ To run the tests, run "make test":
$ make test
To run a more extensive set of tests on the CA tool, run "make all-tests" in
-the rpkid/ directory:
+the ca/ directory:
- $ cd $top/rpkid
+ $ cd $top/ca
$ make all-tests
If nothing explodes, your installation is probably ok. Any Python backtraces in