Changeset 34

Show
Ignore:
Timestamp:
Tue Mar 7 12:42:19 2006
Author:
Brian
Message:

Update GanttPV server documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
  • website/trunk/server/install.html

    r31 r34  
    62 62 <h3>Components</h3>  
    63 63 <ul>  
    64   <li>A test version of GanttPV that imports the XML RPC routines.</li>  
      64 <li>GanttPV v0.4.1 or later (these version import the XML RPC routines used by the server).</li>  
    64 64 <li>A client script to refresh the database contents.</li>  
    65   <li>A script to create the database.</li>  
      65 <li>A script to create an empty database on the server.</li>  
    65 65 <li>The server script</li>  
    66 66 <li>The web CGI script</li>  
     
    71 71 <h3>Steps on Server</h3>  
    72 72 <ol>  
    73   <li>Select server port number. Make sure port numbers will be accessible through any firewalls.</li>  
      73 <li>Select 4-digit server port number. Make sure port number will be accessible through any firewalls.</li>  
    73 73 <li>Select location for server data files. Location must be read accessible from Web server.</li>  
    74 74 <li>Download and install Gadfly. Gadfly is a database server written in Python. The server program and the database creation program will use Gadfly.</li>  
    75   <li>Create directory for server data. Set permissions for Web server read access to data.</li>  
      75 <li>Create directory for server data.</li>  
    75 75 <li>Run database creation script.</li>  
      76 <li>Set permissions for Web server to have read access to data.</li>  
    76 77 <li>Modify line in server script that specifies the server port number.</li>  
    77   <li>Run the server.</li>  
      78 <li>Run the server script.</li>  
      79 <li>Install the web CGI script on the web server. Set web server security as necessary to limit who may run the GanttPV CGI web script.</li>  
    78 80 </ol>  
    79 81  
    80 82 <h3>Steps on Client</h3>  
    81 83 <ol>  
    82   <li>Install 0.4.1 client on Project Manager's machine.</li>  
    83   <li>Modify "Refresh Server" script with IP address and port number of server.</li>  
      84 <li>Make sure the project manger's machine has GanttPV v0.4.1 (or later) installed.</li>  
      85 <li>Install the "Refresh Server" script into the Scripts folder.</li>  
      86 <li>Modify the "Refresh Server" script to use the IP address and port number of the GanttPV Server. See the documentation in the script for details on what to change.</li>  
    84 87 <li>Open ".ganttpv" data file.</li>  
    85   <li>Run "Refresh Server" script.  
      88 <li>Run "Refresh Server" script.</li>  
      89 </ol>  
      90  
      91 <h3>Test Web Access</h3>  
      92 <ol>  
      93 <li>Access GanttPV web script from your browser.</li>  
      94 <li>Verify that reports will display as web pages.</li>  
    86 95 </ol>  
    87 96  
     
    108 117 </table>  
    109 118 <div id="footer">  
    110           Copyright &copy; 2005 by Brian C. Christensen. (050305)<br>  
      119         Copyright &copy; 2005, 2006 by Brian C. Christensen. (060307)<br>  
    110 119         Questions or comments? Contact us: <a class="footnote" href="mailto:brian@PureViolet.net">brian@PureViolet.net</a>.  
    111 120 </div>  
  • website/trunk/help/index.html

    r31 r34  
    98 98 <ul>  
    99 99  
    100   <li>Using GanttPV  
      100 <li><a href="http://www.SimpleProjectManagement.com/forum/index.php?action=vtopic&forum=3">Using GanttPV</a>  
    100 100 <ul>  
    101 101 <li>questions about how to use GanttPV</li>  
     
    105 105 </ul>  
    106 106  
    107   <li>Creating Scripts for GanttPV  
      107 <li><a href="http://www.SimpleProjectManagement.com/forum/index.php?action=vtopic&forum=4">Creating Scripts for GanttPV</a>  
    107 107 <ul>  
    108 108 <li>explanations of how scripts work</li>  
     
    111 111 </ul>  
    112 112    
    113   <li>Developing GanttPV  
      113 <li><a href="http://www.SimpleProjectManagement.com/forum/index.php?action=vtopic&forum=7">Developing GanttPV</a>  
    113 113 <ul>  
    114 114 <li>questions about the design of GanttPV</li>