* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2006-04-15 19:56 Lukasz Damentko
0 siblings, 0 replies; 9+ messages in thread
From: Lukasz Damentko @ 2006-04-15 19:56 UTC (permalink / raw
To: gentoo-doc-cvs
rane 06/04/15 19:56:03
Modified: jffnms.xml
Log:
fixed typo, thanks to arab for reporting
Revision Changes Path
1.2 xml/htdocs/doc/en/jffnms.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jffnms.xml 10 Mar 2006 22:36:46 -0000 1.1
+++ jffnms.xml 15 Apr 2006 19:56:03 -0000 1.2
@@ -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.1 2006/03/10 22:36:46 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.2 2006/04/15 19:56:03 rane Exp $ -->
<guide link="/doc/en/jffnms.xml" lang="en">
<title>Jffnms Installation and Setup Guide</title>
@@ -324,7 +324,7 @@
<p>
If you want UDP port monitoring and discovery, you need to set <c>nmap</c> and
-<c>fping</c> as a SUID programns. This may give you security hole in case
+<c>fping</c> as a SUID programs. This may give you security hole in case
there's a bug in one of them. To set them as a SUID you can run the following
commands:
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2006-04-25 10:58 Xavier Neys
0 siblings, 0 replies; 9+ messages in thread
From: Xavier Neys @ 2006-04-25 10:58 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/04/25 10:58:33
Modified: jffnms.xml
Log:
Updates from #127455 & #128854
Revision Changes Path
1.3 xml/htdocs/doc/en/jffnms.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jffnms.xml 15 Apr 2006 19:56:03 -0000 1.2
+++ jffnms.xml 25 Apr 2006 10:58:33 -0000 1.3
@@ -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.2 2006/04/15 19:56:03 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.3 2006/04/25 10:58:33 neysx 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.0</version>
-<date>2006-03-10</date>
+<version>1.1</version>
+<date>2006-04-25</date>
<chapter>
<title>Jffms Basics</title>
@@ -42,6 +42,81 @@
<chapter>
<title>Initial Setup</title>
<section>
+<title>Choosing your use flags</title>
+<body>
+
+<p>
+In order to better fit your needs, Jffnms ebuild has the following USE Flags
+available:
+</p>
+
+<table>
+<tr>
+ <th>USE Flags for Jffnms</th>
+ <th>Description</th>
+</tr>
+<tr>
+ <ti><c>mysql</c></ti>
+ <ti>Uses Mysql to store Jffnms data</ti>
+</tr>
+<tr>
+ <ti><c>postgres</c></ti>
+ <ti>Uses PostgreSQL to store Jffnms data</ti>
+</tr>
+<tr>
+ <ti><c>snmp</c></ti>
+ <ti>
+ Adds suport for snmp, which enables jffms to gather data from other hosts.
+ </ti>
+</tr>
+</table>
+
+</body>
+</section>
+<section>
+<title>USE Flags for PHP</title>
+<body>
+
+<p>
+Being written in PHP, Jffnms is heavily dependent on php USE Flags. In order
+to install Jffnms successfully, it is required that you have your php package
+installed with (at least) the following USE flags:
+</p>
+
+<table>
+<tr>
+ <th>USE Flags for PHP</th>
+ <th>Description</th>
+</tr>
+<tr>
+ <ti><c>gd</c></ti>
+ <ti>Adds support for media-libs/gd (to generate graphics on the fly)</ti>
+</tr>
+<tr>
+ <ti><c>wddx</c></ti>
+ <ti>Adds support for Web Distributed Data eXchange </ti>
+</tr>
+<tr>
+ <ti><c>sockets</c></ti>
+ <ti>Adds support for tcp/ip sockets</ti>
+</tr>
+<tr>
+ <ti><c>session</c></ti>
+ <ti>Adds persistent session support</ti>
+</tr>
+<tr>
+ <ti><c>spl</c></ti>
+ <ti>Adds support for the Standard PHP Library</ti>
+</tr>
+<tr>
+ <ti><c>cli</c></ti>
+ <ti>Enable CLI SAPI</ti>
+</tr>
+</table>
+
+</body>
+</section>
+<section>
<title>Installation</title>
<body>
@@ -265,7 +340,7 @@
</pre>
<pre caption="Creating Jffnms database">
-# <i>psql template1 postgres < /usr/portage/net-analyzer/jffnms/files/postgresql_db_tables</i>
+# <i>psql template1 postgres < /usr/portage/net-analyzer/jffnms/files/postgresql_db_table</i>
</pre>
<p>
@@ -349,13 +424,30 @@
collect this data at regular intervals, it must be added to crontab.
</p>
-<pre caption="Setting up udp port monitoring and discovery">
+<pre caption="Collecting data at regular intervals">
# <i>crontab -u jffnms /opt/jffnms/docs/unix/crontab</i>
# <i>crontab -e -u jffnms</i>
</pre>
</body>
</section>
+<section>
+<title>Final Setup</title>
+<body>
+
+<p>
+By now, Jffnms should be correctly installed on your system. You still need,
+however, to configure Jffms. Luckily, Jffnms provides us with an easy to use
+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.
+</p>
+
+ </body>
+</section>
</chapter>
<chapter>
@@ -379,6 +471,11 @@
<uri link="http://www.jffnms.org/docs/jffnms.html">Jffnms Manual</uri>
</li>
<li><uri link="http://forums.gentoo.org">Gentoo Forums</uri></li>
+ <li>
+ <uri link="http://www.postgresql.org/docs/8.0/static/index.html">PostgreSQL
+ 8 Documentation</uri>
+ </li>
+ <li><uri link="http://dev.mysql.com/doc/">MySQL Documentation</uri></li>
</ul>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2006-11-18 18:34 Josh Saddler
0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2006-11-18 18:34 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/11/18 18:34:27
Modified: jffnms.xml
Log:
updated jffnms howto for postgresql mojo, bug 128291
Revision Changes Path
1.4 xml/htdocs/doc/en/jffnms.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.3&r2=1.4
Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jffnms.xml 25 Apr 2006 10:58:33 -0000 1.3
+++ jffnms.xml 18 Nov 2006 18:34:27 -0000 1.4
@@ -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.3 2006/04/25 10:58:33 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.4 2006/11/18 18:34:27 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.1</version>
-<date>2006-04-25</date>
+<version>1.2</version>
+<date>2006-11-18</date>
<chapter>
<title>Jffms Basics</title>
@@ -256,62 +256,15 @@
</pre>
<p>
-Now, you must prepare PostgreSQL directories. This is done through the
-<c>initdb</c> command. By default, PostgreSQL data directories are generally
-stored in <path>/var/lib/postgresql/data</path>.
+Now you must setup the PostgreSQL database.
</p>
-<impo>
-The following command must be run with your PostgreSQL user. By default this
-user is generally called "postgres".
-</impo>
-
-<pre caption="Preparing PostgreSQL Directories">
-# <i>su - postgres</i>
-$ <i>initdb -D /var/lib/postgresql/data</i>
-The files belonging to this database system will be owned by user "postgres".
-This user must also own the server process.
-
-The database cluster will be initialized with locale C.
-
-creating directory /var/lib/postgresql/data ... ok
-creating directory /var/lib/postgresql/data/global ... ok
-creating directory /var/lib/postgresql/data/pg_xlog ... ok
-creating directory /var/lib/postgresql/data/pg_xlog/archive_status ... ok
-creating directory /var/lib/postgresql/data/pg_clog ... ok
-creating directory /var/lib/postgresql/data/pg_subtrans ... ok
-creating directory /var/lib/postgresql/data/base ... ok
-creating directory /var/lib/postgresql/data/base/1 ... ok
-creating directory /var/lib/postgresql/data/pg_tblspc ... ok
-selecting default max_connections ... 100
-selecting default shared_buffers ... 1000
-creating configuration files ... ok
-creating template1 database in /var/lib/postgresql/data/base/1 ... ok
-initializing pg_shadow ... ok
-enabling unlimited row size for system tables ... ok
-initializing pg_depend ... ok
-creating system views ... ok
-loading pg_description ... ok
-creating conversions ... ok
-setting privileges on built-in objects ... ok
-creating information schema ... ok
-vacuuming database template1 ... ok
-copying template1 to template0 ... ok
-
-WARNING: enabling "trust" authentication for local connections
-You can change this by editing pg_hba.conf or using the -A option the
-next time you run initdb.
-
-Success. You can now start the database server using:
-
- postmaster -D /var/lib/postgresql/data
-or
- pg_ctl -D /var/lib/postgresql/data -l logfile start
+<pre caption="Preparing PostgreSQL">
+# <i>emerge --config postgresql</i>
</pre>
<p>
-If initdb was successfully executed, you can go back to your root user and
-start PostgreSQL.
+Now start PostgreSQL:
</p>
<pre caption="Starting PostgreSQL">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2007-07-09 8:35 Josh Saddler
0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2007-07-09 8:35 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/07/09 08:35:05
Modified: jffnms.xml
Log:
miscellaneous typo and proper English fixes, no content change
Revision Changes Path
1.5 xml/htdocs/doc/en/jffnms.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.4&r2=1.5
Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jffnms.xml 18 Nov 2006 18:34:27 -0000 1.4
+++ jffnms.xml 9 Jul 2007 08:35:04 -0000 1.5
@@ -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.4 2006/11/18 18:34:27 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.5 2007/07/09 08:35:04 nightmorph Exp $ -->
<guide link="/doc/en/jffnms.xml" lang="en">
<title>Jffnms Installation and Setup Guide</title>
@@ -23,7 +23,7 @@
<date>2006-11-18</date>
<chapter>
-<title>Jffms Basics</title>
+<title>Jffnms Basics</title>
<section>
<title>Introduction</title>
<body>
@@ -66,7 +66,7 @@
<tr>
<ti><c>snmp</c></ti>
<ti>
- Adds suport for snmp, which enables jffms to gather data from other hosts.
+ Adds suport for snmp, which enables jffnms to gather data from other hosts.
</ti>
</tr>
</table>
@@ -78,9 +78,9 @@
<body>
<p>
-Being written in PHP, Jffnms is heavily dependent on php USE Flags. In order
-to install Jffnms successfully, it is required that you have your php package
-installed with (at least) the following USE flags:
+Being written in PHP, Jffnms is heavily dependent on php USE Flags. In order to
+install Jffnms successfully, you are required to have your php package installed
+with (at least) the following USE flags:
</p>
<table>
@@ -199,9 +199,9 @@
<p>
Now that apache is running, it is time to configure PHP. Jffnms requires that
-you set some variables in php.ini in order to run. The php.ini file is usually
-located in <path>/etc/php/apache2-php4/php.ini</path>. You have to set these
-variables to the following values:
+you set some variables in php.ini in order to run. The <path>php.ini</path> file
+is usually located in <path>/etc/php/apache2-php4/php.ini</path>. You have to
+set these variables to the following values:
</p>
<pre caption="Configuring PHP">
@@ -283,8 +283,8 @@
</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
+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>
@@ -326,8 +326,8 @@
</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
+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>
@@ -390,7 +390,7 @@
<p>
By now, Jffnms should be correctly installed on your system. You still need,
-however, to configure Jffms. Luckily, Jffnms provides us with an easy to use
+however, to configure Jffnms. Luckily, Jffnms provides us with an easy to use
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:
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2007-07-12 20:05 Josh Saddler
0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2007-07-12 20:05 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/07/12 20:05:01
Modified: jffnms.xml
Log:
typo fix, no content change, thanks to ewoud on irc
Revision Changes Path
1.6 xml/htdocs/doc/en/jffnms.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.5&r2=1.6
Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jffnms.xml 9 Jul 2007 08:35:04 -0000 1.5
+++ jffnms.xml 12 Jul 2007 20:05:01 -0000 1.6
@@ -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.5 2007/07/09 08:35:04 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.6 2007/07/12 20:05:01 nightmorph Exp $ -->
<guide link="/doc/en/jffnms.xml" lang="en">
<title>Jffnms Installation and Setup Guide</title>
@@ -66,7 +66,7 @@
<tr>
<ti><c>snmp</c></ti>
<ti>
- Adds suport for snmp, which enables jffnms to gather data from other hosts.
+ Adds support for snmp, which enables jffnms to gather data from other hosts.
</ti>
</tr>
</table>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2007-09-20 18:49 Josh Saddler
0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2007-09-20 18:49 UTC (permalink / raw
To: gentoo-doc-cvs
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>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2007-10-11 20:07 Josh Saddler
0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2007-10-11 20:07 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/10/11 20:07:45
Modified: jffnms.xml
Log:
php4 is being masked for removal, thanks to hoffie for updates via the gentoo-dev ML
Revision Changes Path
1.8 xml/htdocs/doc/en/jffnms.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.7&r2=1.8
Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jffnms.xml 20 Sep 2007 18:49:40 -0000 1.7
+++ jffnms.xml 11 Oct 2007 20:07:45 -0000 1.8
@@ -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.7 2007/09/20 18:49:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.8 2007/10/11 20:07:45 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.3</version>
-<date>2007-09-20</date>
+<version>1.4</version>
+<date>2007-10-11</date>
<chapter>
<title>Jffnms Basics</title>
@@ -171,13 +171,13 @@
presented with a home page about your newly installed Apache 2. Now that we
know that Apache is up and running, we can proceed to the mod_php
configuration. Fire up your favorite text editor, open
-<path>/etc/conf.d/apache2</path> and add <c>-D PHP4</c> the APACHE2_OPTS
+<path>/etc/conf.d/apache2</path> and add <c>-D PHP5</c> the APACHE2_OPTS
variable.
</p>
<pre caption="Apache 2 Configuration">
# <i>nano -w /etc/conf.d/apache2</i>
-APACHE2_OPTS="-D DEFAULT_VHOST -D PHP4"
+APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5"
</pre>
<p>
@@ -200,17 +200,17 @@
<p>
Now that apache is running, it is time to configure PHP. Jffnms requires that
you set some variables in php.ini in order to run. The <path>php.ini</path> file
-is usually located in <path>/etc/php/apache2-php4/php.ini</path>. You have to
+is usually located in <path>/etc/php/apache2-php5/php.ini</path>. You have to
set these variables to the following values:
</p>
<pre caption="Configuring PHP">
-# <i>nano -w /etc/php/apache2-php4/php.ini</i>
+# <i>nano -w /etc/php/apache2-php5/php.ini</i>
register_globals = On
register_argc_argv = On
error_reporting = E_ALL & ~E_NOTICE
allow_url_fopen = On
-include_path = ".:/usr/share/php4:/usr/share/php:/usr/share/php/PEAR"
+include_path = ".:/usr/share/php5:/usr/share/php:/usr/share/php/PEAR"
short_open_tag = On
</pre>
@@ -422,13 +422,6 @@
<li><uri link="http://dev.mysql.com/doc/">MySQL Documentation</uri></li>
</ul>
-<p>
-You may also run into problems when configuring Apache to work with PHP
-(specially if you run both PHP4 and PHP5 on the same system). In that case, our
-<uri link="/proj/en/php/php4-php5-configuration.xml">Configuring Apache to Work
-with PHP4 and PHP5</uri> guide may give you some help.
-</p>
-
</body>
</section>
</chapter>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2008-03-18 4:30 Joshua Saddler
0 siblings, 0 replies; 9+ messages in thread
From: Joshua Saddler @ 2008-03-18 4:30 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/03/18 04:30:57
Modified: jffnms.xml
Log:
updated for bug 186406, see comment 9
Revision Changes Path
1.9 xml/htdocs/doc/en/jffnms.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.8&r2=1.9
Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jffnms.xml 11 Oct 2007 20:07:45 -0000 1.8
+++ jffnms.xml 18 Mar 2008 04:30:57 -0000 1.9
@@ -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.8 2007/10/11 20:07:45 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.9 2008/03/18 04:30:57 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.4</version>
-<date>2007-10-11</date>
+<version>1.5</version>
+<date>2008-03-17</date>
<chapter>
<title>Jffnms Basics</title>
@@ -251,8 +251,6 @@
<pre caption="Adding PostgreSQL to the default runlevel">
# <i>rc-update add postgresql default</i>
- * postgresql added to runlevel default
- * rc-update complete.
</pre>
<p>
@@ -279,28 +277,22 @@
<p>
Once you have your PostgreSQL set up and running, you have to create a Jffnms
-user and a database to store host data. We provide files to do both.
+user and a database to store host data.
</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="Creating Jffnms user">
-# <i>psql template1 postgres < /usr/portage/net-analyzer/jffnms/files/postgresql_db</i>
-</pre>
-
-<pre caption="Creating Jffnms database">
-# <i>psql template1 postgres < /usr/portage/net-analyzer/jffnms/files/postgresql_db_table</i>
+<pre caption="Creating the Jffnms user and database">
+# <i>psql template1 postgres</i>
+template1=# <i>create user jffnms password 'jfnms' createdb;</i>
+template1=# <i>\connect template1 jffnms</i>
+template1=# <i>create database jffnms;</i>
+template1=# <i>\q</i>
</pre>
<p>
Finally, you need to create all the tables where data will be stored:
</p>
-<pre caption="Creating Jffnms database">
+<pre caption="Creating Jffnms tables">
# <i>psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.pgsql</i>
</pre>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-doc-cvs] cvs commit: jffnms.xml
@ 2008-03-18 4:38 Joshua Saddler
0 siblings, 0 replies; 9+ messages in thread
From: Joshua Saddler @ 2008-03-18 4:38 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/03/18 04:38:46
Modified: jffnms.xml
Log:
The spelling, grammar, capitalization, punctuation, and various useless things in this doc suck. Fixed.
Revision Changes Path
1.10 xml/htdocs/doc/en/jffnms.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.9&r2=1.10
Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jffnms.xml 18 Mar 2008 04:30:57 -0000 1.9
+++ jffnms.xml 18 Mar 2008 04:38:46 -0000 1.10
@@ -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.9 2008/03/18 04:30:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.10 2008/03/18 04:38:46 nightmorph Exp $ -->
<guide link="/doc/en/jffnms.xml" lang="en">
<title>Jffnms Installation and Setup Guide</title>
@@ -42,12 +42,11 @@
<chapter>
<title>Initial Setup</title>
<section>
-<title>Choosing your use flags</title>
+<title>Choosing your USE flags</title>
<body>
<p>
-In order to better fit your needs, Jffnms ebuild has the following USE Flags
-available:
+The Jffnms ebuild has the following USE flags available:
</p>
<table>
@@ -74,12 +73,12 @@
</body>
</section>
<section>
-<title>USE Flags for PHP</title>
+<title>USE flags for PHP</title>
<body>
<p>
-Being written in PHP, Jffnms is heavily dependent on php USE Flags. In order to
-install Jffnms successfully, you are required to have your php package installed
+Being written in PHP, Jffnms is heavily dependent on PHP USE flags. In order to
+install Jffnms successfully, you are required to have your PHP package installed
with (at least) the following USE flags:
</p>
@@ -139,7 +138,7 @@
<body>
<warn>
-This very basic configuration procedure for apache does not cover all aspects
+This very basic configuration procedure for Apache does not cover all aspects
of setting up a web server.
</warn>
@@ -148,14 +147,12 @@
remote server. If this is your case, it is very likely that you don't have an
apache setup running. Don't worry about installing apache though, Portage has
already done that for you. Nevertheless, you still have to configure and test
-apache, which (luckily) is pretty straightforward. Start by adding apache to
+apache, which (luckily) is pretty straightforward. Start by adding Apache to
your default runlevel:
</p>
-<pre caption="Adding apache 2 to the default runlevel">
+<pre caption="Adding apache2 to the default runlevel">
# <i>rc-update add apache2 default</i>
- * apache2 added to runlevel default
- * rc-update complete.
</pre>
<p>
@@ -198,7 +195,7 @@
<body>
<p>
-Now that apache is running, it is time to configure PHP. Jffnms requires that
+Now that Apache is running, it is time to configure PHP. Jffnms requires that
you set some variables in php.ini in order to run. The <path>php.ini</path> file
is usually located in <path>/etc/php/apache2-php5/php.ini</path>. You have to
set these variables to the following values:
@@ -229,14 +226,14 @@
Jffnms allows you to use either PostgreSQL or MySQL as its database. Here we'll
show you how to create the database and necessary tables where Jffnms will
store its data. It's important to note that it isn't necessary to have a
-database running localy to run Jffnms and except for the fact that you need to
+database running locally to run Jffnms and except for the fact that you need to
run this commands on the remote host, the procedure is the same.
</p>
</body>
</section>
<section>
-<title>Setting Up PostgreSQL</title>
+<title>Setting up PostgreSQL</title>
<body>
<note>
@@ -297,14 +294,14 @@
</pre>
<p>
-Once you have run those steps, PostgreSQL database configuration for Jffnms
+Once you have run those steps, the PostgreSQL database configuration for Jffnms
should be ok.
</p>
</body>
</section>
<section>
-<title>Using MySQL as database.</title>
+<title>Using MySQL as database</title>
<body>
<warn>
@@ -367,7 +364,7 @@
</body>
</section>
<section>
-<title>Final Setup</title>
+<title>Final setup</title>
<body>
<p>
@@ -389,11 +386,10 @@
<chapter>
<title>Support</title>
<section>
-<title>Support</title>
<body>
<p>
-Though Jffnms is a wonderful software, it is a bit hard to get it up and
+Though Jffnms is a wonderful application, it is a bit hard to get it up and
running. So if you run into problems with Jffnms, there are some places where
you can look for help:
</p>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-03-18 4:38 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-15 19:56 [gentoo-doc-cvs] cvs commit: jffnms.xml Lukasz Damentko
-- strict thread matches above, loose matches on Subject: below --
2006-04-25 10:58 Xavier Neys
2006-11-18 18:34 Josh Saddler
2007-07-09 8:35 Josh Saddler
2007-07-12 20:05 Josh Saddler
2007-09-20 18:49 Josh Saddler
2007-10-11 20:07 Josh Saddler
2008-03-18 4:30 Joshua Saddler
2008-03-18 4:38 Joshua Saddler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox