diff --git a/livesupport/doc/install.html b/livesupport/doc/install.html
index 15d62a6da..cf5c9bd4a 100644
--- a/livesupport/doc/install.html
+++ b/livesupport/doc/install.html
@@ -3,7 +3,7 @@
LiveSupport installation documentation
-
+
Preface
@@ -12,8 +12,8 @@ project, Copyright © 2004 Media
Development Loan Fund, under the GNU GPL.
- - Author: $Author: maroy $
- - Version: $Revision: 1.12 $
+ - Author: $Author: fgerlits $
+ - Version: $Revision: 1.13 $
- Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/install.html,v $
Scope
@@ -33,11 +33,10 @@ steps:
For the impatient
Those who think they know everything, the quick steps to install
-LiveSupport are (make sure to run at least the ./bin/install.sh
-script as root):
-
-wget http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-<version>.tar.bz2
wget
http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-libraries-<version>.tar.bz2
tar xfj livesupport-<version>.tar.bz2
tar xfj livesupport-libraries-<version>.tar.bz2
cd livesupport-<version>
./configure
--with-prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www
make
make install
/usr/local/livesupport/bin/scheduler.sh start
+LiveSupport are the following. (To run make
, you need write permissions in the prefix
directory; to run make install
, you need to be root.)
+wget http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-<version>.tar.bz2
wget
http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-libraries-<version>.tar.bz2
tar xfj livesupport-<version>.tar.bz2
tar xfj livesupport-libraries-<version>.tar.bz2
cd livesupport-<version>
./configure
--prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www
make
make install
/usr/local/livesupport/bin/scheduler.sh start
+
Then try the URL http://localhost/livesupport/
,
and log in using username: root
, password: q
.
@@ -188,8 +187,10 @@ LiveSupport.
To compile LiveSupport, enter the LiveSupport directory, and execute
the following commands:
-cd livesupport-<version>
./configure
--with-prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www
make
+cd livesupport-<version>
./configure
--prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www
make
+Note that you need to have write permissions in the prefix
directory
+when you run make
.
The configure options used above are the options most probably used:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
@@ -227,9 +228,9 @@ LiveSupport by typing:
make install
This will install LiveSupport into the directory specified to the
-configure script. It will also create necessary database tables,
-depending on the invocation of the configure script. Most probably you
-will have to run make install as root.
+configure script. It will also create necessary database tables,
+depending on the invocation of the configure script. You need to run
+make install
as root.
Try it out
After a successful installation, the LiveSupport scheduler has to be
diff --git a/livesupport/doc/release.html b/livesupport/doc/release.html
index 228b3c381..44b05fbe3 100644
--- a/livesupport/doc/release.html
+++ b/livesupport/doc/release.html
@@ -3,7 +3,7 @@
LiveSupport release process documentation
-
+
Preface
@@ -12,8 +12,8 @@ project, Copyright © 2004 Media
Development Loan Fund, under the GNU GPL.
- - Author: $Author: maroy $
- - Version: $Revision: 1.6 $
+ - Author: $Author: fgerlits $
+ - Version: $Revision: 1.7 $
- Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/release.html,v $
Scope
@@ -45,7 +45,7 @@ The release process boils down to the following steps:
It is assumed that the person doing the release has a read/write access
to the LiveSupport version control system. As a first step of the
release process, a fresh copy of the version control repository is
-check out, so as to insure that:
+checked out, so as to insure that:
- the release contains exactly the files that are in the version
control system