From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IYRDf-0006yL-Dh for garchives@archives.gentoo.org; Thu, 20 Sep 2007 18:57:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8KInhfS011643; Thu, 20 Sep 2007 18:49:43 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8KInfhX011637 for ; Thu, 20 Sep 2007 18:49:43 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6235765152 for ; Thu, 20 Sep 2007 18:49:41 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IYR5o-0006nJ-2k for gentoo-doc-cvs@lists.gentoo.org; Thu, 20 Sep 2007 18:49:40 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: jffnms.xml Message-Id: From: Josh Saddler Date: Thu, 20 Sep 2007 18:49:40 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 0d2c2d47-e8e3-4bb4-af35-6677ef2f2d66 X-Archives-Hash: b30e92727c04ebe5b7ff60e03963cbae nightmorph 07/09/20 18:49:40 Modified: jffnms.xml Log: updates from bug 186406 Revision Changes Path 1.7 xml/htdocs/doc/en/jffnms.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.6&r2=1.7 Index: jffnms.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- jffnms.xml 12 Jul 2007 20:05:01 -0000 1.6 +++ jffnms.xml 20 Sep 2007 18:49:40 -0000 1.7 @@ -1,6 +1,6 @@ - + Jffnms Installation and Setup Guide @@ -19,8 +19,8 @@ -1.2 -2006-11-18 +1.3 +2007-09-20 Jffnms Basics @@ -188,7 +188,7 @@

-# cd /var/www/localhost/htdocs && ln -s /opt/jffnms/htdocs
+# cd /var/www/localhost/htdocs && ln -s /opt/jffnms/
 
@@ -301,7 +301,7 @@

-# psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.8.2.pgsql
+# psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.pgsql
 

@@ -321,22 +321,12 @@

-In case you want to run Jffnms with MySQL, the process is a bit simpler. We -provide two files to create database, user and tables for MySQL. +In case you want to run Jffnms with MySQL, you'll first need to create a +database and a MySQL user. After that, create your MySQL table:

- -If you don't use /usr/portage as your Portage dir ($PORTDIR) you -have to change the last part of these commands to whatever your Portage dir -is. - - -
-# mysql -u username -p password < /usr/portage/net-analyzer/jffnms/files/mysql_db
-
- -
-# mysql -u jffnms -pjffnms jffnms < /opt/jffnms/docs/docs/jffnms-0.8.2.mysql
+
+# mysql -u jffnms -pjffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.mysql
 
@@ -394,9 +384,10 @@ web page where it's possible to configure access to database, user access as well as check if the current host configuration suffices Jffnms needs. You can access this web interface through the following URL: -http://localhost/jffnms/admin/setup.php. You should visit Jffnms's home page for details on how to -properly configure it. +http://localhost/jffnms/admin/setup.php. You can login to your new +installation by using the username and password admin. You should visit +Jffnms's home page for details on how +to properly configure it.

-- gentoo-doc-cvs@gentoo.org mailing list