diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-14 19:10:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-14 19:10:52 +0000 |
commit | 299af4b55a40a1c5ded19da129f80df4feaf1c1d (patch) | |
tree | 40e23a6c7f544bf08b699dbb285031ccb6985291 /rpkid/doc/Installation | |
parent | dbc55c697025a0dd6125249f29cac5cc39c08a28 (diff) |
Checkpoint
svn path=/myrpki/examples/myrpki.conf; revision=3200
Diffstat (limited to 'rpkid/doc/Installation')
-rw-r--r-- | rpkid/doc/Installation | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/rpkid/doc/Installation b/rpkid/doc/Installation index 21327464..42b38a7f 100644 --- a/rpkid/doc/Installation +++ b/rpkid/doc/Installation @@ -1,6 +1,6 @@ Installation Guide - Preliminary installation instructions for rpkid et al. + Installation instructions for rpkid et al. These are the production-side RPKI tools, for Internet Registries (RIRs, LIRs, etc). See the "rcynic" program for relying party tools. @@ -58,6 +58,7 @@ Installation Guide To build these, cd to the top-level directory in the distribution and type "make". + $ cd $top $ make @@ -90,10 +91,12 @@ Installation Guide up all the databases that the tests will need, run the SQL commands in rpkid/smoketest.setup.sql. The MySQL command line client is usually the easiest way to do this, eg: + $ cd $top/rpkid $ mysql -u root -p <smoketest.setup.sql To run the tests, run "make all-tests": + $ cd $top/rpkid $ make all-tests @@ -124,9 +127,9 @@ Installation Guide + FreeBSD: /usr/ports/databases/p5-SQL-Translator Once you've finished with installation, the next thing you should read - is the Operation Guide. + is the Configuration Guide. __________________________________________________________________ - Generated on Wed Apr 14 12:58:45 2010 for RPKI Engine by doxygen + Generated on Wed Apr 14 19:04:13 2010 for RPKI Engine by doxygen 1.6.3 |