Module: nagvis Branch: master Commit: 8b72b342c2b49a7cc2090ce213ff813ba016d960 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=8b72b342c2b49a7cc2090ce213ff813ba016d960
Author: LaMi <[email protected]> Date: Mon Nov 16 22:02:52 2009 +0100 Updated php system requirements --- docs/en_US/system_requirements.html | 25 +++++++++++++++++++++++-- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/en_US/system_requirements.html b/docs/en_US/system_requirements.html index 49681c0..7d57e21 100644 --- a/docs/en_US/system_requirements.html +++ b/docs/en_US/system_requirements.html @@ -22,12 +22,33 @@ <ul> <li>php5-gd</li> <li>php5-gettext</li> - <li>php5-mysql</li> <li>php5-mbstring</li> <li>php5-session</li> - <li>php5-xml</li> + <li>php5-sqlite (New in 1.5, for default Authentication/Authorisation module)</li> </ul> <p>Note: Maybe some of these functions are compiled in your php.</p> + + <h3>Special requirements by backends</h3> + <p>The backends connect to external datasources and often need some special modules. Here is a list of the needed modules for the single backends:</p> + + <strong>mklivestatus</strong> + <ul> + <li>php-socket</li> + </ul> + <strong>ndomy</strong> + <ul> + <li>php-mysql</li> + </ul> + + <strong>merlinmy</strong> + <ul> + <li>php-mysql</li> + </ul> + + <strong>ndo2fs</strong> + <ul> + <li>php-xml</li> + </ul> <h2>Graphviz for the automap</h2> <p>The <a href="automap.html">Automap</a> is based on Graphviz. You need it when you like to use the automap feature. We recomment the use of Graphviz version >= 2.14 (Earlier versions (with lower version numbers) have some problems with truecolor rendering).</p> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
