From beingthexemplarylists at gmail.com Sat Mar 3 20:52:58 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sat, 3 Mar 2007 20:52:58 -0500 Subject: [Instiki] CentOS Installation? Message-ID: Hey Everyone, Quick question. I'm on a dedicated linux CentOS box at lunarpages. I am trying to get Instiki to run on it. I have everything installed needed. ruby, gems, rails, etc... For right now i'm just trying to get it running without mod_proxy and apache.. I've changed the port to port 80 in script/server. I start it by running ./instiki everything starts successfully The the page is just blank when visited. I see the requests coming through to WEBrick, but no visual output. You can see the output here: http://www.rubyamfdedicated.com I believe sqlite is installed correctly. As when I type sql[TAB] it completes with this: 'sqlite3 ' Any Ideas? -thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070303/0a710ef3/attachment.html From beingthexemplarylists at gmail.com Sat Mar 3 21:09:11 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sat, 3 Mar 2007 21:09:11 -0500 Subject: [Instiki] what version of sqlite or sqlite-ruby? Message-ID: Hey What version of sqlite will work with sqlite-ruby? it says here: http://sqlite-ruby.rubyforge.org/. that sqlite 3 will now work. Anything lower than 3? what is anybody else using. I'm on CentOS -thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070303/02e51575/attachment.html From beingthexemplarylists at gmail.com Sun Mar 4 03:52:23 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sun, 4 Mar 2007 03:52:23 -0500 Subject: [Instiki] unknown web 'wiki'? Message-ID: Hey I got Instiki to install correctly. Had to go through some hoops with sqlite. No big deal. Just curious about this message. When I go to the wiki, and enter information for the name of the wiki, etc.. I hit save, and I get a message that says "unknown web 'wiki'". I've seen some things here and there about it but not a definate fix. Can anyone sumarize a fix for this? -thanks. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070304/b9c43e05/attachment.html From parasew at gmail.com Sun Mar 4 08:09:35 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Sun, 4 Mar 2007 14:09:35 +0100 Subject: [Instiki] unknown web 'wiki'? In-Reply-To: References: Message-ID: <78ccd8360703040509x659f6dev4b6d71b83539dc67@mail.gmail.com> are you maybe on osx? since osx has problems with the readline library, you might want to either get the svn-edge version of instiki or install readline and ruby 1.8.5 from source! greetings, matthias On 3/4/07, aaron smith wrote: > Hey > > I got Instiki to install correctly. Had to go through some hoops with > sqlite. No big deal. Just curious about this message. When I go to the wiki, > and enter information for the name of the wiki, etc.. I hit save, and I get > a message that says "unknown web 'wiki'". I've seen some things here and > there about it but not a definate fix. Can anyone sumarize a fix for this? > > -thanks. > Aaron > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From parasew at gmail.com Sun Mar 4 08:11:09 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Sun, 4 Mar 2007 14:11:09 +0100 Subject: [Instiki] CentOS Installation? In-Reply-To: References: Message-ID: <78ccd8360703040511t7e0f8b8em43f8866e69f68f66@mail.gmail.com> can you try to run a "rake migrate RAILS_ENV=production" from the root of your instiki install and report back if that solves your problems? On 3/4/07, aaron smith wrote: > Hey Everyone, > > Quick question. I'm on a dedicated linux CentOS box at lunarpages. I am > trying to get Instiki to run on it. I have everything installed needed. > ruby, gems, rails, etc... For right now i'm just trying to get it running > without mod_proxy and apache.. I've changed the port to port 80 in > script/server. > > I start it by running ./instiki > everything starts successfully > > The the page is just blank when visited. I see the requests coming through > to WEBrick, but no visual output. You can see the output here: > > http://www.rubyamfdedicated.com > > I believe sqlite is installed correctly. As when I type sql[TAB] it > completes with this: 'sqlite3 ' > > Any Ideas? > > -thanks > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From parasew at gmail.com Sun Mar 4 08:30:45 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Sun, 4 Mar 2007 14:30:45 +0100 Subject: [Instiki] what version of sqlite or sqlite-ruby? In-Reply-To: References: Message-ID: <78ccd8360703040530s3360e1bfk7e7317226d3aa08d@mail.gmail.com> hello aaron -- if you are planning to use just instiki, you should be fine without any sqlite-gem since it is packed with the instiki release. current versions of sqlite makes problems with instiki 0.11 - at least on osx, couldn't test on linux yet. if you still encounter these problems, you should maybe upgrade to the current edge version of instiki or wait until 0.12 comes out. another thing you could try: what happens if you delete the vendor/rails directory and run instiki from your rails installation? -mt On 3/4/07, aaron smith wrote: > Hey > > What version of sqlite will work with sqlite-ruby? it says here: > http://sqlite-ruby.rubyforge.org/. that sqlite 3 will now > work. Anything lower than 3? what is anybody else using. I'm on CentOS > > -thanks > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From beingthexemplarylists at gmail.com Sun Mar 4 11:37:49 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sun, 4 Mar 2007 11:37:49 -0500 Subject: [Instiki] unknown web 'wiki'? In-Reply-To: <78ccd8360703040509x659f6dev4b6d71b83539dc67@mail.gmail.com> References: <78ccd8360703040509x659f6dev4b6d71b83539dc67@mail.gmail.com> Message-ID: No, I'm on CentOS. I've installed everything from source. Ruby,gems,readline,fcgi,lighttpd, etc... I am just using the WEBrick server for now though. Just to get it running.. -A On 3/4/07, Matthias Tarasiewicz wrote: > > are you maybe on osx? since osx has problems with the readline > library, you might want to either get the svn-edge version of instiki > or install readline and ruby 1.8.5 from source! > > greetings, > matthias > > On 3/4/07, aaron smith wrote: > > Hey > > > > I got Instiki to install correctly. Had to go through some hoops with > > sqlite. No big deal. Just curious about this message. When I go to the > wiki, > > and enter information for the name of the wiki, etc.. I hit save, and I > get > > a message that says "unknown web 'wiki'". I've seen some things here and > > there about it but not a definate fix. Can anyone sumarize a fix for > this? > > > > -thanks. > > Aaron > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070304/6da17c4b/attachment.html From beingthexemplarylists at gmail.com Sun Mar 4 11:39:00 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sun, 4 Mar 2007 11:39:00 -0500 Subject: [Instiki] unknown web 'wiki'? In-Reply-To: References: <78ccd8360703040509x659f6dev4b6d71b83539dc67@mail.gmail.com> Message-ID: I'm on ruby 1.8.4. Should that matter? On 3/4/07, aaron smith wrote: > > No, I'm on CentOS. I've installed everything from source. > Ruby,gems,readline,fcgi,lighttpd, etc... I am just using the WEBrick server > for now though. Just to get it running.. > > -A > > > > On 3/4/07, Matthias Tarasiewicz wrote: > > > > are you maybe on osx? since osx has problems with the readline > > library, you might want to either get the svn-edge version of instiki > > or install readline and ruby 1.8.5 from source! > > > > greetings, > > matthias > > > > On 3/4/07, aaron smith wrote: > > > Hey > > > > > > I got Instiki to install correctly. Had to go through some hoops with > > > sqlite. No big deal. Just curious about this message. When I go to the > > wiki, > > > and enter information for the name of the wiki, etc.. I hit save, and > > I get > > > a message that says "unknown web 'wiki'". I've seen some things here > > and > > > there about it but not a definate fix. Can anyone sumarize a fix for > > this? > > > > > > -thanks. > > > Aaron > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070304/245e33dd/attachment.html From beingthexemplarylists at gmail.com Sun Mar 4 11:46:51 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sun, 4 Mar 2007 11:46:51 -0500 Subject: [Instiki] what version of sqlite or sqlite-ruby? In-Reply-To: <78ccd8360703040530s3360e1bfk7e7317226d3aa08d@mail.gmail.com> References: <78ccd8360703040530s3360e1bfk7e7317226d3aa08d@mail.gmail.com> Message-ID: Cool. That worked. I moved the files that were in vendor/rails. Then ran the wiki. It DID get past the 'unknown web' issue now. After that. I moved those files back into the vendor directory. and it's fine. What would be causing that? It's up and running though. Thanks for the help. -A On 3/4/07, Matthias Tarasiewicz wrote: > > hello aaron -- if you are planning to use just instiki, you should be > fine without any sqlite-gem since it is packed with the instiki > release. current versions of sqlite makes problems with instiki 0.11 - > at least on osx, couldn't test on linux yet. > if you still encounter these problems, you should maybe upgrade to the > current edge version of instiki or wait until 0.12 comes out. another > thing you could try: what happens if you delete the vendor/rails > directory and run instiki from your rails installation? > > -mt > > On 3/4/07, aaron smith wrote: > > Hey > > > > What version of sqlite will work with sqlite-ruby? it says here: > > http://sqlite-ruby.rubyforge.org/. that sqlite 3 will now > > work. Anything lower than 3? what is anybody else using. I'm on CentOS > > > > -thanks > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070304/85b9074e/attachment.html From beingthexemplarylists at gmail.com Sun Mar 4 12:17:14 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sun, 4 Mar 2007 12:17:14 -0500 Subject: [Instiki] right side bar? Message-ID: Hey, how does one create the right sidebar like on the instiki home page? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070304/5761269a/attachment.html From lists at mihelac.org Sun Mar 4 14:20:12 2007 From: lists at mihelac.org (Bojan Mihelac) Date: Sun, 04 Mar 2007 20:20:12 +0100 Subject: [Instiki] right side bar? In-Reply-To: References: Message-ID: <45EB1BEC.9030509@mihelac.org> aaron smith wrote: > Hey, how does one create the right sidebar like on the instiki home > page? thanks > > > ------------------------------------------------------------------------ > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users here are instructions: http://www.instiki.org/show/Tips+and+Tricks best regards, Bojan -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org From beingthexemplarylists at gmail.com Sun Mar 4 14:36:39 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sun, 4 Mar 2007 14:36:39 -0500 Subject: [Instiki] right side bar? In-Reply-To: <45EB1BEC.9030509@mihelac.org> References: <45EB1BEC.9030509@mihelac.org> Message-ID: awesome. Thanks much. On 3/4/07, Bojan Mihelac wrote: > > aaron smith wrote: > > Hey, how does one create the right sidebar like on the instiki home > > page? thanks > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > here are instructions: > > http://www.instiki.org/show/Tips+and+Tricks > > best regards, > Bojan > > > -- > Bojan Mihelac > Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com > -> tools, scripts, tricks from our code lab: http://source.mihelac.org > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070304/f7152541/attachment.html From beingthexemplarylists at gmail.com Sun Mar 4 19:03:36 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Sun, 4 Mar 2007 19:03:36 -0500 Subject: [Instiki] application error when saving 'web' Message-ID: Hey again, Another small issue with the wiki.... The wiki so far is running fine. But when trying to delete orphaned files from 'edit web'. It tells me there was an internal application error. Anyone run into this? How can I debug it? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070304/10bb14bc/attachment.html From parasew at gmail.com Mon Mar 5 03:48:59 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Mon, 5 Mar 2007 09:48:59 +0100 Subject: [Instiki] application error when saving 'web' In-Reply-To: References: Message-ID: <78ccd8360703050048s3bb7a1datcbfbc46651f1fc28@mail.gmail.com> hello aaron, can you please file a bug report at http://dev.instiki.org and attach your log/production.log there? (actually just the affected lines of the logfile) production.log is also the way how to debug. thanks, matthias On 3/5/07, aaron smith wrote: > Hey again, > > Another small issue with the wiki.... The wiki so far is running fine. But > when trying to delete orphaned files from 'edit web'. It tells me there was > an internal application error. Anyone run into this? How can I debug it? > > thanks > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From beingthexemplarylists at gmail.com Mon Mar 5 10:19:10 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Mon, 5 Mar 2007 10:19:10 -0500 Subject: [Instiki] application error when saving 'web' In-Reply-To: <78ccd8360703050048s3bb7a1datcbfbc46651f1fc28@mail.gmail.com> References: <78ccd8360703050048s3bb7a1datcbfbc46651f1fc28@mail.gmail.com> Message-ID: Cool. Will do as soon as I am able. On 3/5/07, Matthias Tarasiewicz wrote: > > hello aaron, > can you please file a bug report at http://dev.instiki.org and attach > your log/production.log there? (actually just the affected lines of > the logfile) > production.log is also the way how to debug. > > thanks, > matthias > > On 3/5/07, aaron smith wrote: > > Hey again, > > > > Another small issue with the wiki.... The wiki so far is running fine. > But > > when trying to delete orphaned files from 'edit web'. It tells me there > was > > an internal application error. Anyone run into this? How can I debug it? > > > > thanks > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070305/a58c6d4f/attachment.html From todd.nine at gmail.com Tue Mar 6 12:53:21 2007 From: todd.nine at gmail.com (Todd Nine) Date: Tue, 6 Mar 2007 12:53:21 -0500 Subject: [Instiki] instiki and lighttpd Message-ID: Hi All, I'm unable to run instiki with lighttpd. I need to do this as I host collaboa on the same server as well. I receive the following error when lighttpd starts tarting lighttpd: 2007-03-05 08:07:28: (mod_fastcgi.c.988) execve failed for: /srv/rails/instiki/public/dispatch.fcgi No such file or directory [ OK ] [root at pm instiki]# 2007-03-05 08:07:28: (mod_fastcgi.c.1014) the fastcgi-backend /srv/rails/instiki/public/dispatch.fcgi failed to start: 2007-03-05 08:07:28: (mod_fastcgi.c.1018) child exited with status 2 /srv/rails/instiki/public/dispatch.fcgi 2007-03-05 08:07:28: (mod_fastcgi.c.1021) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version. You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli) For more information check http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program 2007-03-05 08:07:28: (mod_fastcgi.c.1026) If this is PHP on Gentoo add fastcgi to the USE flags 2007-03-05 08:07:28: (mod_fastcgi.c.1322) [ERROR]: spawning fcgi failed. 2007-03-05 08:07:28: (server.c.848) Configuration of plugins failed. Going down. Here is my lighttpd config file. Here is my configuration $HTTP["host"] =~ "^(wiki.mydomain.com)$" { server.document-root = "/srv/rails/instiki/public" fastcgi.server = ( ".fcgi" => ( "localhost" => ( "socket" => "/tmp/instiki.fcgi.socket", "bin-path" => server.document-root +"/dispatch.fcgi", "bin-environment" => ( "RAILS_ENV" =>"production" ) ) ) ) } Note that the standalone server does run. Any help would be greatly appreciated. Thanks, Todd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070306/0171506a/attachment.html From keiya at kanno.com Mon Mar 12 11:04:43 2007 From: keiya at kanno.com (keiya at kanno.com) Date: Tue, 13 Mar 2007 00:04:43 +0900 Subject: [Instiki] Upload files Message-ID: <45F56C0B.8040402@kanno.com> Hi everyone, I'm using Instiki fine but I have one problem. When I upload files on pages, wiki words don't change into the link and just show you the "?" mark at the last of the word. But when i edit the page again, words changes into the link and I can access to the file. I found that it happens on production version. In development version, it works fine. Does anyone know how to solve this problem? By the way, it happens on 0.11.0 and 0.11.pl1. From paytonrules at gmail.com Mon Mar 12 13:05:55 2007 From: paytonrules at gmail.com (Eric Smith) Date: Mon, 12 Mar 2007 12:05:55 -0500 Subject: [Instiki] Upload files In-Reply-To: <45F56C0B.8040402@kanno.com> References: <45F56C0B.8040402@kanno.com> Message-ID: Usually I just edit and add a space. Then it works fine. It actually looks fine to other users - I think. On 3/12/07, keiya at kanno.com wrote: > > Hi everyone, > > I'm using Instiki fine but I have one problem. When I upload files on > pages, wiki words don't change into the link and just show you the "?" > mark at the last of the word. But when i edit the page again, words > changes into the link and I can access to the file. I found that it > happens on production version. In development version, it works fine. > Does anyone know how to solve this problem? > > By the way, it happens on 0.11.0 and 0.11.pl1. > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070312/d85a44f7/attachment.html From keiya at kanno.com Mon Mar 12 19:22:02 2007 From: keiya at kanno.com (keiya at kanno.com) Date: Tue, 13 Mar 2007 08:22:02 +0900 Subject: [Instiki] Upload files In-Reply-To: References: <45F56C0B.8040402@kanno.com> Message-ID: <45F5E09A.4030903@kanno.com> Thank you, I understood that this problem happens on every Instiki that runs in production version. Why this problem happens only in production version? Eric Smith wrote: > Usually I just edit and add a space. Then it works fine. It actually > looks fine to other users - I think. > > On 3/12/07, *keiya at kanno.com * > wrote: > > Hi everyone, > > I'm using Instiki fine but I have one problem. When I upload files on > pages, wiki words don't change into the link and just show you the "?" > mark at the last of the word. But when i edit the page again, words > changes into the link and I can access to the file. I found that it > happens on production version. In development version, it works fine. > Does anyone know how to solve this problem? > > By the way, it happens on 0.11.0 and 0.11.pl1. > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From beingthexemplarylists at gmail.com Wed Mar 14 16:15:36 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Wed, 14 Mar 2007 16:15:36 -0400 Subject: [Instiki] cacheing problems? Message-ID: I think what I've been experiencing is caching problems. I'm trying to update all the meta data that is in the HTML. I edited /app/views/layouts/default.rhtml. But it doesn't ever show up. Is that the correct location to be editing? I am using Apache as a proxy to the WEBrick Servlet.. I've set up expiration on apache as well ExpiresActive On ExpiresDefault "access plus 300 seconds" ExpiresByType text/html "access plus 1 day" ExpiresByType text/css "access plus 1 day" ExpiresByType text/javascript "access plus 1 day" Or am I just editing the wrong file for meta updates? Thanks. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070314/02b56326/attachment.html From beingthexemplarylists at gmail.com Wed Mar 14 21:05:03 2007 From: beingthexemplarylists at gmail.com (aaron smith) Date: Wed, 14 Mar 2007 21:05:03 -0400 Subject: [Instiki] cacheing problems? In-Reply-To: References: Message-ID: got it figured out.. I did some tweaking on the Expires lines in the httpd conf.. then had to restart the webrick daemon servlet for instiki.. -A On 3/14/07, aaron smith wrote: > > I think what I've been experiencing is caching problems. I'm trying to > update all the meta data that is in the HTML. I edited > /app/views/layouts/default.rhtml. But it doesn't ever show up. Is that the > correct location to be editing? > > I am using Apache as a proxy to the WEBrick Servlet.. I've set up > expiration on apache as well > > ExpiresActive On > ExpiresDefault "access plus 300 seconds" > ExpiresByType text/html "access plus 1 day" > ExpiresByType text/css "access plus 1 day" > ExpiresByType text/javascript "access plus 1 day" > > Or am I just editing the wrong file for meta updates? > > Thanks. > Aaron > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070314/9d6063d0/attachment.html From parasew at gmail.com Fri Mar 16 13:25:48 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Fri, 16 Mar 2007 18:25:48 +0100 Subject: [Instiki] Instiki-OSX-Package: Ruby and Instiki prerequisites installer on OSX Message-ID: <78ccd8360703161025v6f739b4ah88d8e609a3265984@mail.gmail.com> oleg kourapov wanted to create packages for instiki on osx for the current 0.11rc1 and also for the upcoming 0.12 version. unfortunately we ran into problems, since osx has ruby 1.8.2 packaged, but rails depends on ruby 1.8.4 and the readline library, as well as swig is broken on OSX Tiger. we are searching for a one-click-way to get all the prerequisites for instiki installed, without the need of installing apple XCODE-tools, which most of the "normal users" don't have installed for sure. the current idea is, to have a link to a ruby-osx-installer-package that includes all the needed libraries for instiki on osx. sadly there seems to be no such package existing. i opened i thread in the entropy.ch discussion forums, those guys had a ruby installer before but not since ruby 1.8.2 is packaged in osx. http://www.entropy.ch/phpbb2/viewtopic.php?p=10086#10086 maybe someone on this list has a better idea or knows of such a package out there. we need to get "Chuckle? There Is No Step Three" or at least the 3 step-installation back on osx ;) -matthias From whitley at acm.org Fri Mar 16 14:44:44 2007 From: whitley at acm.org (John Whitley) Date: Fri, 16 Mar 2007 11:44:44 -0700 Subject: [Instiki] [Instiki-devel] Instiki-OSX-Package: Ruby and Instiki prerequisites installer on OSX In-Reply-To: <78ccd8360703161025v6f739b4ah88d8e609a3265984@mail.gmail.com> References: <78ccd8360703161025v6f739b4ah88d8e609a3265984@mail.gmail.com> Message-ID: Have you guys looked at Locomotive and the appropriate Locomotive Rails bundle for the Ruby/Rails support? That should give fully encapsulated ruby support (i.e. it won't interfere with any existing system installations). I wouldn't think it would be a big deal to use these components to create a single installer for Instiki on OS X. FWIW, Rails doesn't have any deep dependency on readline; it just needs it for script/console to work. It's nice to support, but it's also trivial to remove. In script/console, where it builds up the irb command line, remove the completion require argument: "-r irb/ completion". -- John On Mar 16, 2007, at 10:25 AM, Matthias Tarasiewicz wrote: > oleg kourapov wanted to create packages for instiki on osx for the > current 0.11rc1 and also for the upcoming 0.12 version. unfortunately > we ran into problems, since osx has ruby 1.8.2 packaged, but rails > depends on ruby 1.8.4 and the readline library, as well as swig is > broken on OSX Tiger. > > we are searching for a one-click-way to get all the prerequisites for > instiki installed, without the need of installing apple XCODE-tools, > which most of the "normal users" don't have installed for sure. > the current idea is, to have a link to a ruby-osx-installer-package > that includes all the needed libraries for instiki on osx. sadly there > seems to be no such package existing. > i opened i thread in the entropy.ch discussion forums, those guys had > a ruby installer before but not since ruby 1.8.2 is packaged in osx. > > http://www.entropy.ch/phpbb2/viewtopic.php?p=10086#10086 > > maybe someone on this list has a better idea or knows of such a > package out there. we need to get "Chuckle? There Is No Step Three" or > at least the 3 step-installation back on osx ;) > > -matthias > _______________________________________________ > Instiki-devel mailing list > Instiki-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-devel From parasew at gmail.com Mon Mar 19 16:39:57 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Mon, 19 Mar 2007 21:39:57 +0100 Subject: [Instiki] Fwd: [Instiki-devel] Instiki-OSX-Package: Ruby and Instiki prerequisites installer on OSX In-Reply-To: <78ccd8360703191332n7cdfd19fpcca93b21864f144c@mail.gmail.com> References: <78ccd8360703161025v6f739b4ah88d8e609a3265984@mail.gmail.com> <78ccd8360703191332n7cdfd19fpcca93b21864f144c@mail.gmail.com> Message-ID: <78ccd8360703191339o678d12fdyd499377b1c3c394@mail.gmail.com> ---------- Forwarded message ---------- From: Matthias Tarasiewicz Date: Mar 19, 2007 9:32 PM Subject: Re: [Instiki-devel] Instiki-OSX-Package: Ruby and Instiki prerequisites installer on OSX To: instiki-devel at rubyforge.org Cc: Oleg Kourapov hi john! yes, i looked at locomotive! the main problem with locomotive is, that it is really big and not for end-users. you would have to start locomotive, inside locomotive start instiki. thats too much to ask from end-users. i am searching for some kind of one-click-installer for osx. a small osx package that includes the broken dependencies for sqlite on osx. we found the following 2 packages existing for osx, but still they don't meet our needs. http://raa.ruby-lang.org/project/ruby-universal/ http://mail.madstop.com/pipermail/puppet-users/2006-August/000106.html what would be missing is sqlite3 which is not included in those packages. the swig sqlite3 dependency should not exist anymore, so having a ruby installer with sqlite3 should do the trick. i'm actually wondering why there is no "official" ruby osx package. On 3/16/07, John Whitley wrote: > Have you guys looked at Locomotive and the appropriate Locomotive > Rails bundle for the Ruby/Rails support? That should give fully > encapsulated ruby support (i.e. it won't interfere with any existing > system installations). I wouldn't think it would be a big deal to > use these components to create a single installer for Instiki on OS X. > > FWIW, Rails doesn't have any deep dependency on readline; it just > needs it for script/console to work. It's nice to support, but it's > also trivial to remove. In script/console, where it builds up the > irb command line, remove the completion require argument: "-r irb/ > completion". > > -- John > > On Mar 16, 2007, at 10:25 AM, Matthias Tarasiewicz wrote: > > > oleg kourapov wanted to create packages for instiki on osx for the > > current 0.11rc1 and also for the upcoming 0.12 version. unfortunately > > we ran into problems, since osx has ruby 1.8.2 packaged, but rails > > depends on ruby 1.8.4 and the readline library, as well as swig is > > broken on OSX Tiger. > > > > we are searching for a one-click-way to get all the prerequisites for > > instiki installed, without the need of installing apple XCODE-tools, > > which most of the "normal users" don't have installed for sure. > > the current idea is, to have a link to a ruby-osx-installer-package > > that includes all the needed libraries for instiki on osx. sadly there > > seems to be no such package existing. > > i opened i thread in the entropy.ch discussion forums, those guys had > > a ruby installer before but not since ruby 1.8.2 is packaged in osx. > > > > http://www.entropy.ch/phpbb2/viewtopic.php?p=10086#10086 > > > > maybe someone on this list has a better idea or knows of such a > > package out there. we need to get "Chuckle? There Is No Step Three" or > > at least the 3 step-installation back on osx ;) > > > > -matthias From meta at pobox.com Mon Mar 19 18:22:55 2007 From: meta at pobox.com (mathew) Date: Mon, 19 Mar 2007 17:22:55 -0500 Subject: [Instiki] Fwd: [Instiki-devel] Instiki-OSX-Package: Ruby and Instiki prerequisites installer on OSX In-Reply-To: <78ccd8360703191339o678d12fdyd499377b1c3c394@mail.gmail.com> References: <78ccd8360703161025v6f739b4ah88d8e609a3265984@mail.gmail.com> <78ccd8360703191332n7cdfd19fpcca93b21864f144c@mail.gmail.com> <78ccd8360703191339o678d12fdyd499377b1c3c394@mail.gmail.com> Message-ID: <7eeceb440703191522xb2ba786k9bea18c549d530b6@mail.gmail.com> On 3/19/07, Matthias Tarasiewicz wrote: > i'm actually wondering why there is no "official" ruby osx package. There is. It's the one supplied by Apple. Unfortunately, they haven't updated it since Ruby 1.8.2. If you think that's unacceptable, perhaps you should send feedback to Apple. (Since Rails is reportedly being shipped as part of OS X 10.5, I've a feeling they will do a better job of keeping up-to-date in future. Then again, Perl and Python are also pretty old on OS X.) mathew -- From rta at eecs.wsu.edu Tue Mar 20 23:10:32 2007 From: rta at eecs.wsu.edu (Roger T. Alexander) Date: Tue, 20 Mar 2007 20:10:32 -0700 Subject: [Instiki] "Unknown Web" Message-ID: <524B7C75-B81A-4027-BE94-430243EEF291@eecs.wsu.edu> Hi, I've just install Instiki on Mac OS X 10.4.x, but have not beel able to make it successfully past the setup page. After filling in the name, address, and password, I page is displayed that states "Unknown web 'wiki'". I followed the directions in the README, but to no avail. Any suggestions would be greatly appreciated! Thanks, Roger Alexander. From parasew at gmail.com Wed Mar 21 06:16:09 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Wed, 21 Mar 2007 11:16:09 +0100 Subject: [Instiki] "Unknown Web" In-Reply-To: <524B7C75-B81A-4027-BE94-430243EEF291@eecs.wsu.edu> References: <524B7C75-B81A-4027-BE94-430243EEF291@eecs.wsu.edu> Message-ID: <78ccd8360703210316m30c7df97ob38bb9f1db556461@mail.gmail.com> hello roger can you please try to delete the vendor/rails directory (if you have rails installed on your os) and report back if that fixes your problem? if not, you have to get a current ruby osx package and a sqlite package http://mail.madstop.com/pipermail/puppet-users/2006-August/000106.html http://sqlite.org see our current thread on that http://rubyforge.org/pipermail/instiki-users/2007-March/000978.html -matthias On 3/21/07, Roger T. Alexander wrote: > Hi, > > I've just install Instiki on Mac OS X 10.4.x, but have not beel able > to make it successfully past the setup page. After filling in the > name, address, and password, I page is displayed that states "Unknown > web 'wiki'". I followed the directions in the README, but to no avail. > > Any suggestions would be greatly appreciated! > > Thanks, > > Roger Alexander. > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From rta at eecs.wsu.edu Wed Mar 21 11:46:44 2007 From: rta at eecs.wsu.edu (Roger T. Alexander) Date: Wed, 21 Mar 2007 08:46:44 -0700 Subject: [Instiki] "Unknown Web" In-Reply-To: <78ccd8360703210316m30c7df97ob38bb9f1db556461@mail.gmail.com> References: <524B7C75-B81A-4027-BE94-430243EEF291@eecs.wsu.edu> <78ccd8360703210316m30c7df97ob38bb9f1db556461@mail.gmail.com> Message-ID: <4C1C4506-DA0D-423B-B8B9-C30CC8442158@eecs.wsu.edu> Hi Matthias, Thanks for the response. I did try deleting the vendor directory as you describe below, but that did not work either. Also, I my Ruby installation is 1.8.5 (from Darwinports): ruby 1.8.5 (2006-12-25 patchlevel 12) [powerpc-darwin8.8.0] The version of sqlite I have installed (also from Darwinports) is: ralex-03:~ rta$ sqlite3 -version 3.3.13 And readline (again Darwinports): ralex-03:~ rta$ port installed|grep -i readline readline @5.1.004_0 (active) Unfortunately, even with all the above installed, it still does not work. I've also tried this on two different machines. Suggestions? Thanks, Roger. On Mar 21, 2007, at 3:16 AM, Matthias Tarasiewicz wrote: > hello roger > can you please try to delete the vendor/rails directory (if you have > rails installed on your os) and report back if that fixes your > problem? > if not, you have to get a current ruby osx package and a sqlite > package > http://mail.madstop.com/pipermail/puppet-users/2006-August/000106.html > http://sqlite.org > > see our current thread on that > http://rubyforge.org/pipermail/instiki-users/2007-March/000978.html > > -matthias > > On 3/21/07, Roger T. Alexander wrote: >> Hi, >> >> I've just install Instiki on Mac OS X 10.4.x, but have not beel able >> to make it successfully past the setup page. After filling in the >> name, address, and password, I page is displayed that states "Unknown >> web 'wiki'". I followed the directions in the README, but to no >> avail. >> >> Any suggestions would be greatly appreciated! >> >> Thanks, >> >> Roger Alexander. >> >> _______________________________________________ >> Instiki-users mailing list >> Instiki-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/instiki-users >> > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From parasew at gmail.com Fri Mar 23 14:19:18 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Fri, 23 Mar 2007 19:19:18 +0100 Subject: [Instiki] "Unknown Web" In-Reply-To: <4C1C4506-DA0D-423B-B8B9-C30CC8442158@eecs.wsu.edu> References: <524B7C75-B81A-4027-BE94-430243EEF291@eecs.wsu.edu> <78ccd8360703210316m30c7df97ob38bb9f1db556461@mail.gmail.com> <4C1C4506-DA0D-423B-B8B9-C30CC8442158@eecs.wsu.edu> Message-ID: <78ccd8360703231119o18067deas8d1cf01635d52c64@mail.gmail.com> hello roger -- one final question: do you have rails and rubygems installed on your system? with the following configuration it should work for sure: ruby 1.8.4 or greater rails 1.2.3 rubygems 0.9.2 gem: sqlite3-ruby 1.2.1 (gem install sqlite3-ruby) the problem seems to be some broken libraries in the default installation of mac-osx, that cause sqlite3 errors. did you compile ruby with the correct readline directory? ./configure --prefix=/usr/local --enable-pthread --with-readline-dir=/usr/local find more information here: http://hivelogic.com/narrative/articles/ruby_rails_lighttpd_mysql_tiger?status=301 if that still does not fix things, i can research more on that topic, since i am also on osx. -matthias On 3/21/07, Roger T. Alexander wrote: > Hi Matthias, > > Thanks for the response. I did try deleting the vendor directory as > you describe below, but that did not work either. Also, I my Ruby > installation is 1.8.5 (from Darwinports): > > ruby 1.8.5 (2006-12-25 patchlevel 12) [powerpc-darwin8.8.0] > > The version of sqlite I have installed (also from Darwinports) is: > > ralex-03:~ rta$ sqlite3 -version > 3.3.13 > > And readline (again Darwinports): > > ralex-03:~ rta$ port installed|grep -i readline > readline @5.1.004_0 (active) > > Unfortunately, even with all the above installed, it still does not > work. I've also tried this on two different machines. > > Suggestions? > > Thanks, > > Roger. > > > > > > On Mar 21, 2007, at 3:16 AM, Matthias Tarasiewicz wrote: > > > hello roger > > can you please try to delete the vendor/rails directory (if you have > > rails installed on your os) and report back if that fixes your > > problem? > > if not, you have to get a current ruby osx package and a sqlite > > package > > http://mail.madstop.com/pipermail/puppet-users/2006-August/000106.html > > http://sqlite.org > > > > see our current thread on that > > http://rubyforge.org/pipermail/instiki-users/2007-March/000978.html > > > > -matthias > > > > On 3/21/07, Roger T. Alexander wrote: > >> Hi, > >> > >> I've just install Instiki on Mac OS X 10.4.x, but have not beel able > >> to make it successfully past the setup page. After filling in the > >> name, address, and password, I page is displayed that states "Unknown > >> web 'wiki'". I followed the directions in the README, but to no > >> avail. > >> > >> Any suggestions would be greatly appreciated! > >> > >> Thanks, > >> > >> Roger Alexander. > >> > >> _______________________________________________ > >> Instiki-users mailing list > >> Instiki-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/instiki-users > >> > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From parasew at gmail.com Sat Mar 24 10:42:01 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Sat, 24 Mar 2007 15:42:01 +0100 Subject: [Instiki] Instiki 0.11Error In-Reply-To: References: Message-ID: <78ccd8360703240742l1eb09693q3c49e27706e98156@mail.gmail.com> hello alen, please tell us: from which version of instiki did you migrate -- was it the same version, 0.11 or before? and since you are referring to mysql: did you use mysql also on the old instiki installation? because this would mean you have to check your config/database.yml file to point to the mysql database on your new machine. -matthias please reply to instiki-users at rubyforge.org so other people can also help out. and maybe somebody won't run into the same problems in the future. On 3/23/07, .: Alen :. - wrote: > Hey, > > Love Instiki, trying to get this thing up and running on my windows server > 2003 and running into issues. > > What I did > I got Instiki up and running on my os x laptop perfectly. Exported the DB > and files onto my windows server 2003. Imported the DB got everything up and > running. As soon as I pointed to http://localhost:2500 I get a blank white > page and my console records the event and says GET / HTTP/1.1 500. So I'm > getting a 500 error and my production log is not recording anything. > > Please guide me or point me somewhere on how I can fix this? I have > searched Google and found different posts talking about changing the > "script/server" files 0.0.0.0 reference to either http://localhost or > 127.0.0.1. This does nothing. It creates the same error (blank white page). > > > Current set-up > Windows Server 2003 > Ruby 1.8.5 > Mysql 5.0.24 > Instiki 0.11 > > > Any direction or feedback I would deeply appreciate. Love instiki! > > > > > > > > From parasew at gmail.com Sat Mar 24 16:10:32 2007 From: parasew at gmail.com (Matthias Tarasiewicz) Date: Sat, 24 Mar 2007 21:10:32 +0100 Subject: [Instiki] Instiki 0.11Error In-Reply-To: <774029036-1174747888-cardhu_blackberry.rim.net-1585456746-@bwe059-cell00.bisx.prod.on.blackberry> References: <78ccd8360703240742l1eb09693q3c49e27706e98156@mail.gmail.com> <774029036-1174747888-cardhu_blackberry.rim.net-1585456746-@bwe059-cell00.bisx.prod.on.blackberry> Message-ID: <78ccd8360703241310p62923425m26eb3820b91263d2@mail.gmail.com> hello alen. if you are running version 0.11.pl1, how did you start instiki? most of the windows related errors are because of directly starting "instiki.rb". you must start "instiki.bat" or "instiki.cmd", so the server gets started correctly. furthermore check your config/database.yml for the correct settings in the production mode. also, if that's correct, make sure there is no development.log written, in which case you are running in the wrong mode (which would be quite strange). tell me if that helps, matthias On 3/24/07, .: Alen :. wrote: > Hey matthias, > > I downloaded the latest instiki as of yesterday. Whatever is on the homepage I downloaded that version. > > I first tested the files to see if it worked on my mac. Ran migration, set it up with mysql and the thing worked fine. > > Now onto the PC > I then took these files moved them over to my windows machine imported my SQL files and created the appropriate tables. Ran the command "instiki" and got the webrick server running. > > Everything works fine except two things. > - I get a blank page with a http 500 error > - my production log does not get written. > > So at this point its hard to debug. > > Other alternatives > I did a clean install just from the PC. Where I downloaded the instiki files onto the PC and did the same set-up howver I get the same error. > > Just curious if anyone else eperienced the same thing and if so what could be the problem. Just do a google search for "instiki 500 error". A lot of people have had the same problem. > > Look forward to any feedback. > > > > -----Original Message----- > From: "Matthias Tarasiewicz" > Date: Sat, 24 Mar 2007 15:42:01 > To:".: Alen :. -" , Instiki-users > Subject: Re: Instiki 0.11Error > > hello alen, > please tell us: from which version of instiki did you migrate -- was > it the same version, 0.11 or before? and since you are referring to > mysql: did you use mysql also on the old instiki installation? because > this would mean you have to check your config/database.yml file to > point to the mysql database on your new machine. > > -matthias > > please reply to instiki-users at rubyforge.org so other people can also > help out. and maybe somebody won't run into the same problems in the > future. > > On 3/23/07, .: Alen :. - wrote: > > Hey, > > > > Love Instiki, trying to get this thing up and running on my windows server > > 2003 and running into issues. > > > > What I did > > I got Instiki up and running on my os x laptop perfectly. Exported the DB > > and files onto my windows server 2003. Imported the DB got everything up and > > running. As soon as I pointed to http://localhost:2500 I get a blank white > > page and my console records the event and says GET / HTTP/1.1 500. So I'm > > getting a 500 error and my production log is not recording anything. > > > > Please guide me or point me somewhere on how I can fix this? I have > > searched Google and found different posts talking about changing the > > "script/server" files 0.0.0.0 reference to either http://localhost or > > 127.0.0.1. This does nothing. It creates the same error (blank white page). > > > > > > Current set-up > > Windows Server 2003 > > Ruby 1.8.5 > > Mysql 5.0.24 > > Instiki 0.11 > > > > > > Any direction or feedback I would deeply appreciate. Love instiki! > > > > > > > > > > > > > > > > >