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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.6 2007/07/12 20:05:01 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.7 2007/09/20 18:49:40 nightmorph Exp $ --> <guide link="/doc/en/jffnms.xml" lang="en"> <title>Jffnms Installation and Setup Guide</title> @@ -19,8 +19,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.2</version> -<date>2006-11-18</date> +<version>1.3</version> +<date>2007-09-20</date> <chapter> <title>Jffnms Basics</title> @@ -188,7 +188,7 @@ </p> <pre caption="Creating Jffnms symlink"> -# <i>cd /var/www/localhost/htdocs && ln -s /opt/jffnms/htdocs</i> +# <i>cd /var/www/localhost/htdocs && ln -s /opt/jffnms/</i> </pre> </body> @@ -301,7 +301,7 @@ </p> <pre caption="Creating Jffnms database"> -# <i>psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.8.2.pgsql</i> +# <i>psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.pgsql</i> </pre> <p> @@ -321,22 +321,12 @@ </warn> <p> -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: </p> -<note> -If you don't use <path>/usr/portage</path> as your Portage dir ($PORTDIR) you -have to change the last part of these commands to whatever your Portage dir -is. -</note> - -<pre caption="Create a database and a mysql user."> -# <i>mysql -u <comment>username</comment> -p <comment>password</comment> < /usr/portage/net-analyzer/jffnms/files/mysql_db</i> -</pre> - -<pre caption="Create a mysql tables."> -# <i>mysql -u jffnms -pjffnms jffnms < /opt/jffnms/docs/docs/jffnms-0.8.2.mysql</i> +<pre caption="Create a mysql table."> +# <i>mysql -u jffnms -pjffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.mysql</i> </pre> </body> @@ -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: -<uri>http://localhost/jffnms/admin/setup.php</uri>. You should visit <uri -link="http://www.jffnms.org/">Jffnms's home page</uri> for details on how to -properly configure it. +<uri>http://localhost/jffnms/admin/setup.php</uri>. You can login to your new +installation by using the username and password <c>admin</c>. You should visit +<uri link="http://www.jffnms.org/">Jffnms's home page</uri> for details on how +to properly configure it. </p> </body> -- [EMAIL PROTECTED] mailing list
