Change in vdsm[master]: readme: Simplify installation instructions

nsoffer at redhat.com nsoffer at redhat.com
Wed Nov 18 09:50:38 UTC 2015


Nir Soffer has uploaded a new change for review.

Change subject: readme: Simplify installation instructions
......................................................................

readme: Simplify installation instructions

We need to run ./autogen.sh, and configure is not needed usually, no
need to make it look more complex then it is.

The --force flag is a good idea in the first run, and it is better to
show how to get more help than to duplicate the help in the readme.

Change-Id: I868a3de7991af5d9f39e9e489bf23587b13b1e58
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M README
1 file changed, 4 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/13/48713/1

diff --git a/README b/README
index b400770..499f528 100644
--- a/README
+++ b/README
@@ -20,17 +20,15 @@
 installation process, documented in the INSTALL file. As a quick
 start you can do
 
-   ./configure --prefix=/usr --sysconfdir=/etc \
-        --localstatedir=/var --libdir=/usr/lib
+   ./autogen.sh --system
    make
    sudo make install
 
-In order to start vdsm at first try, please perform:
+In order to start vdsm at first time, please perform:
 
-   vdsm-tool configure [--force]
+   vdsm-tool configure --force
 
-   * --force flag will override old conf files with vdsm defaults and restart
-     services that were configured (if were already running)
+Run vdsm-tool configure --help for more info.
 
 Packaging
 =========


-- 
To view, visit https://gerrit.ovirt.org/48713
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I868a3de7991af5d9f39e9e489bf23587b13b1e58
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list