nightmorph 12/08/30 07:24:01 Modified: jffnms.xml Log: updated postgresql sections for the new SLOTs, bug #433072
Revision Changes Path 1.12 xml/htdocs/doc/en/jffnms.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.11&r2=1.12 Index: jffnms.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- jffnms.xml 4 Sep 2011 17:53:40 -0000 1.11 +++ jffnms.xml 30 Aug 2012 07:24:00 -0000 1.12 @@ -1,12 +1,12 @@ <?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.11 2011/09/04 17:53:40 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.12 2012/08/30 07:24:00 nightmorph Exp $ --> -<guide lang="en"> +<guide> <title>Jffnms Installation and Setup Guide</title> <author title="Author"> - <mail link="[email protected]">Otavio R. Piske</mail> + <mail link="angusyoung"/> </author> <abstract> @@ -19,8 +19,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.5</version> -<date>2008-03-17</date> +<version>2</version> +<date>2012-08-30</date> <chapter> <title>Jffnms Basics</title> @@ -242,20 +242,22 @@ </note> <p> -You should add PostgreSQL to your default runlevel so it's started each time -you boot your computer. +You should add PostgreSQL to your default runlevel so it's started each time you +boot your computer. Make sure to change <c>${SLOT}</c> to your PostgreSQL +slot, such as 9.1 or 9.2. </p> <pre caption="Adding PostgreSQL to the default runlevel"> -# <i>rc-update add postgresql default</i> +# <i>rc-update add postgresql-${SLOT} default</i> </pre> <p> -Now you must setup the PostgreSQL database. +Now you must setup the PostgreSQL database. Make sure to change +<c>${VERSION}</c> to your PostgreSQL version, such as 9.0.9 or 9.1.5. </p> <pre caption="Preparing PostgreSQL"> -# <i>emerge --config postgresql</i> +# <i>emerge --config postgresql-server-${VERSION}</i> </pre> <p> @@ -263,7 +265,7 @@ </p> <pre caption="Starting PostgreSQL"> -# <i>/etc/init.d/postgresql start</i> +# <i>/etc/init.d/postgresql-${SLOT} start</i> </pre> </body> @@ -290,7 +292,7 @@ </p> <pre caption="Creating Jffnms tables"> -# <i>psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.pgsql</i> +# <i>psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.9.3.pgsql</i> </pre> <p> @@ -315,7 +317,7 @@ </p> <pre caption="Create a mysql table."> -# <i>mysql -u jffnms -pjffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.mysql</i> +# <i>mysql -u jffnms -pjffnms jffnms < /opt/jffnms/docs/jffnms-0.9.3.mysql</i> </pre> </body> @@ -404,8 +406,8 @@ </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> + <uri link="http://www.postgresql.org/docs/9.1/static/index.html">PostgreSQL + 9 Documentation</uri> </li> <li><uri link="http://dev.mysql.com/doc/">MySQL Documentation</uri></li> </ul>
