Recent Changes for "How to Install" - Sycamore Wikihttp://www.projectsycamore.org/How_to_InstallRecent Changes of the page "How to Install" on Sycamore Wiki.en-us How to Installhttp://www.projectsycamore.org/How_to_Install2009-03-19 03:34:09BrentLaabsrunaway italics! <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 37: </td> <td> Line 37: </td> </tr> <tr> <td> <span>-</span> ''Mac OS users, there's a quick install guide for sqlite at ["/OS X"] </td> <td> <span>+</span> ''Mac OS users, there's a quick install guide for sqlite at ["/OS X"]<span>''</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2009-03-19 03:10:08BrentLaabslinking to my OS X guide <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 36: </td> <td> Line 36: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + ''Mac OS users, there's a quick install guide for sqlite at ["/OS X"]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2008-02-17 22:39:26lizhenry(quick edit) <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 145: </td> <td> Line 145: </td> </tr> <tr> <td> <span>-</span> {{{./index.scgi -d}}} will start the Sycamore SCGI process as a daemon. You can set up Apache to automatically start the process (''not sure how. please add if you know''<span>&nbsp;''Maybe better to put start</span>up in /etc/init.d<span>'')</span>. After starting the daemon and restarting apache your Sycamore installation should work. </td> <td> <span>+</span> {{{./index.scgi -d}}} will start the Sycamore SCGI process as a daemon. You can set up Apache to automatically start the process (''not sure how. please add if you know''<span>). Or you can start it </span>up in /etc/init.d. After starting the daemon and restarting apache your Sycamore installation should work. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2008-02-17 22:38:43lizhenry(quick edit) <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 145: </td> <td> Line 145: </td> </tr> <tr> <td> <span>-</span> {{{./index.scgi -d}}} will start the Sycamore SCGI process as a daemon. You can set up Apache to automatically start the process (''not sure how. please add if you know''). After starting the daemon and restarting apache your Sycamore installation should work. </td> <td> <span>+</span> {{{./index.scgi -d}}} will start the Sycamore SCGI process as a daemon. You can set up Apache to automatically start the process (''not sure how. please add if you know''<span>&nbsp;''Maybe better to put startup in /etc/init.d''</span>). After starting the daemon and restarting apache your Sycamore installation should work. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2008-01-13 05:31:12PhilipNeustromadded mod_wsgi section - needs confirmation <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 44: </td> <td> Line 44: </td> </tr> <tr> <td> <span>- <br> - <br> - <br> - </span> </td> <td> </td> </tr> <tr> <td> Line 105: </td> <td> Line 101: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Apache with mod_wsgi -- UNTESTED ==<br> + ||&lt;bgcolor="pink"&gt;''This is unverified -- if this configuration works for you then please remove this message!''||<br> + <br> + Add something akin to the following to your httpd.conf file:<br> + <br> + {{{<br> + RewriteEngine On<br> + WSGIScriptAliasMatch ^/ /location/to/your/sycamore_base/share/web/index.wsgi<br> + &lt;Directory /location/to/your/sycamore_base/&gt;<br> + WSGIApplicationGroup %{GLOBAL}<br> + Order deny,allow<br> + Allow from all<br> + &lt;/Directory&gt;<br> + }}}</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-12-09 16:25:17JabberWokky <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 101: </td> <td> Line 101: </td> </tr> <tr> <td> <span>-</span> You <span>should also m</span>ake sure you have rewrite rules in .htaccess or httpd.conf to take out index.cgi from the urls, as described in the ["FAQ"]. </td> <td> <span>+</span> You <span>will have to do '''one''' of the following:<br> + <br> + * M</span>ake sure you have rewrite rules in .htaccess or httpd.conf to take out index.cgi from the urls, as described in the ["FAQ"].<span>&nbsp;''...or...''<br> + * Set the relative_dir configuration option to 'index.cgi' (the default is an empty string).</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-12-09 06:37:55lizhenry <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 101: </td> <td> Line 101: </td> </tr> <tr> <td> <span>-</span> You should also make sure you have rewrite rules in .htaccess or httpd.conf to take out index.cgi from the urls, as described in the [FAQ]. </td> <td> <span>+</span> You should also make sure you have rewrite rules in .htaccess or httpd.conf to take out index.cgi from the urls, as described in the [<span>"</span>FAQ<span>"</span>]. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-12-09 06:36:59lizhenry <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 100: </td> <td> Line 100: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + You should also make sure you have rewrite rules in .htaccess or httpd.conf to take out index.cgi from the urls, as described in the [FAQ].</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-12-09 02:41:12lizhenry <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 54: </td> <td> Line 54: </td> </tr> <tr> <td> </td> <td> <span>+ then something like this:<br> + {{{GRANT ALL PRIVILEGES ON my_wiki.* TO "sycamore"@"localhost" IDENTIFIED BY "seekrit"; FLUSH PRIVILEGES; EXIT;}}}</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-12-09 01:45:08lizhenry(quick edit) <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 41: </td> <td> Line 41: </td> </tr> <tr> <td> <span>-</span> * cd /hosted/sa<span>pling</span>_base/share </td> <td> <span>+</span> * cd /hosted/s<span>yc</span>a<span>more</span>_base/share </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-10-04 16:14:02PhilipNeustromminor cosmetic cleanups <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 193: </td> <td> Line 193: </td> </tr> <tr> <td> <span>-</span> * You'll have to take the /share/web/ directory and place the contents in your main public_html directory. Create an .htaccess file that reads the following: {{{Options +ExecCGI<span><br> - </span> </td> <td> <span>+</span> * You'll have to take the /share/web/ directory and place the contents in your main public_html directory. Create an .htaccess file that reads the following:<span><br> + <br> +</span> {{{<span><br> + </span>Options +ExecCGI </td> </tr> <tr> <td> Line 219: </td> <td> Line 221: </td> </tr> <tr> <td> <span>-</span> [[Comments<span>(comments:)</span>]]<br> <span>-</span> <span>------</span> </td> <td> <span>+</span> [[Comments]]<br> <span>+</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-10-04 02:52:26AlbertLash <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 179: </td> <td> Line 179: </td> </tr> <tr> <td> </td> <td> <span>+ == Logging In ==<br> + <br> + Once you've installed the database, the instructions are to visit the wiki and create the user. It is a little confusing because during the db install, you are prompted for an admin username. That's OK, you still need to create the user, provide a password, and then login.<br> + </span> </td> </tr> <tr> <td> Line 207: </td> <td> Line 211: </td> </tr> <tr> <td> <span>- == Logging In ==<br> - <br> - Once you've installed the database, the instructions are to visit the wiki and create the user. It is a little confusing because during the db install, you are prompted for an admin username. That's OK, you still need to create the user, provide a password, and then login.</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-10-04 02:51:04AlbertLash <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 207: </td> <td> Line 207: </td> </tr> <tr> <td> </td> <td> <span>+ == Logging In ==<br> + <br> + Once you've installed the database, the instructions are to visit the wiki and create the user. It is a little confusing because during the db install, you are prompted for an admin username. That's OK, you still need to create the user, provide a password, and then login.<br> + </span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-09-30 22:06:59JessicaRockwellsp. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 31: </td> <td> Line 31: </td> </tr> <tr> <td> <span>-</span> If you have no idea what SVN is, go to http://subversion.tigris.org/ first. If you are also a Widows user, [http://tortoisesvn.tigris.org/ TortoiseSVN] integrates nicely with Windows Explorer. </td> <td> <span>+</span> If you have no idea what SVN is, go to http://subversion.tigris.org/ first. If you are also a Wi<span>n</span>dows user, [http://tortoisesvn.tigris.org/ TortoiseSVN] integrates nicely with Windows Explorer. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-09-12 19:34:17PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 243: </td> <td> Line 243: </td> </tr> <tr> <td> <span>- ------<br> - ''2007-04-22 13:29:55'' [[nbsp]] How do I get admin access for my new wiki? --["Users/StephenDay"]<br> - <br> - see ["Help on ACLs"].</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-06-15 18:44:35FarMcKonadded mysql-python stuff <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 35: </td> <td> Line 35: </td> </tr> <tr> <td> </td> <td> <span>+ ''Ubuntu 6.06 users, you will need to look at ["Build mysql-python"]''</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-06-15 18:08:58FarMcKonadded file option notes <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 35: </td> <td> Line 35: </td> </tr> <tr> <td> <span>- </span> = Setting Permissions = </td> <td> <span>+</span> = Setting Permissions = </td> </tr> <tr> <td> Line 39: </td> <td> Line 39: </td> </tr> <tr> <td> <span>- </span> Here's a probable set of commands for doing that: </td> <td> <span>+</span> Here's a probable set of commands for doing that: </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-06-15 18:07:45FarMcKonadded permissions crap <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 16: </td> <td> Line 16: </td> </tr> <tr> <td> <span>- </span> </td> <td> </td> </tr> <tr> <td> Line 35: </td> <td> Line 34: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + = Setting Permissions =<br> + <br> + In order to have Xapian and Permission Groups running properly, some files and directories will need to have their permissions changed after you get the files from SVN. Everything under /share/data, including the directory "data", needs to be read and writable by the web server app. How to do that is based on if you have a seperate user for the webapp. The majority of that is related to Xapian, but some is related to having group permissions for different pages/users.<br> + <br> + Here's a probable set of commands for doing that:<br> + * cd /hosted/sapling_base/share<br> + * chown -R www-data.www-data data<br> + * chmod -R u+rw data<br> + <br> + <br> + <br> + </span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-06-07 18:32:28FarMcKonupdated Ubuntu note <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 14: </td> <td> Line 14: </td> </tr> <tr> <td> <span>-</span> * [http://sourceforge.net/projects/mysql-python MySQLdb] &gt;= 1.2.1_p2 -- python MySQL module[[Footnote(if you are using Ubuntu, only 6.10 or newer uses this for by default. Older versions will need to have it manually <span>install</span>ed, or <span>up</span>g<span>rade</span> to Ubuntu 6.10<span>&nbsp;or newer.</span>)]] </td> <td> <span>+</span> * [http://sourceforge.net/projects/mysql-python MySQLdb] &gt;= 1.2.1_p2 -- python MySQL module[[Footnote(if you are using Ubuntu, only 6.10 or newer uses this for by default. Older versions will need to have it manually <span>updat</span>ed, or <span>(less </span>g<span>ood) updated</span> to Ubuntu 6.10)]] </td> </tr> <tr> <td> Line 133: </td> <td> Line 133: </td> </tr> <tr> <td> <span>-</span> ==<span>&nbsp;10.</span> Lighttpd with SCGI == </td> <td> <span>+</span> == Lighttpd with SCGI == </td> </tr> <tr> <td> Line 160: </td> <td> Line 160: </td> </tr> <tr> <td> <span>-</span> ==<span>&nbsp;11.</span> Stand-alone HTTP server == </td> <td> <span>+</span> == Stand-alone HTTP server == </td> </tr> <tr> <td> Line 166: </td> <td> Line 166: </td> </tr> <tr> <td> <span>-</span> =<span>&nbsp;12.</span> Post-install Maintenance = </td> <td> <span>+</span> = Post-install Maintenance = </td> </tr> <tr> <td> Line 170: </td> <td> Line 170: </td> </tr> <tr> <td> <span>-</span> =<span>&nbsp;13.</span> Installing on a Shared Hosting Plan = </td> <td> <span>+</span> = Installing on a Shared Hosting Plan = </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-06-07 18:30:40FarMcKonchanged numbering back. @#$ can't get numbers in heading in page. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 4: </td> <td> Line 4: </td> </tr> <tr> <td> <span>-</span> =<span>&nbsp;1.</span> Requirements = </td> <td> <span>+</span> = Requirements = </td> </tr> <tr> <td> Line 21: </td> <td> Line 21: </td> </tr> <tr> <td> <span>-</span> ==<span>&nbsp;1.1</span> Optional Libraries == </td> <td> <span>+</span> == Optional Libraries == </td> </tr> <tr> <td> Line 26: </td> <td> Line 26: </td> </tr> <tr> <td> <span>-</span> =<span>&nbsp;3.</span> Getting Sycamore = </td> <td> <span>+</span> = Getting Sycamore = </td> </tr> <tr> <td> Line 36: </td> <td> Line 36: </td> </tr> <tr> <td> <span>-</span> =<span>&nbsp;4.</span> Setting up your database = </td> <td> <span>+</span> = Setting up your database = </td> </tr> <tr> <td> Line 48: </td> <td> Line 48: </td> </tr> <tr> <td> <span>-</span> =<span>&nbsp;5.</span> Setting up Sycamore = </td> <td> <span>+</span> = Setting up Sycamore = </td> </tr> <tr> <td> Line 52: </td> <td> Line 52: </td> </tr> <tr> <td> <span>-</span> ==<span>&nbsp;6.</span> Items you need to change right now == </td> <td> <span>+</span> == Items you need to change right now == </td> </tr> <tr> <td> Line 65: </td> <td> Line 65: </td> </tr> <tr> <td> <span>-</span> ==<span>&nbsp;7.</span> Building the base install == </td> <td> <span>+</span> == Building the base install == </td> </tr> <tr> <td> Line 73: </td> <td> Line 73: </td> </tr> <tr> <td> <span>-</span> ==<span>&nbsp;8.</span> Apache with CGI == </td> <td> <span>+</span> == Apache with CGI == </td> </tr> <tr> <td> Line 86: </td> <td> Line 86: </td> </tr> <tr> <td> <span>-</span> ==<span>&nbsp;9.</span> Apache with SCGI == </td> <td> <span>+</span> == Apache with SCGI == </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-06-07 18:28:47FarMcKonadded subversion to requirements <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 8: </td> <td> Line 8: </td> </tr> <tr> <td> <span>-</span> * [http://python.org/ Python] <span>&gt;=</span> 2.4<br> <span>-</span> * [http://www.pythonware.com/products/pil/ PIL] <span>&gt;= </span>1.1.5 -- Python imaging library. Make sure you have it compiled with JPEG and PNG support!<br> <span>-</span> * GNU [http://gnu.org/software/diffutils/ diffutils] <span>&gt;=</span> 2.8.1 -- note that most UNIX-style systems have this installed. </td> <td> <span>+</span> * [http://python.org/ Python] <span>, version</span> 2.4<span>&nbsp;or newer</span><br> <span>+</span> * [http://www.pythonware.com/products/pil/ PIL] 1.1.5<span>&nbsp;or newer</span> -- Python imaging library. Make sure you have it compiled with JPEG and PNG support!<br> <span>+</span> * GNU [http://gnu.org/software/diffutils/ diffutils] <span>or newer</span> 2.8.1 -- note that most UNIX-style systems have this installed.<span><br> + * a recent version of Subversion, for downloading the source code.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-06-07 18:19:26FarMcKonadded note that opt. libraries are On by default. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 20: </td> <td> Line 20: </td> </tr> <tr> <td> <span>-</span> == <span>2</span>. Optional Libraries == </td> <td> <span>+</span> == <span>1</span>.<span>1</span> Optional Libraries == </td> </tr> <tr> <td> Line 23: </td> <td> Line 23: </td> </tr> <tr> <td> <span>- </span> </td> <td> <span>+ ''NOTE: Optional Libraries are ON by default in the configuration file in the repository. Be sure to turn them off in step 6 if you are not using them!''</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-06-07 18:12:57FarMcKonadded numering for my own use <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 4: </td> <td> Line 4: </td> </tr> <tr> <td> <span>-</span> = Requirements = </td> <td> <span>+</span> =<span>&nbsp;1.</span> Requirements = </td> </tr> <tr> <td> Line 20: </td> <td> Line 20: </td> </tr> <tr> <td> <span>-</span> == Optional Libraries == </td> <td> <span>+</span> ==<span>&nbsp;2.</span> Optional Libraries == </td> </tr> <tr> <td> Line 25: </td> <td> Line 25: </td> </tr> <tr> <td> <span>-</span> = Getting Sycamore = </td> <td> <span>+</span> =<span>&nbsp;3.</span> Getting Sycamore = </td> </tr> <tr> <td> Line 35: </td> <td> Line 35: </td> </tr> <tr> <td> <span>-</span> = Setting up your database = </td> <td> <span>+</span> =<span>&nbsp;4.</span> Setting up your database = </td> </tr> <tr> <td> Line 47: </td> <td> Line 47: </td> </tr> <tr> <td> <span>-</span> = Setting up Sycamore = </td> <td> <span>+</span> =<span>&nbsp;5.</span> Setting up Sycamore = </td> </tr> <tr> <td> Line 51: </td> <td> Line 51: </td> </tr> <tr> <td> <span>-</span> == Items you need to change right now == </td> <td> <span>+</span> ==<span>&nbsp;6.</span> Items you need to change right now == </td> </tr> <tr> <td> Line 64: </td> <td> Line 64: </td> </tr> <tr> <td> <span>-</span> == Building the base install == </td> <td> <span>+</span> ==<span>&nbsp;7.</span> Building the base install == </td> </tr> <tr> <td> Line 72: </td> <td> Line 72: </td> </tr> <tr> <td> <span>-</span> == Apache with CGI == </td> <td> <span>+</span> ==<span>&nbsp;8.</span> Apache with CGI == </td> </tr> <tr> <td> Line 85: </td> <td> Line 85: </td> </tr> <tr> <td> <span>-</span> == Apache with SCGI == </td> <td> <span>+</span> ==<span>&nbsp;9.</span> Apache with SCGI == </td> </tr> <tr> <td> Line 132: </td> <td> Line 132: </td> </tr> <tr> <td> <span>-</span> == Lighttpd with SCGI == </td> <td> <span>+</span> ==<span>&nbsp;10.</span> Lighttpd with SCGI == </td> </tr> <tr> <td> Line 159: </td> <td> Line 159: </td> </tr> <tr> <td> <span>-</span> == Stand-alone HTTP server == </td> <td> <span>+</span> ==<span>&nbsp;11.</span> Stand-alone HTTP server == </td> </tr> <tr> <td> Line 165: </td> <td> Line 165: </td> </tr> <tr> <td> <span>-</span> = Post-install Maintenance = </td> <td> <span>+</span> =<span>&nbsp;12.</span> Post-install Maintenance = </td> </tr> <tr> <td> Line 169: </td> <td> Line 169: </td> </tr> <tr> <td> <span>-</span> = Installing on a Shared Hosting Plan = </td> <td> <span>+</span> =<span>&nbsp;13.</span> Installing on a Shared Hosting Plan = </td> </tr> <tr> <td> Line 197: </td> <td> Line 197: </td> </tr> <tr> <td> <span>-</span> === Dreamhost Shared Hosting === </td> <td> <span>+</span> ===<span>&nbsp;</span> Dreamhost Shared Hosting === </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-28 21:38:10PhilipNeustromRevert to version 91. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> <span>- ------<br> - ''2007-05-28 21:37:54'' [[nbsp]] &lt;a href=http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html&gt;buy levitra online&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html"&gt;buy levitra online&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html'&gt;buy levitra online&lt;/a&gt;<br> - [URL=http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html]buy levitra online[/URL]<br> - http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html --137.208.30.51</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-28 21:37:54Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-28 21:37:54'' [[nbsp]] &lt;a href=http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html&gt;buy levitra online&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html"&gt;buy levitra online&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html'&gt;buy levitra online&lt;/a&gt;<br> + [URL=http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html]buy levitra online[/URL]<br> + http://www.freewebs.com/levitraus/levitra-guaranteed-cheapest-online.html --137.208.30.51</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-28 13:52:18JasonAllerRevert to version 87 (spam). <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> <span>- ------<br> - ''2007-05-28 10:25:01'' [[nbsp]] &lt;a href=http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html&gt;online cialis&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html"&gt;online cialis&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html'&gt;online cialis&lt;/a&gt;<br> - [URL=http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html]online cialis[/URL]<br> - http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html --124.47.121.131<br> - ------<br> - ''2007-05-28 10:29:20'' [[nbsp]] &lt;a href=http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html&gt;cialis&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html"&gt;cialis&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html'&gt;cialis&lt;/a&gt;<br> - [URL=http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html]cialis[/URL]<br> - http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html --66.94.3.1<br> - ------<br> - ''2007-05-28 12:32:05'' [[nbsp]] &lt;a href=http://www.freewebs.com/levitraus/levitra.html&gt;buy levitra&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/levitraus/levitra.html"&gt;buy levitra&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/levitraus/levitra.html'&gt;buy levitra&lt;/a&gt;<br> - [URL=http://www.freewebs.com/levitraus/levitra.html]buy levitra[/URL]<br> - http://www.freewebs.com/levitraus/levitra.html --218.251.20.166</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-28 12:32:05Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 245: </td> <td> Line 245: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-28 12:32:05'' [[nbsp]] &lt;a href=http://www.freewebs.com/levitraus/levitra.html&gt;buy levitra&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/levitraus/levitra.html"&gt;buy levitra&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/levitraus/levitra.html'&gt;buy levitra&lt;/a&gt;<br> + [URL=http://www.freewebs.com/levitraus/levitra.html]buy levitra[/URL]<br> + http://www.freewebs.com/levitraus/levitra.html --218.251.20.166</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-28 10:29:20Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 239: </td> <td> Line 239: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-28 10:29:20'' [[nbsp]] &lt;a href=http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html&gt;cialis&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html"&gt;cialis&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html'&gt;cialis&lt;/a&gt;<br> + [URL=http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html]cialis[/URL]<br> + http://www.freewebs.com/cialisonlinetoyou/which-is-better-viagra-cialis-or-levitra.html --66.94.3.1</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-28 10:25:01Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-28 10:25:01'' [[nbsp]] &lt;a href=http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html&gt;online cialis&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html"&gt;online cialis&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html'&gt;online cialis&lt;/a&gt;<br> + [URL=http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html]online cialis[/URL]<br> + http://www.freewebs.com/cialisonlinetoyou/viagra-cialis-levitra.html --124.47.121.131</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-26 21:32:44PhilipNeustromRevert to version 85. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> <span>- ------<br> - ''2007-05-26 21:31:58'' [[nbsp]] &lt;a href=http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html&gt;buy cheap cialis&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html"&gt;buy cheap cialis&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html'&gt;buy cheap cialis&lt;/a&gt;<br> - [URL=http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html]buy cheap cialis[/URL]<br> - http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html --219.11.12.99</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-26 21:31:58Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-26 21:31:58'' [[nbsp]] &lt;a href=http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html&gt;buy cheap cialis&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html"&gt;buy cheap cialis&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html'&gt;buy cheap cialis&lt;/a&gt;<br> + [URL=http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html]buy cheap cialis[/URL]<br> + http://www.freewebs.com/cialisonlinetoyou/cialis-generic-levitra-viagra.html --219.11.12.99</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-26 14:41:57JabberWokkyRevert to version 81 (Shame on you. (spam)). <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> <span>- ------<br> - ''2007-05-26 09:51:44'' [[nbsp]] "Well," said she, &lt;a href='http://www.tramadol.ebatkopat.com/tramadol-abuse.html'&gt;tramadol abuse&lt;/a&gt; "I willlay a destiny. --210.20.251.246<br> - ------<br> - ''2007-05-26 11:15:33'' [[nbsp]] &lt;a href=http://www.freewebs.com/cialisonlinetoyou/cialis.html&gt;cialis&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/cialisonlinetoyou/cialis.html"&gt;cialis&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/cialisonlinetoyou/cialis.html'&gt;cialis&lt;/a&gt;<br> - [URL=http://www.freewebs.com/cialisonlinetoyou/cialis.html]cialis[/URL]<br> - http://www.freewebs.com/cialisonlinetoyou/cialis.html --61.89.29.177<br> - ------<br> - ''2007-05-26 12:17:15'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html&gt;buy tramadol&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html"&gt;buy tramadol&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html'&gt;buy tramadol&lt;/a&gt;<br> - [URL=http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html]buy tramadol[/URL]<br> - http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html --156.28.183.140</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-26 12:17:15Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 241: </td> <td> Line 241: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-26 12:17:15'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html&gt;buy tramadol&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html"&gt;buy tramadol&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html'&gt;buy tramadol&lt;/a&gt;<br> + [URL=http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html]buy tramadol[/URL]<br> + http://www.freewebs.com/tramadoltoyou/tramadol-hydrochloride.html --156.28.183.140</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-26 11:15:33Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 235: </td> <td> Line 235: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-26 11:15:33'' [[nbsp]] &lt;a href=http://www.freewebs.com/cialisonlinetoyou/cialis.html&gt;cialis&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/cialisonlinetoyou/cialis.html"&gt;cialis&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/cialisonlinetoyou/cialis.html'&gt;cialis&lt;/a&gt;<br> + [URL=http://www.freewebs.com/cialisonlinetoyou/cialis.html]cialis[/URL]<br> + http://www.freewebs.com/cialisonlinetoyou/cialis.html --61.89.29.177</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-26 09:51:44Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-26 09:51:44'' [[nbsp]] "Well," said she, &lt;a href='http://www.tramadol.ebatkopat.com/tramadol-abuse.html'&gt;tramadol abuse&lt;/a&gt; "I willlay a destiny. --210.20.251.246</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-26 01:23:40PhilipNeustromRevert to version 79 (spam). <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> <span>- ------<br> - ''2007-05-26 01:17:04'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html&gt;tramadol cod&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html"&gt;tramadol cod&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html'&gt;tramadol cod&lt;/a&gt;<br> - [URL=http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html]tramadol cod[/URL]<br> - http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html --220.150.234.211</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-26 01:17:04Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-26 01:17:04'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html&gt;tramadol cod&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html"&gt;tramadol cod&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html'&gt;tramadol cod&lt;/a&gt;<br> + [URL=http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html]tramadol cod[/URL]<br> + http://www.freewebs.com/tramadoltoyou/tramadol-hcl.html --220.150.234.211</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-25 22:44:57PhilipNeustromRevert to version 77 (spamz). <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> <span>- ------<br> - ''2007-05-25 22:38:47'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol-cod.html&gt;tramadol cod&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol-cod.html"&gt;tramadol cod&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol-cod.html'&gt;tramadol cod&lt;/a&gt;<br> - [URL=http://www.freewebs.com/tramadoltoyou/tramadol-cod.html]tramadol cod[/URL]<br> - http://www.freewebs.com/tramadoltoyou/tramadol-cod.html --218.190.144.248</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-25 22:38:47Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-25 22:38:47'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol-cod.html&gt;tramadol cod&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol-cod.html"&gt;tramadol cod&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol-cod.html'&gt;tramadol cod&lt;/a&gt;<br> + [URL=http://www.freewebs.com/tramadoltoyou/tramadol-cod.html]tramadol cod[/URL]<br> + http://www.freewebs.com/tramadoltoyou/tramadol-cod.html --218.190.144.248</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-25 12:44:03Revert to version 74 (spam). <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> <span>- ------<br> - ''2007-05-25 10:16:44'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol.html&gt;tramadol cod&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol.html"&gt;tramadol cod&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol.html'&gt;tramadol cod&lt;/a&gt;<br> - [URL=http://www.freewebs.com/tramadoltoyou/tramadol.html]tramadol cod[/URL]<br> - http://www.freewebs.com/tramadoltoyou/tramadol.html --195.86.254.132<br> - ------<br> - ''2007-05-25 10:50:39'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html&gt;online tramadol&lt;/a&gt;<br> - &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html"&gt;online tramadol&lt;/a&gt;<br> - &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html'&gt;online tramadol&lt;/a&gt;<br> - [URL=http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html]online tramadol[/URL]<br> - http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html --222.158.207.108</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-25 10:50:39Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 239: </td> <td> Line 239: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-25 10:50:39'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html&gt;online tramadol&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html"&gt;online tramadol&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html'&gt;online tramadol&lt;/a&gt;<br> + [URL=http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html]online tramadol[/URL]<br> + http://www.freewebs.com/tramadoltoyou/tramadol-addiction.html --222.158.207.108</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-25 10:16:44Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 233: </td> <td> Line 233: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-05-25 10:16:44'' [[nbsp]] &lt;a href=http://www.freewebs.com/tramadoltoyou/tramadol.html&gt;tramadol cod&lt;/a&gt;<br> + &lt;a href="http://www.freewebs.com/tramadoltoyou/tramadol.html"&gt;tramadol cod&lt;/a&gt;<br> + &lt;a href='http://www.freewebs.com/tramadoltoyou/tramadol.html'&gt;tramadol cod&lt;/a&gt;<br> + [URL=http://www.freewebs.com/tramadoltoyou/tramadol.html]tramadol cod[/URL]<br> + http://www.freewebs.com/tramadoltoyou/tramadol.html --195.86.254.132</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-18 07:20:53Sc0ttBeardsleyremoved old dreamhost shared hosting page <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 198: </td> <td> Line 198: </td> </tr> <tr> <td> <span>- Sycamore running on a Dreamhost shared hosting plan. Read ["Installing on Dreamhost"] for a step-by-step how-to using default python install.<br> - <br> - === Dreamhost Shared Hosting Act II ===<br> - Sycamore running on a Dreamhost shared hosting plan. Read ["Installing on Dreamhost Act II"] for a step-by-step how-to using a custom python install.</span> </td> <td> <span>+ Sycamore running on a Dreamhost shared hosting plan. Read ["Installing on Dreamhost"] for a step-by-step how-to.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-15 01:56:43JabberWokky(quick edit) <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 33: </td> <td> Line 33: </td> </tr> <tr> <td> <span>-</span> ''Windows users please read ["How to Install/Windows Tips"] </td> <td> <span>+</span> ''Windows users please read ["How to Install/Windows Tips"]<span>''</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-05-10 13:26:27FarMcKonAdded note for mysqldb about ubuntu 6.06 <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 3: </td> <td> Line 3: </td> </tr> <tr> <td> <span>- = Getting Sycamore =<br> - <br> - The source code is available via SVN at http://svn.devjavu.com/sycamore/trunk. To do a checkout, do:<br> - <br> - {{{svn co http://svn.devjavu.com/sycamore/trunk sycamore_base}}}<br> - <br> - If you have no idea what SVN is, go to http://subversion.tigris.org/ first. If you are also a Widows user, [http://tortoisesvn.tigris.org/ TortoiseSVN] integrates nicely with Windows Explorer.<br> - <br> - ''Windows users please read ["How to Install/Windows Tips"]</span> </td> <td> </td> </tr> <tr> <td> Line 20: </td> <td> Line 11: </td> </tr> <tr> <td> <span>-</span> * MySQL: </td> <td> <span>+</span> *<span>&nbsp;either</span> MySQL: </td> </tr> <tr> <td> Line 22: </td> <td> Line 13: </td> </tr> <tr> <td> <span>-</span> * [http://sourceforge.net/projects/mysql-python MySQLdb] &gt;= 1.2.1_p2 -- python MySQL module </td> <td> <span>+</span> * [http://sourceforge.net/projects/mysql-python MySQLdb] &gt;= 1.2.1_p2 -- python MySQL module<span>[[Footnote(if you are using Ubuntu, only 6.10 or newer uses this for by default. Older versions will need to have it manually installed, or upgrade to Ubuntu 6.10 or newer.)]]<br> + <br> + </span> </td> </tr> <tr> <td> Line 30: </td> <td> Line 23: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + <br> + = Getting Sycamore =<br> + <br> + The source code is available via SVN at http://svn.devjavu.com/sycamore/trunk. To do a checkout, do:<br> + <br> + {{{svn co http://svn.devjavu.com/sycamore/trunk sycamore_base}}}<br> + <br> + If you have no idea what SVN is, go to http://subversion.tigris.org/ first. If you are also a Widows user, [http://tortoisesvn.tigris.org/ TortoiseSVN] integrates nicely with Windows Explorer.<br> + <br> + ''Windows users please read ["How to Install/Windows Tips"]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-22 13:32:56PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 230: </td> <td> Line 230: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + see ["Help on ACLs"].</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-22 13:29:55StephenDayComment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 228: </td> <td> Line 228: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-04-22 13:29:55'' [[nbsp]] How do I get admin access for my new wiki? --["Users/StephenDay"]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-22 05:07:56StephenDayadded link to windows tips page <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 10: </td> <td> Line 10: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + ''Windows users please read ["How to Install/Windows Tips"]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-22 03:41:20StephenDayadded comment <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 218: </td> <td> Line 218: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + I was getting a {{{IOError: cannot identify image file}}} when running buildDB.py. For some reason the png and jpg files weren't recognized. When I opened and saved all files as '''jpgs''' using infranview, buildDB.py worked fine (I couldn't get png to work at all). Maybe this has something to do with my PIL version (PIL-1.1.6-py2.4-win32.egg).<br> + The serving of static files continues to be a problem even though many of the icons are working. For example, when I click edit, the server shows a bunch of errors where the filenames of static images aren't good:<br> + {{{<br> + File "C:\Documents and Settings\Stephen\Desktop\sapling\share\web\index", line 53, in handle_request<br> + static_file = open(file_path, 'rb')<br> + IOError: [Errno 2] No such file or directory: 'C:\\Documents and Settings\\Stephen\\Desktop\\sapling\\share\\web\\wikisaplingimg\x08uttons\\plain.png'<br> + }}}</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-21 13:00:02StephenDaycomment added <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 217: </td> <td> Line 217: </td> </tr> <tr> <td> </td> <td> <span>+ I'm planning to have a go at a fresh install tonight. I'll let you now the error message then.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-20 22:52:43PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 216: </td> <td> Line 216: </td> </tr> <tr> <td> <span>-</span> This is the encoded form of the filename. </td> <td> <span>+</span> This is the encoded form of the filename.<span>&nbsp;&nbsp;What is the error you see?</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-20 22:52:00PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 216: </td> <td> Line 216: </td> </tr> <tr> <td> </td> <td> <span>+ This is the encoded form of the filename.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-20 22:49:44question about install <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 214: </td> <td> Line 214: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + Why are there lots of "_25"'s in the image filenames for the initial pages? It seems to cause problems under windows... why, I don't know yet.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-20 14:03:36StephenDayadded TortoiseSVN link <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 9: </td> <td> Line 9: </td> </tr> <tr> <td> <span>-</span> If you have no idea what SVN is, go to http://subversion.tigris.org/ first. </td> <td> <span>+</span> If you have no idea what SVN is, go to http://subversion.tigris.org/ first.<span>&nbsp;If you are also a Widows user, [http://tortoisesvn.tigris.org/ TortoiseSVN] integrates nicely with Windows Explorer.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-20 03:09:01StephenDaycomment added <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 212: </td> <td> Line 212: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + I've submitted a patch for this on the mailing list to the sapling branch (Devjavu didn't let me). Hopefully it still works on unix... I don't have a system to test with.--["Users/StephenDay"]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-16 00:01:24 <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 206: </td> <td> Line 206: </td> </tr> <tr> <td> <span>- ------</span><br> <span>- ''2007-04-15 23:39:33'' [[nbsp]]</span> I'm getting an error when the server starts: "Could not run as user root. Terminating." Although it doesn't actually terminate... But perhaps that's why the icons aren't showing. --StephenDay </td> <td> <span>+ </span><br> <span>+ </span> I'm getting an error when the server starts: "Could not run as user root. Terminating." Although it doesn't actually terminate... But perhaps that's why the icons aren't showing. --StephenDay </td> </tr> <tr> <td> Line 210: </td> <td> Line 210: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + Here it is: src="/wiki/eggheadbeta/img/info.png"</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 23:43:49PhilipNeustromreply <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 206: </td> <td> Line 206: </td> </tr> <tr> <td> <span>- <br> - I'm getting an error when the server starts: "Could not run as user root. Terminating." Although it doesn't actually terminate... But perhaps that's why the icons aren't showing. --StephenDay</span> </td> <td> <span>+ ------<br> + ''2007-04-15 23:39:33'' [[nbsp]] I'm getting an error when the server starts: "Could not run as user root. Terminating." Although it doesn't actually terminate... But perhaps that's why the icons aren't showing. --StephenDay<br> + <br> + Yeah, we should check to see if someone is using Windows and if so not try and change to the httpd_user set in the configuration file. If it's showing normal pages then it should be showing icons as well. I think there is an issue in 'index' where it's trying to do some unix-style filename concatination. We should fix that so it's using the python functions for adding paths together, instead. I'm guessing that's the issue. If you view the source of a page that's rendered, where do you see 'info.png' being served from?</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 23:40:48 <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 206: </td> <td> Line 206: </td> </tr> <tr> <td> <span>- ------</span><br> <span>- ''2007-04-15 23:39:33'' [[nbsp]]</span> I'm getting an error when the server starts: "Could not run as user root. Terminating." Although it doesn't actually terminate... But perhaps that's why the icons aren't showing. --StephenDay<span>&nbsp;--24.201.230.79</span> </td> <td> <span>+ </span><br> <span>+ </span> I'm getting an error when the server starts: "Could not run as user root. Terminating." Although it doesn't actually terminate... But perhaps that's why the icons aren't showing. --StephenDay </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 23:39:33Comment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 206: </td> <td> Line 206: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-04-15 23:39:33'' [[nbsp]] I'm getting an error when the server starts: "Could not run as user root. Terminating." Although it doesn't actually terminate... But perhaps that's why the icons aren't showing. --StephenDay --24.201.230.79</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 23:03:12PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 204: </td> <td> Line 204: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + You probably just have a path off (web_dir?) in sycamore_config.py. The icons aren't being served through PIL.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 23:01:19StephenDay <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 203: </td> <td> Line 203: </td> </tr> <tr> <td> <span>-</span> Hey, it works! None of the icons are showing though, but that is probably because the windows binary PIL installer doesn't support png(?). </td> <td> <span>+</span> Hey, it works! None of the icons are showing though, but that is probably because the windows binary PIL installer doesn't support png(?).<span>&nbsp;--["Users/StephenDay"]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 23:00:17StephenDay <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 202: </td> <td> Line 202: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + Hey, it works! None of the icons are showing though, but that is probably because the windows binary PIL installer doesn't support png(?).</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 22:53:25PhilipNeustromreply <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 200: </td> <td> Line 200: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + I've never tried getting Sycamore running in Windows, so you're entering new territory. With that in mind, there is a stand-alone HTTP server in share/web called 'index' that should work, as it's strictly python. --["Users/PhilipNeustrom"]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 22:48:22StephenDay <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 199: </td> <td> Line 199: </td> </tr> <tr> <td> <span>-</span> ''2007-04-15 22:47:37'' [[nbsp]] I tried to get this working under WindowsXP and had problems with some of the characters in the image filenames. After renaming those files, buildDB.py finally ran. Now I want to run it using a stand-alone HTTP server because I have no experience with Apache et al. (it just for home use anyway). Are there any good options under Windows (like something written in Python?). --["Users/StephenDay"] </td> <td> <span>+</span> ''2007-04-15 22:47:37'' [[nbsp]] I tried to get this working under WindowsXP and had problems with some of the characters in the image filenames. After renaming those files, buildDB.py finally ran. Now I want to run it using a stand-alone HTTP server because I have no experience with Apache et al. (it<span>'s</span> just for home use anyway). Are there any good options under Windows (like something written in Python?). --["Users/StephenDay"] </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 22:47:37StephenDayComment added. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 198: </td> <td> Line 198: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2007-04-15 22:47:37'' [[nbsp]] I tried to get this working under WindowsXP and had problems with some of the characters in the image filenames. After renaming those files, buildDB.py finally ran. Now I want to run it using a stand-alone HTTP server because I have no experience with Apache et al. (it just for home use anyway). Are there any good options under Windows (like something written in Python?). --["Users/StephenDay"]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2007-04-15 22:33:47StephenDayI have a comment :) <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 196: </td> <td> Line 196: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + [[Comments(comments:)]]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-12-17 04:30:08AdamDewitztweaks <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 4: </td> <td> Line 4: </td> </tr> <tr> <td> </td> <td> <span>+ </span> </td> </tr> <tr> <td> Line 11: </td> <td> Line 12: </td> </tr> <tr> <td> </td> <td> <span>+ </span> </td> </tr> <tr> <td> Line 23: </td> <td> Line 25: </td> </tr> <tr> <td> <span>-</span> == Optional == </td> <td> <span>+</span> == Optional <span>Libraries </span>== </td> </tr> <tr> <td> Line 28: </td> <td> Line 30: </td> </tr> <tr> <td> </td> <td> <span>+ </span> </td> </tr> <tr> <td> Line 39: </td> <td> Line 42: </td> </tr> <tr> <td> </td> <td> <span>+ </span> </td> </tr> <tr> <td> Line 55: </td> <td> Line 59: </td> </tr> <tr> <td> <span>-</span> Go into the Sycamore directory and run {{{python buildDB.py}}}. This s<span>hou</span>ld populate your installation. </td> <td> <span>+</span> Go into the Sycamore directory and run {{{python buildDB.py}}}. This <span>will create the required databa</span>s<span>e tab</span>l<span>es an</span>d populate your installation<span>&nbsp;with a set of ["initial pages"]</span>. </td> </tr> <tr> <td> Line 57: </td> <td> Line 61: </td> </tr> <tr> <td> <span>-</span> = Setting up your webserver =<br> <span>-</span> You can run Sycamore through a webserver such as [http://www.apache.org Apache] or [http://www.lighttpd.net lighttpd]. Alternatively, Sycamore can run as a stand-alone process and act as its own webserver. How you configure your webserver depends on your hosting setup and is, of course, particular to your installation. We will provide a few common configurations here. </td> <td> <span>+</span> = Setting up your web<span>&nbsp;</span>server =<br> <span>+</span> You can run Sycamore through a web<span>&nbsp;</span>server such as [http://www.apache.org Apache] or [http://www.lighttpd.net lighttpd]. Alternatively, Sycamore can run as a stand-alone process and act as its own web<span>&nbsp;</span>server. How you configure your web<span>&nbsp;</span>server depends on your hosting setup and is, of course, particular to your installation. We will provide a few common configurations here. </td> </tr> <tr> <td> Line 150: </td> <td> Line 154: </td> </tr> <tr> <td> </td> <td> <span>+ </span> </td> </tr> <tr> <td> Line 155: </td> <td> Line 160: </td> </tr> <tr> <td> </td> <td> <span>+ </span> </td> </tr> <tr> <td> Line 158: </td> <td> Line 164: </td> </tr> <tr> <td> </td> <td> <span>+ </span> </td> </tr> <tr> <td> Line 181: </td> <td> Line 188: </td> </tr> <tr> <td> </td> <td> <span>+ </span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-12-17 04:24:46AdamDewitzword tweaks <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 180: </td> <td> Line 180: </td> </tr> <tr> <td> <span>-</span> == Sycamore on Shared Hosting Plans == </td> <td> <span>+</span> ==<span>&nbsp;Installing</span> Sycamore on Shared Hosting Plans == </td> </tr> <tr> <td> Line 183: </td> <td> Line 183: </td> </tr> <tr> <td> <span>-</span> <span>'''</span>Dreamhost Shared Hosting<span>'''</span><br> <span>-</span> Sycamore running on a Dreamhost <span>C</span>o<span>de Mon</span>st<span>er</span> plan. Read ["Installing on Dreamhost"] for a step-by-step how-to using default python install. </td> <td> <span>+</span> <span>=== </span>Dreamhost Shared Hosting<span>&nbsp;===</span><br> <span>+</span> Sycamore running on a Dreamhost <span>shared h</span>ost<span>ing</span> plan. Read ["Installing on Dreamhost"] for a step-by-step how-to using default python install. </td> </tr> <tr> <td> Line 186: </td> <td> Line 186: </td> </tr> <tr> <td> <span>-</span> <span>'''</span>Dreamhost Shared Hosting Act II<span>'''</span><br> <span>-</span> Sycamore running on a Dreamhost <span>C</span>r<span>azy</span> <span>D</span>o<span>ma</span>in plan. Read ["Installing on Dreamhost Act II"] for a <span>different </span>step-by-step how-to using a custom python install. </td> <td> <span>+</span> <span>=== </span>Dreamhost Shared Hosting Act II<span>&nbsp;===</span><br> <span>+</span> Sycamore running on a Dreamhost <span>sha</span>r<span>ed</span> <span>h</span>o<span>st</span>in<span>g</span> plan. Read ["Installing on Dreamhost Act II"] for a step-by-step how-to using a custom python install. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-12-15 04:06:56AdamDewitz <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 184: </td> <td> Line 184: </td> </tr> <tr> <td> <span>- I have</span> Sycamore running on a Dreamhost Code Monster plan. Read ["Installing on Dreamhost"] for a step-by-step how-to. </td> <td> <span>+</span> Sycamore running on a Dreamhost Code Monster plan. Read ["Installing on Dreamhost"] for a step-by-step how-to<span>&nbsp;using default python install</span>.<span><br> + </span> </td> </tr> <tr> <td> Line 186: </td> <td> Line 187: </td> </tr> <tr> <td> <span>- I also have</span> Sycamore running on a Dreamhost Crazy Domain plan. Read ["Installing on Dreamhost Act II"] for a different step-by-step how-to<span>.<br> -</span> <span><br> -</span> <span><br> -</span> <span>= Q</span>u<span>e</span>st<span>i</span>ons<span>&nbsp;=</span> </td> <td> <span>+</span> Sycamore running on a Dreamhost Crazy Domain plan. Read ["Installing on Dreamhost Act II"] for a different step-by-step how-to <span>using</span> <span>a</span> <span>c</span>ust<span>om pyth</span>on<span>&nbsp;in</span>s<span>tall.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-12-12 00:32:00ReidSerozi <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 185: </td> <td> Line 185: </td> </tr> <tr> <td> </td> <td> <span>+ '''Dreamhost Shared Hosting Act II'''<br> + I also have Sycamore running on a Dreamhost Crazy Domain plan. Read ["Installing on Dreamhost Act II"] for a different step-by-step how-to.</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-20 04:21:46AdamDewitz <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 32: </td> <td> Line 32: </td> </tr> <tr> <td> <span>-</span> If you're using PostgreSQL issue the command: {{{CREATE DATABASE &lt;somename&gt; WITH ENCODING='UTF8';}}} </td> <td> <span>+</span> If you're using PostgreSQL issue the command:<span><br> + <br> + </span> {{{CREATE DATABASE &lt;somename&gt; WITH ENCODING='UTF8';}}} </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-20 04:21:09AdamDewitz <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 28: </td> <td> Line 28: </td> </tr> <tr> <td> <span>-</span> If you're using MySQL <span>you should </span>issue the command {{{CREATE DATABASE &lt;somename&gt;;}}} If you're using PostgreSQL<span>,</span> {{{CREATE DATABASE &lt;somename&gt; WITH ENCODING='UTF8';}}}<span>&nbsp;will work.</span> </td> <td> <span>+</span> If you're using MySQL issue the command<span>:<br> + <br> + </span> {{{CREATE DATABASE &lt;somename&gt;;}}}<span><br> +</span> <span><br> +</span> If you're using PostgreSQL<span>&nbsp;issue the command:</span> {{{CREATE DATABASE &lt;somename&gt; WITH ENCODING='UTF8';}}} </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-20 04:18:30AdamDewitz <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 4: </td> <td> Line 4: </td> </tr> <tr> <td> <span>- You can currently find Sycamore only in our Subversion code repository. Issuing the command {{{svn co http://svn.devjavu.com/sycamore/trunk sycamore_base}}} will get you a copy of the latest code.</span> </td> <td> <span>+ The source code is available via SVN at http://svn.devjavu.com/sycamore/trunk. To do a checkout, do:<br> + <br> + {{{svn co http://svn.devjavu.com/sycamore/trunk sycamore_base}}}</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-12 02:15:55PhilipNeustromone RewriteToRule them all <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 157: </td> <td> Line 157: </td> </tr> <tr> <td> <span>- RewriteEngine on</span> </td> <td> </td> </tr> <tr> <td> Line 159: </td> <td> Line 158: </td> </tr> <tr> <td> <span>-</span> RewriteRule ^(.*)$ /location/to/your/web/root/index.cgi$1 </td> <td> <span>+ RewriteEngine On<br> +</span> RewriteRule ^<span>/wiki/</span>(.*)$ /location/to/your/web/root/<span>wiki/$1 [L]<br> + RewriteCond %{REQUEST_URI} !(</span>index.cgi<span>)<br> + RewriteRule ^(.*)$ /index.cgi/</span>$1<span>&nbsp;[L]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-11 07:26:01PhilipNeustromfixed rewriterule (there's a different one, but i can't recall it) <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 157: </td> <td> Line 157: </td> </tr> <tr> <td> <span>- </span> RewriteEngine on </td> <td> <span>+</span> RewriteEngine on </td> </tr> <tr> <td> Line 159: </td> <td> Line 159: </td> </tr> <tr> <td> <span>-</span> RewriteRule ^(<span>[^/]+</span>)<span>/?</span>$ /index.cgi<span>/</span>$1<span>&nbsp;[L]</span> </td> <td> <span>+</span> RewriteRule ^(<span>.*</span>)$ <span>/location/to/your/web/root</span>/index.cgi$1 </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-10 07:45:32removed _ from link <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 174: </td> <td> Line 174: </td> </tr> <tr> <td> <span>-</span> I have Sycamore running on a Dreamhost Code Monster plan. Read ["Installing<span>_</span>on<span>_</span>Dreamhost"] for a step-by-step how-to. </td> <td> <span>+</span> I have Sycamore running on a Dreamhost Code Monster plan. Read ["Installing<span>&nbsp;</span>on<span>&nbsp;</span>Dreamhost"] for a step-by-step how-to. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-10 01:02:15AdamDewitz <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 171: </td> <td> Line 171: </td> </tr> <tr> <td> </td> <td> <span>+ For people who have been able to get Sycamore working on a shared hosting plan, can you list which hosts (and plans) you use?<br> + </span> </td> </tr> <tr> <td> Line 176: </td> <td> Line 178: </td> </tr> <tr> <td> <span>- * For people who have been able to get Sycamore working on a shared hosting plan, can you list which hosts (and plans) you use?</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-09 11:19:04PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 28: </td> <td> Line 28: </td> </tr> <tr> <td> <span>-</span> You will also need to set up privileges so that the user who runs Sycamore can access the database. From a security standpoint, it is a good idea to create a sep<span>e</span>rate 'Sycamore' user for this purpose. Because this is specific to particulars of databases and configurations it is hard to provide complete step-by-step information on this step. </td> <td> <span>+</span> You will also need to set up privileges so that the user who runs Sycamore can access the database. From a security standpoint, it is a good idea to create a sep<span>a</span>rate 'Sycamore' user for this purpose. Because this is specific to particulars of databases and configurations it is hard to provide complete step-by-step information on this step. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-09 11:18:27PhilipNeustrommade a note to create a new database user for sycamore just in case <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 26: </td> <td> Line 26: </td> </tr> <tr> <td> <span>-</span> If you're using MySQL you should issue the command {{{CREATE DATABASE &lt;somename&gt;;}}} If you're using PostgreSQL, {{{CREATE DATABASE &lt;somename&gt; WITH ENCODING='UTF8';}}} will work.<span>&nbsp;</span> You will also need to set up privileges so that the user who runs Sycamore can access the database. Because this is specific to particulars of databases and configurations it is hard to provide complete step-by-step information on this step. </td> <td> <span>+</span> If you're using MySQL you should issue the command {{{CREATE DATABASE &lt;somename&gt;;}}} If you're using PostgreSQL, {{{CREATE DATABASE &lt;somename&gt; WITH ENCODING='UTF8';}}} will work.<span><br> + <br> +</span> You will also need to set up privileges so that the user who runs Sycamore can access the databa<span>se. From a security standpoint, it is a good idea to create a seperate 'Sycamore' user for this purpo</span>se. Because this is specific to particulars of databases and configurations it is hard to provide complete step-by-step information on this step. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-06 01:36:56AdamDewitzAdded link to Installing_on_Dreamhost <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 170: </td> <td> Line 170: </td> </tr> <tr> <td> <span>-</span> I have Sycamore running on a Dreamhost Code Monster plan. I<span>&nbsp;wi</span>ll <span>p</span>r<span>ovide</span> a <span>detailed wri</span>te-<span>u</span>p <span>s</span>ho<span>r</span>t<span>ly</span> <span>&nbsp;--["AdamDewitz"]</span> </td> <td> <span>+</span> I have Sycamore running on a Dreamhost Code Monster plan. <span>Read ["</span>I<span>nsta</span>ll<span>ing_on_Dreamhost"]</span> <span>fo</span>r a <span>s</span>te<span>p</span>-<span>by-ste</span>p ho<span>w-</span>t<span>o.<br> +</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-05 21:18:29AdamDewitz <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 169: </td> <td> Line 169: </td> </tr> <tr> <td> <span>-</span> '''Dreamhost''' </td> <td> <span>+</span> '''Dreamhost<span>&nbsp;Shared Hosting</span>''' </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-05 21:15:16AdamDewitz <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 147: </td> <td> Line 147: </td> </tr> <tr> <td> <span>-</span> = Install<span>ed</span> on a Shared Hosting Plan = </td> <td> <span>+</span> = Install<span>ing</span> on a Shared Hosting Plan = </td> </tr> <tr> <td> Line 168: </td> <td> Line 168: </td> </tr> <tr> <td> </td> <td> <span>+ == Sycamore on Shared Hosting Plans ==<br> + '''Dreamhost'''<br> + I have Sycamore running on a Dreamhost Code Monster plan. I will provide a detailed write-up shortly --["AdamDewitz"]<br> + </span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-09-05 01:38:48Shared host q <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 169: </td> <td> Line 169: </td> </tr> <tr> <td> <span>- ''Your questions here.''</span> </td> <td> <span>+ * For people who have been able to get Sycamore working on a shared hosting plan, can you list which hosts (and plans) you use?</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-08-28 04:29:07PhilipNeustrom+ jpeg/png support needed for PIL <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 12: </td> <td> Line 12: </td> </tr> <tr> <td> <span>-</span> * [http://www.pythonware.com/products/pil/ PIL] &gt;= 1.1.5 </td> <td> <span>+</span> * [http://www.pythonware.com/products/pil/ PIL] &gt;= 1.1.5<span>&nbsp;-- Python imaging library. Make sure you have it compiled with JPEG and PNG support!</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-08-23 03:16:48PhilipNeustromtoc at top <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ [[TableofContents]]<br> + </span> </td> </tr> <tr> <td> Line 168: </td> <td> Line 170: </td> </tr> <tr> <td> <span>- <br> - [[TableofContents]]</span> </td> <td> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-08-23 03:16:18PhilipNeustrom+make sure all software is up to date <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 147: </td> <td> Line 147: </td> </tr> <tr> <td> <span>- *Before you go through with a host, make sure they have some great tech support to help you out - you'll need it quite a bit.<br> - *Make sure you can get proper SSH Access.<br> - *You'll have to take the /share/web/ directory and place the contents in your main public_html directory. Create an .htaccess file that reads the following: {{{Options +ExecCGI</span> </td> <td> <span>+ * Before you go through with a host, make sure they have some great tech support to help you out - you'll need it quite a bit, especially if you need their software upgraded.<br> + * Make sure you can get proper SSH Access.<br> + * Make sure all the needed packages are up to date. Sycamore's dependencies are documented earlier on this page, so just make sure they have versions required of everything. If not, you'll need to get them to upgrade or try and install the needed packages in your home directory on the server.<br> + * You'll have to take the /share/web/ directory and place the contents in your main public_html directory. Create an .htaccess file that reads the following: {{{Options +ExecCGI</span> </td> </tr> <tr> <td> Line 158: </td> <td> Line 159: </td> </tr> <tr> <td> <span>-</span> *Make sure you set the CHMOD settings to 755 on your index.cgi file<br> <span>-</span> *Your index.cgi file should also read the following (replace with the default, and XXX should just be the directory leading to sycamore_base): {{{sys.path.extend([os.path.abspath(os.path.join(__directory__, '..', '..'))]), </td> <td> <span>+</span> *<span>&nbsp;</span>Make sure you set the CHMOD settings to 755 on your index.cgi file<br> <span>+</span> *<span>&nbsp;</span>Your index.cgi file should also read the following (replace with the default, and XXX should just be the directory leading to sycamore_base): {{{sys.path.extend([os.path.abspath(os.path.join(__directory__, '..', '..'))]), </td> </tr> <tr> <td> Line 161: </td> <td> Line 162: </td> </tr> <tr> <td> <span>-</span> *the directory /sycamore_base/ does not have to be placed in public_html. </td> <td> <span>+</span> *<span>&nbsp;</span>the directory /sycamore_base/ does not have to be placed in public_html. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-08-22 14:42:16 <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 4: </td> <td> Line 4: </td> </tr> <tr> <td> <span>-</span> If you have no idea what SVN is, go to <span>["</span>http://subversion.tigris.org/<span>"]</span> first. </td> <td> <span>+</span> If you have no idea what SVN is, go to http://subversion.tigris.org/ first. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-08-22 14:41:13 <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 149: </td> <td> Line 149: </td> </tr> <tr> <td> <span>-</span> *You'll have to take the /share/web/ directory and place the contents in your main public_html directory. Create an .htaccess file that reads the following:<span><br> -</span> {{{Options +ExecCGI </td> <td> <span>+</span> *You'll have to take the /share/web/ directory and place the contents in your main public_html directory. Create an .htaccess file that reads the following: {{{Options +ExecCGI </td> </tr> <tr> <td> Line 160: </td> <td> Line 159: </td> </tr> <tr> <td> <span>-</span> *Your index.cgi file should also read the following (replace with the default, and XXX should just be the directory leading to sycamore_base):<span><br> -</span> {{{sys.path.extend([os.path.abspath(os.path.join(__directory__, '..', '..'))]), </td> <td> <span>+</span> *Your index.cgi file should also read the following (replace with the default, and XXX should just be the directory leading to sycamore_base): {{{sys.path.extend([os.path.abspath(os.path.join(__directory__, '..', '..'))]), </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-08-22 14:40:05 <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 150: </td> <td> Line 150: </td> </tr> <tr> <td> <span>- {{{Options +ExecCGI}}}</span> </td> <td> <span>+ {{{Options +ExecCGI<br> + <br> + Options +FollowSymlinks<br> + RewriteEngine on<br> + <br> + RewriteRule ^([^/]+)/?$ /index.cgi/$1 [L]<br> + <br> + DirectoryIndex index.cgi<br> + }}}</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-08-22 14:38:55 <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> <span>- [[TableofContents]]<br> - </span> </td> <td> </td> </tr> <tr> <td> Line 5: </td> <td> Line 3: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + If you have no idea what SVN is, go to ["http://subversion.tigris.org/"] first.</span> </td> </tr> <tr> <td> Line 159: </td> <td> Line 159: </td> </tr> <tr> <td> <span>- <br> - </span> </td> <td> </td> </tr> <tr> <td> Line 163: </td> <td> Line 161: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + [[TableofContents]]</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-08-22 14:36:36 <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ [[TableofContents]]<br> + </span> </td> </tr> <tr> <td> Line 143: </td> <td> Line 145: </td> </tr> <tr> <td> </td> <td> <span>+ = Installed on a Shared Hosting Plan =<br> + If you decide to install on a shared hosting plan through almost any server host these days (Dreamhost, GoDaddy, Apis, etc) then you'll need to change your install just a bit. Here's some tips:<br> + *Before you go through with a host, make sure they have some great tech support to help you out - you'll need it quite a bit.<br> + *Make sure you can get proper SSH Access.<br> + *You'll have to take the /share/web/ directory and place the contents in your main public_html directory. Create an .htaccess file that reads the following:<br> + {{{Options +ExecCGI}}}<br> + *Make sure you set the CHMOD settings to 755 on your index.cgi file<br> + *Your index.cgi file should also read the following (replace with the default, and XXX should just be the directory leading to sycamore_base):<br> + {{{sys.path.extend([os.path.abspath(os.path.join(__directory__, '..', '..'))]),<br> + sys.path.extend(['/XXX/sycamore_base'])}}}<br> + *the directory /sycamore_base/ does not have to be placed in public_html.<br> + <br> + That's all I can think of for now. These were just some of the problems I had setting it up on a hosted plan, so e-mail me at morbo.somethingawful@gmail.com if you need to.<br> + <br> + <br> + </span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-07-25 05:30:12PhilipNeustromchanged svn repository location <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 2: </td> <td> Line 2: </td> </tr> <tr> <td> <span>-</span> You can currently find Sycamore only in our Subversion code repository. Issuing the command {{{svn co svn<span>://</span>dav<span>i</span>s<span>wiki.</span>or<span>g/r</span>e<span>pos</span>/trunk sycamore_base}}} will get you a copy of the latest code. </td> <td> <span>+</span> You can currently find Sycamore only in our Subversion code repository. Issuing the command {{{svn co <span>http://</span>svn<span>.</span>d<span>evj</span>av<span>u.com/</span>s<span>ycam</span>ore/trunk sycamore_base}}} will get you a copy of the latest code. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-07-20 06:59:14spellin' <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 141: </td> <td> Line 141: </td> </tr> <tr> <td> <span>-</span> You may later decide to install Xapian or change from CGI to SCGI. Aside from changing your sycamore_config.py file you'll need to work with the maint<span>ane</span>nce script. See ["Sycamore maintenance"] for some information on this. </td> <td> <span>+</span> You may later decide to install Xapian or change from CGI to SCGI. Aside from changing your sycamore_config.py file you'll need to work with the maint<span>ena</span>nce script. See ["Sycamore maintenance"] for some information on this. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-06-26 23:59:06PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 135: </td> <td> Line 135: </td> </tr> <tr> <td> <span>- = Post-install Maintenance =<br> - You may later decide to install Xapian or change from CGI to SCGI. Aside from changing your sycamore_config.py file you'll need to work with the maintanence script. See ["Sycamore maintenance"] for some information on this.<br> - </span> </td> <td> </td> </tr> <tr> <td> Line 143: </td> <td> Line 140: </td> </tr> <tr> <td> </td> <td> <span>+ = Post-install Maintenance =<br> + You may later decide to install Xapian or change from CGI to SCGI. Aside from changing your sycamore_config.py file you'll need to work with the maintanence script. See ["Sycamore maintenance"] for some information on this.<br> + </span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-06-26 23:41:36PhilipNeustrom+maintenance <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 135: </td> <td> Line 135: </td> </tr> <tr> <td> </td> <td> <span>+ = Post-install Maintenance =<br> + You may later decide to install Xapian or change from CGI to SCGI. Aside from changing your sycamore_config.py file you'll need to work with the maintanence script. See ["Sycamore maintenance"] for some information on this.<br> + </span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-06-26 22:18:47PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 139: </td> <td> Line 139: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + = Questions =<br> + ''Your questions here.''</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-06-26 09:50:24PhilipNeustrommade buildDB.py step easier <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 41: </td> <td> Line 41: </td> </tr> <tr> <td> <span>-</span> <span>Open {{{Sycamore/buildDB.py}}} in a text editor and edit the line starting with "sys.path.extend" to something like {{{sys.path.extend(['/location/to/sycamore_base'])}}}. Save the file and then g</span>o into the Sycamore directory and run {{{python buildDB.py}}}. This should populate your installation. </td> <td> <span>+</span> <span>G</span>o into the Sycamore directory and run {{{python buildDB.py}}}. This should populate your installation. </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-06-23 03:46:33PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 7: </td> <td> Line 7: </td> </tr> <tr> <td> <span>-</span> * [http://python.org/ Python] &gt;= 2.<span>3</span> </td> <td> <span>+</span> * [http://python.org/ Python] &gt;= 2.<span>4</span> </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-06-22 23:15:43PhilipNeustrombugs with older mysql module (i think..or sometime in between). works w/latest <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 12: </td> <td> Line 12: </td> </tr> <tr> <td> <span>-</span> * [http://sourceforge.net/projects/mysql-python MySQLdb] &gt;= 1.2.1<span>c3</span> -- python MySQL module </td> <td> <span>+</span> * [http://sourceforge.net/projects/mysql-python MySQLdb] &gt;= 1.2.1<span>_p2</span> -- python MySQL module </td> </tr> </table> </div> How to Installhttp://www.projectsycamore.org/How_to_Install2006-06-19 20:30:41Added a little comment about changing example.org. <div id="content" class="wikipage content"> Differences for How to Install<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 133: </td> <td> Line 133: </td> </tr> <tr> <td> <span>-</span> The above maps everything at example.org to Sycamore. Because you're using SCGI you'll need to start the {{{index.scgi}}} process yourself. {{{./index.scgi -d}}} will start the Sycamore SCGI process as a daemon. You can set up lighttpd to automatically start the process (''not sure how. please add if you know''). After starting the daemon and restarting lighttpd your Sycamore installation should work. </td> <td> <span>+</span> The above maps everything at example.org to Sycamore<span>&nbsp;(so make sure you change example.org to your domain/IP!)</span>. Because you're using SCGI you'll need to start the {{{index.scgi}}} process yourself. {{{./index.scgi -d}}} will start the Sycamore SCGI process as a daemon. You can set up lighttpd to automatically start the process (''not sure how. please add if you know''). After starting the daemon and restarting lighttpd your Sycamore installation should work. </td> </tr> </table> </div>