From 90a767a0098bc0f8dbbac6df5f3962d7e9287695 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 17 Oct 2000 02:42:47 +0000 Subject: [PATCH] added file into CVS --- INSTALL | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..4d10a2c --- /dev/null +++ b/INSTALL @@ -0,0 +1,57 @@ +Spong 2.7.0 Installation Instructions +------------------------------------- + +This version of Spong is introducing a new method of partially configuring +and install Spong. The method uses Makefiles and the make command. This new +method will add you in creating client distributions by OS for other hosts. +You will still need to read the Admin Guide in SPONG/www/docs/ and other +related documentation in order to fully configure Spong. + +*** Important *** + +The "./build' method of still supported in this release of Spong. You can +the full doucmentation on how to install and configuration Spong in the Admin +Guide in the SPONG/www/docs/ directory. + +There is one addition step that your need to perform. The spong.conf file has +been renamed for the new Makefile/make installation method. You will need to +rename the SPONG/config/spong.conf-sample file to spong.conf before running +the './build' program + +*** Important *** + +Server Installation +------------------- + +1. edit the config.mk file to taste. + + Most of the variables in config.mk are discussed in the spong.conf + doc file (see SPONG/www/html/spong.conf.html). The ADMUSER and ADMGROUP + varirable are the user id and group id that the Spong programs will + run under. + +2. Configure and install the server and client programs on the server. + + make server + + +External Client Installation +---------------------------- + +1. edit the config.mk file to taste + +2. Install the client into OS-client/ directory. + + make client + +Note: You can create clients for other operating system with having to edit + the config.mk file. You can set the SYSTEM variable on the command + line. + + make client SYSTEM=solaris + +3. Install the client on other clients by copying the /OS-client/ directory + into the $PREFIX directory (defined in config.mk) on the destination + client host. + + -- 2.30.2