Help:Extension/CreateGraph

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 32: Line 32:
 
== Installtion ==
 
== Installtion ==
 
<ol>
 
<ol>
  <li>Download CreateGraph.phps and rename to CreateGraph.php.</li>
+
  <li>Download CreateGraph.phps and rename it to CreateGraph.php.</li>
  <li>Put in extensions/ directory.</li>
+
  <li>Place it in the extensions/ directory.</li>
  <li>Download graph.phps and graph_inc.phps, rename to graph.php and graph.inc.</li>
+
  <li>Download graph.phps and graph_inc.phps, rename them to graph.php and graph.inc.</li>
  <li>Put in any(but, Under DocumentRoot) directory. Two files puts same directory.</li>
+
  <li>Place them in any directory (the same place under DocumentRoot).</li>
  <li>Insert follow line to LocalSettings.php
+
  <li>Insert the follow lines to LocalSettings.php
 
  <pre>require_once( "$IP/extensions/CreateGraph.php" );
 
  <pre>require_once( "$IP/extensions/CreateGraph.php" );
 
$egScriptPath = "path to directory which in graph.php from DocumentRoot";</pre></li>
 
$egScriptPath = "path to directory which in graph.php from DocumentRoot";</pre></li>

Revision as of 17:44, 20 September 2008

Extension Information
Implementation
Description
Author(s)K, Suwa
Version0.1
MediaWiki1.11.1
License
Hooks used
Token type

Contents


Extension to display graphs by using jpgraph.

Requirements

jpgraph

Download

versionsourcesize
0.1(September 11,2008)CreateGraph.phps


versionsourcesize
0.1(September 11,2008)graph.phps


versionsourcesize
0.1(September 11,2008)graph_inc.phps

Installtion

  1. Download CreateGraph.phps and rename it to CreateGraph.php.
  2. Place it in the extensions/ directory.
  3. Download graph.phps and graph_inc.phps, rename them to graph.php and graph.inc.
  4. Place them in any directory (the same place under DocumentRoot).
  5. Insert the follow lines to LocalSettings.php
    require_once( "$IP/extensions/CreateGraph.php" );
    $egScriptPath = "path to directory which in graph.php from DocumentRoot";
  6. edit graph.inc
    $jpgraph = "path to jpgraph";

Function

  1. graph
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox