[rhmessaging-commits] rhmessaging commits: r2884 - mgmt/trunk.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Nov 25 17:52:49 EST 2008


Author: justi9
Date: 2008-11-25 17:52:48 -0500 (Tue, 25 Nov 2008)
New Revision: 2884

Modified:
   mgmt/trunk/README
Log:
Update the README

Modified: mgmt/trunk/README
===================================================================
--- mgmt/trunk/README	2008-11-25 22:51:10 UTC (rev 2883)
+++ mgmt/trunk/README	2008-11-25 22:52:48 UTC (rev 2884)
@@ -37,6 +37,7 @@
   $ cd ~/lib/python
   $ ln -s ~/pyqpid/qpid
   $ ln -s ~/pyqpid/mllib
+  $ ln -s ~/pyqpid/qmf
 
 *Alternatively*, install python-qpid:
 
@@ -48,7 +49,7 @@
 Change to the mgmt directory (the one containing this README file),
 and source the devel environment settings:
 
-  $ cd mgmt                           
+  $ cd mgmt
   $ source etc/devel.profile          # Or use etc/devel.profile.tcsh
 
 Check that everything is set up properly:
@@ -73,7 +74,7 @@
 Edit postgresql permissions:
 
   $ vi /var/lib/pgsql/data/pg_hba.conf
-  
+
     [Add the following line, *before* the other similar lines]
 
     host    cumin       cumin       127.0.0.1/32          trust
@@ -81,7 +82,7 @@
 Alternative postgresql permissions:
 
   $ vi /var/lib/pgsql/data/pg_hba.conf
-  
+
     [Add the following line, *before* the other similar lines]
 
     host    cumin       cumin       127.0.0.1/32          ident cumin
@@ -132,8 +133,8 @@
 Add a cumin user:
 
   $ cumin-admin add-user guest
-  Set password:                       # Enter a password for guest
-  Retype password:                    # Confirm said password
+  Enter new password:                 # Enter a password for guest
+  Confirm new password:               # Re-type said password
   User 'guest' is added
 
 




More information about the rhmessaging-commits mailing list