Changeset 223
- Timestamp:
- Tue Oct 10 11:44:12 2006
- Files:
-
- website/trunk/server/install.html (modified) (diff)
- website/trunk/server/index.html (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
website/trunk/server/install.html
r198 r223 125 125 <li>Before you run the server script, you must set the name, IP address, and port. 126 126 <ul> 127 <li>You set them by editing the <i>ganttpv_update_server.py</i> script.</li> 128 <li>Look just after the change log at the beginning of the script.</li> 127 <li>You set them by editing the file <i>Configuration.ini</i> in the folder named 'current'.</li> 129 128 <li>Be sure to edit the script with a plain text editor, like WordPad on Windows or TextEdit on the Mac. On Windows, don't use NotePad; it has problems non-windows end-of-line characters.</li> 130 129 </ul> … … 133 132 <li>Run <i>ganttpv_update_server.py</i> script from the server directory. 134 133 <ul> 135 <li>You will probably need to type "python ganttpv_update_server.py".</li> 134 <li>You might be able to run the server directly from the GUI (by double clicking on the server script icon).</li> 135 <li>If not, you will be able to run it from the command line by changing the the server directory and typing "python ganttpv_update_server.py".</li> 136 136 <li>You might need to specify the complete path of the python.</li> 137 137 </ul></li> 138 138 </ol> 139 <p>The server will save uploaded databases into the "current" subdirectory and make backup copies in tothe "backup" subdirectory.139 <p>The server will save uploaded databases into the "current" subdirectory and make backup copies in the "backup" subdirectory. 139 139 </p> 140 140 <p>After you start the server, you can use the test script to verify some of the server functions. Edit the IP number and port at the beginning of the script. Then run the test script with python. Most of the tests should pass. A few haven't been updated to handle the most recent changes. -
website/trunk/server/index.html
r198 r223 68 68 </p> 69 69 <p> 70 The web reports are based on the HTML Export included with GanttPV v0. 5(rather than v0.4 as in the prior server) so more of the recent report features are supported.70 The web reports are based on the HTML Export included with GanttPV v0.7 (rather than v0.4 as in the prior server) so more of the recent report features are supported. 70 70 </p> 71 71 <h3>How it works</h3>
