changeset 613:69daef73812c

Small update to documentation
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 02 Dec 2010 17:55:25 +0900
parents 95bb43106039
children b15620f1b1a4
files contrib/nightly_tests/README contrib/nightly_tests/prereqs.fedora
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/nightly_tests/README	Thu Dec 02 17:08:29 2010 +0900
+++ b/contrib/nightly_tests/README	Thu Dec 02 17:55:25 2010 +0900
@@ -26,6 +26,7 @@
 	$ sudo zypper install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.opensuse -O - | grep -v -e "^#"`
   
   d) Fedora:
+	$ sudo yum install wget
 	$ sudo yum install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.fedora -O - | grep -v -e "^#"`
         
 
--- a/contrib/nightly_tests/prereqs.fedora	Thu Dec 02 17:08:29 2010 +0900
+++ b/contrib/nightly_tests/prereqs.fedora	Thu Dec 02 17:55:25 2010 +0900
@@ -4,3 +4,7 @@
 mysql-server mysql-devel
 libxml2 libxml2-devel
 swig python-devel
+
+# For postgresql server to start automatically, you may have to issue:
+#   service postgresql initdb
+#   chkconfig --level 345 postgresql on
"Welcome to our mercurial repository"