From 2ec1f2b081a611c7e75a6be9d5770ad910146889 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 16 Apr 2010 22:34:22 +0000 Subject: Lightly post-process html2text's output svn path=/rpkid/Makefile; revision=3209 --- rpkid/doc/Installation | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'rpkid/doc/Installation') diff --git a/rpkid/doc/Installation b/rpkid/doc/Installation index 5b191547..e4eda5f2 100644 --- a/rpkid/doc/Installation +++ b/rpkid/doc/Installation @@ -1,5 +1,3 @@ - - ****** Installation Guide ****** Installation instructions for rpkid et al. @@ -25,7 +23,6 @@ prerequisites. Note that the Python code requires Python version 2.5 or 2.6. rpkid et al are mostly self-contained, but do require a small number of external packages to run. - * If your Python installation does not already include the sources files needed to compile new Python extension modules, you will need to install whatever package does include those source files. The need for and name of this @@ -39,7 +36,6 @@ external packages to run. * http://codespeak.net/lxml/, a Pythonic interface to the Gnome LibXML2 libraries. lxml in turn requires the LibXML2 C libraries. - o FreeBSD: /usr/ports/devel/py-lxml o Fedora: python-lxml.i386 o Ubuntu: python-lxml @@ -52,7 +48,6 @@ external packages to run. o Fedora: MySQL-python.i386 o Ubuntu: python-mysqldb - rpkid et al also make heavy use of a modified copy of the Python OpenSSL Wrappers (POW) package, but this copy has enough modifications and additions that it's included in the subversion tree. @@ -66,7 +61,6 @@ of the stock POW release. To build these, cd to the top-level directory in the distribution and type "make". - $ cd $top $ make @@ -82,11 +76,9 @@ At this point, you should have all the necessary software installed to run the core programs, but you will probably want to test it. The test suite requires a few more external packages, only one of which is Python code. - * http://pyyaml.org/. Several of the test programs use PyYAML to parse a YAML description of a simulated allocation hierarchy to test. - o FreeBSD: /usr/ports/devel/py-yaml o Ubuntu: python-yaml @@ -96,7 +88,6 @@ few more external packages, only one of which is Python code. o FreeBSD: /usr/ports/textproc/libxslt o Ubuntu: xsltproc - All tests should be run from the rpkid/ or myrpki/ directories. Some of the tests require MySQL databases to store their data. To set up all @@ -104,13 +95,11 @@ 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