Recent Changes for "How to Install/Talk" - Sycamore Wikihttp://www.projectsycamore.org/How_to_Install/TalkRecent Changes of the page "How to Install/Talk" on Sycamore Wiki.en-us How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2008-01-25 07:26:39PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install/Talk<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 56: </td> <td> Line 56: </td> </tr> <tr> <td> <span>-</span> == Method 2 -- Pretty URLs with CGI ==<span>=</span> </td> <td> <span>+</span> == Method 2 -- Pretty URLs with CGI == </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2008-01-25 07:26:25PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install/Talk<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> == Method 1 -- Ugly, fast ==<span>=</span> </td> <td> <span>+</span> == Method 1 -- Ugly, fast == </td> </tr> <tr> <td> Line 34: </td> <td> Line 34: </td> </tr> <tr> <td> <span>- </span> &lt;/Directory&gt; </td> <td> <span>+</span> &lt;/Directory&gt; </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2008-01-25 07:25:43PhilipNeustrommethod 2 <div id="content" class="wikipage content"> Differences for How to Install/Talk<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> </td> <td> <span>+ == Method 1 -- Ugly, fast ===</span> </td> </tr> <tr> <td> Line 54: </td> <td> Line 55: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Method 2 -- Pretty URLs with CGI ===<br> + Please integrate into the main instructions:<br> + <br> + Follow Method 1. Then set your apache Document Root to be {{{/var/www/sycamore_base/share/web}}}.<br> + <br> + Open sycamore_config.py. Change:<br> + * {{{web_dir}}} to {{{''}}} (empty)<br> + * {{{relative_dir}}} to {{{''}}} (empty)<br> + <br> + Add the following to your apache config:<br> + <br> + {{{<br> + RewriteEngine On<br> + RewriteRule ^wiki/(.*)$ /var/www/sycamore_base/share/web/wiki/$1 [L]<br> + RewriteCond %{REQUEST_URI} !(index.cgi)<br> + RewriteRule ^(.*)$ /index.cgi/$1 [L]<br> + }}}<br> + <br> + Now 'index.cgi' will be gone from all URLs. The next step on your quest to perfection is using something "faster" than CGI.</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2008-01-25 07:21:43PhilipNeustrommy how to, please integrate <div id="content" class="wikipage content"> Differences for How to Install/Talk<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 6: </td> <td> Line 6: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Philip's how to install for Apache with CGI ==<br> + Please integrate into the main instructions:<br> + <br> + Go into my apache document root:<br> + <br> + {{{<br> + cd /var/www<br> + }}}<br> + <br> + Get Sycamore:<br> + <br> + {{{<br> + svn co http://svn.devjavu.com/sycamore/trunk sycamore_base<br> + }}}<br> + <br> + Open the httpd.conf file. Add the line<br> + <br> + {{{<br> + AddHandler cgi-script .cgi<br> + }}}<br> + <br> + and then<br> + <br> + {{{<br> + &lt;Directory "/var/www/sycamore_base/share/web"&gt;<br> + Options +ExecCGI<br> + &lt;/Directory&gt;<br> + }}}<br> + <br> + Restart apache:<br> + <br> + {{{<br> + /etc/init.d/apache2 restart<br> + }}}<br> + <br> + {{{<br> + cd /var/www/sycamore/base<br> + }}}<br> + <br> + Open sycamore_config.py. Change:<br> + <br> + * {{{wiki_name}}} to the name of your wiki -- one word, lower case<br> + * {{{sitename}}} to the full name of your wiki<br> + * {{{web_dir}}} to {{{/sycamore_base/share/web}}}<br> + * {{{relative_dir}}} to {{{sycamore_base/share/web/index.cgi}}}<br> + <br> + Do DB creation stuff.</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2007-09-30 23:02:59JessicaRockwelli have no idea what i'm doing.... <div id="content" class="wikipage content"> Differences for How to Install/Talk<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>+ <br> + so i install xcode tools? i thought i already had that. i'm so confused. i'm at the darwinports link.....</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2007-09-30 22:54:04PhilipNeustromreply <div id="content" class="wikipage content"> Differences for How to Install/Talk<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> </td> <td> <span>+ <br> + ''you use it to install the programs -- you type {{{port install &lt;nameofpackage&gt;}}} and i think you find package names by typing {{{port search &lt;word&gt;}}}. so, if the package for the python imaging library was called python-imaging, you'd type {{{port install python-imaging}}}. i don't have a mac right now otherwise i'd check for sure, but i think it is on their website. it's just a quick and easy way to get open-source software.''</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2007-09-30 22:50:46JessicaRockwellquestions. <div id="content" class="wikipage content"> Differences for How to Install/Talk<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>- This page is for discussing the contents of ["How to Install"].</span> </td> <td> <span>+ so if i install this darwin thing, i'll have all the necessary things? or i'll then have to individually install the necessary things?</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2007-05-24 04:47:45AdamDewitzcleaned-up <div id="content" class="wikipage content"> Differences for How to Install/Talk<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>- <br> - -------<br> - <br> - I have three instances of sycamore which I wish to install on my shared hosting account at phpwebhosting.com.<br> - <br> - I am not familiar with subvserion and haven't been able to figure out how to download the source for devjavu.<br> - <br> - Is there a zip version available ? Can I install Sycamore using smartFTP client alone ?<br> - <br> - Thanks.<br> - <br> - ~ HiMY SYeD ~</span> </td> <td> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2007-02-07 11:38:30HimySyed <div id="content" class="wikipage content"> Differences for How to Install/Talk<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>- deleted</span> </td> <td> <span>+ This page is for discussing the contents of ["How to Install"].<br> + <br> + -------<br> + <br> + I have three instances of sycamore which I wish to install on my shared hosting account at phpwebhosting.com.<br> + <br> + I am not familiar with subvserion and haven't been able to figure out how to download the source for devjavu.<br> + <br> + Is there a zip version available ? Can I install Sycamore using smartFTP client alone ?<br> + <br> + Thanks.<br> + <br> + ~ HiMY SYeD ~</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-26 22:19:25PhilipNeustromPage deleted (questions don't make sense to me. please rephrase!) <div id="content" class="wikipage content"> Differences for How to Install/Talk<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>- This page is for discussing the contents of ["How to Install"].<br> - <br> - there is a Sycamore/config.py to. Why? It`s confusing for me :( ''config.py in Sycamore/ is the code for setting up the config variables. sycamore_config.py is for your specific configuration.''<br> - <br> - Quick Install Hints the {{{ is not thick ennough}}}<br> - <br> - . svn co svn://daviswiki.org/repos/trunk sycamore_base<br> - . sycamore_base/share/sycamore_config.py<br> - . python buildDB.py<br> - <br> - ''I don't understand what you mean''<br> - <br> - systeminfo<br> - [[heart]]<br> - a clever way, but hope it can improved :)<br> - {{{<br> - return self.formatter.rawHTML('&lt;i&gt;System Info macro is turned off. It uses too much CPU to be actively used, so if you\'re an admin and want to use it for a minute, then edit wikimacro.py and turn it on. Otherwise, leave it off! :)&lt;/i&gt;')<br> - }}}<br> - <br> - text_dir='/home/macdet/Desktop/Workfiles/MoinKram/sycamore_base/text'<br> - <br> - ''we do not use a text_dir''<br> - <br> - --["DetlevLengsfeld"]<br> - <br> - ----<br> - {{{dum dum }}} '''help'''</span> </td> <td> <span>+ deleted</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 23:55:38PhilipNeustrom <div id="content" class="wikipage content"> Differences for How to Install/Talk<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>- there is a Sycamore/config.py to. Why? It`s confusing for me :(</span> </td> <td> <span>+ there is a Sycamore/config.py to. Why? It`s confusing for me :( ''config.py in Sycamore/ is the code for setting up the config variables. sycamore_config.py is for your specific configuration.''</span> </td> </tr> <tr> <td> Line 11: </td> <td> Line 11: </td> </tr> <tr> <td> </td> <td> <span>+ ''I don't understand what you mean''</span> </td> </tr> <tr> <td> Line 21: </td> <td> Line 22: </td> </tr> <tr> <td> </td> <td> <span>+ ''we do not use a text_dir''<br> + </span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 13:19:16DetlevLengsfeld <div id="content" class="wikipage content"> Differences for How to Install/Talk<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 19: </td> <td> Line 19: </td> </tr> <tr> <td> </td> <td> <span>+ text_dir='/home/macdet/Desktop/Workfiles/MoinKram/sycamore_base/text'<br> + </span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 13:01:20DetlevLengsfeld <div id="content" class="wikipage content"> Differences for How to Install/Talk<p><strong></strong></p>No differences found!</div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 12:53:46DetlevLengsfeld <div id="content" class="wikipage content"> Differences for How to Install/Talk<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> </td> <td> <span>+ systeminfo</span> </td> </tr> <tr> <td> Line 14: </td> <td> Line 14: </td> </tr> <tr> <td> </td> <td> <span>+ a clever way, but hope it can improved :)<br> + {{{<br> + return self.formatter.rawHTML('&lt;i&gt;System Info macro is turned off. It uses too much CPU to be actively used, so if you\'re an admin and want to use it for a minute, then edit wikimacro.py and turn it on. Otherwise, leave it off! :)&lt;/i&gt;')<br> + }}}</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 12:44:10DetlevLengsfeld <div id="content" class="wikipage content"> Differences for How to Install/Talk<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 13: </td> <td> Line 13: </td> </tr> <tr> <td> <span>- </span> </td> <td> <span>+ [[heart]]</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 12:38:23DetlevLengsfeld <div id="content" class="wikipage content"> Differences for How to Install/Talk<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 11: </td> <td> Line 11: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + <br> + <br> + <br> + --["DetlevLengsfeld"]<br> + </span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 12:36:09DetlevLengsfeld <div id="content" class="wikipage content"> Differences for How to Install/Talk<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 5: </td> <td> Line 5: </td> </tr> <tr> <td> <span>-</span> Quick Install Hints the {{{ is not thick ennough}} </td> <td> <span>+</span> Quick Install Hints the {{{ is not thick ennough}}<span>}</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 12:35:54DetlevLengsfeld <div id="content" class="wikipage content"> Differences for How to Install/Talk<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>+ <br> + Quick Install Hints the {{{ is not thick ennough}}<br> + <br> + . svn co svn://daviswiki.org/repos/trunk sycamore_base<br> + . sycamore_base/share/sycamore_config.py<br> + . python buildDB.py<br> + <br> + ----<br> + {{{dum dum }}} '''help'''</span> </td> </tr> </table> </div> How to Install/Talkhttp://www.projectsycamore.org/How_to_Install/Talk2006-06-24 12:28:45DetlevLengsfeld <div id="content" class="wikipage content"> Differences for How to Install/Talk<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>+ This page is for discussing the contents of ["How to Install"].<br> + <br> + there is a Sycamore/config.py to. Why? It`s confusing for me :(</span> </td> </tr> </table> </div>