Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: jffnms.xml
Date: Thu, 20 Sep 2007 18:57:47
Message-Id: E1IYR5o-0006nJ-2k@stork.gentoo.org
1 nightmorph 07/09/20 18:49:40
2
3 Modified: jffnms.xml
4 Log:
5 updates from bug 186406
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/en/jffnms.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.6&r2=1.7
13
14 Index: jffnms.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- jffnms.xml 12 Jul 2007 20:05:01 -0000 1.6
21 +++ jffnms.xml 20 Sep 2007 18:49:40 -0000 1.7
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.6 2007/07/12 20:05:01 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.7 2007/09/20 18:49:40 nightmorph Exp $ -->
27
28 <guide link="/doc/en/jffnms.xml" lang="en">
29 <title>Jffnms Installation and Setup Guide</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.2</version>
35 -<date>2006-11-18</date>
36 +<version>1.3</version>
37 +<date>2007-09-20</date>
38
39 <chapter>
40 <title>Jffnms Basics</title>
41 @@ -188,7 +188,7 @@
42 </p>
43
44 <pre caption="Creating Jffnms symlink">
45 -# <i>cd /var/www/localhost/htdocs &amp;&amp; ln -s /opt/jffnms/htdocs</i>
46 +# <i>cd /var/www/localhost/htdocs &amp;&amp; ln -s /opt/jffnms/</i>
47 </pre>
48
49 </body>
50 @@ -301,7 +301,7 @@
51 </p>
52
53 <pre caption="Creating Jffnms database">
54 -# <i>psql jffnms jffnms &lt; /opt/jffnms/docs/jffnms-0.8.2.pgsql</i>
55 +# <i>psql jffnms jffnms &lt; /opt/jffnms/docs/jffnms-0.8.3.pgsql</i>
56 </pre>
57
58 <p>
59 @@ -321,22 +321,12 @@
60 </warn>
61
62 <p>
63 -In case you want to run Jffnms with MySQL, the process is a bit simpler. We
64 -provide two files to create database, user and tables for MySQL.
65 +In case you want to run Jffnms with MySQL, you'll first need to create a
66 +database and a MySQL user. After that, create your MySQL table:
67 </p>
68
69 -<note>
70 -If you don't use <path>/usr/portage</path> as your Portage dir ($PORTDIR) you
71 -have to change the last part of these commands to whatever your Portage dir
72 -is.
73 -</note>
74 -
75 -<pre caption="Create a database and a mysql user.">
76 -# <i>mysql -u <comment>username</comment> -p <comment>password</comment> &lt; /usr/portage/net-analyzer/jffnms/files/mysql_db</i>
77 -</pre>
78 -
79 -<pre caption="Create a mysql tables.">
80 -# <i>mysql -u jffnms -pjffnms jffnms &lt; /opt/jffnms/docs/docs/jffnms-0.8.2.mysql</i>
81 +<pre caption="Create a mysql table.">
82 +# <i>mysql -u jffnms -pjffnms jffnms &lt; /opt/jffnms/docs/jffnms-0.8.3.mysql</i>
83 </pre>
84
85 </body>
86 @@ -394,9 +384,10 @@
87 web page where it's possible to configure access to database, user access as
88 well as check if the current host configuration suffices Jffnms needs. You can
89 access this web interface through the following URL:
90 -<uri>http://localhost/jffnms/admin/setup.php</uri>. You should visit <uri
91 -link="http://www.jffnms.org/">Jffnms's home page</uri> for details on how to
92 -properly configure it.
93 +<uri>http://localhost/jffnms/admin/setup.php</uri>. You can login to your new
94 +installation by using the username and password <c>admin</c>. You should visit
95 +<uri link="http://www.jffnms.org/">Jffnms's home page</uri> for details on how
96 +to properly configure it.
97 </p>
98
99 </body>
100
101
102
103 --
104 gentoo-doc-cvs@g.o mailing list