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
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 <beingthexemplarylists at gmail.com> 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 >
Hey Again, I''m having this same issue again on another server. Can''t figure out what is wrong.. I''ve tried running : rake migrate RAILS_ENV=production and I get this error: rake aborted! libsqlite3.so: cannot open shared object file: No such file or directory (See full trace by running task with --trace) Any ideas? On 3/4/07, Matthias Tarasiewicz <parasew at gmail.com> wrote:> > 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 <beingthexemplarylists at gmail.com> 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 > > > _______________________________________________ > 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/20070806/ffdd4c60/attachment.html
Aaron, Not sure if it is relevant, but I had the same problem getting instiki up and running on my Ubuntu installation.... I had to do a bit of a hack to get it working: http://rubyforge.org/tracker/?func=detail&aid=10828&group_id=186&atid=783 Johannes On 8/6/07, aaron smith <beingthexemplarylists at gmail.com> wrote:> > Hey Again, I''m having this same issue again on another server. Can''t > figure out what is wrong.. > > I''ve tried running : > rake migrate RAILS_ENV=production > > and I get this error: > rake aborted! > libsqlite3.so: cannot open shared object file: No such file or directory > > (See full trace by running task with --trace) > > Any ideas? > > > On 3/4/07, Matthias Tarasiewicz <parasew at gmail.com> wrote: > > > > 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 < beingthexemplarylists at gmail.com> 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 > > > > > _______________________________________________ > > 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/20070807/b7aacc78/attachment.html
Hey Thanks for that info. I''m having problems getting that file open. It seems empty? On 8/7/07, Johannes Vanderknyff <johannes.vanderknyff at gmail.com> wrote:> > Aaron, > > Not sure if it is relevant, but I had the same problem getting instiki up > and running on my Ubuntu installation.... I had to do a bit of a hack to get > it working: > > http://rubyforge.org/tracker/?func=detail&aid=10828&group_id=186&atid=783 > > Johannes > > On 8/6/07, aaron smith < beingthexemplarylists at gmail.com> wrote: > > > > Hey Again, I''m having this same issue again on another server. Can''t > > figure out what is wrong.. > > > > I''ve tried running : > > rake migrate RAILS_ENV=production > > > > and I get this error: > > rake aborted! > > libsqlite3.so: cannot open shared object file: No such file or directory > > > > (See full trace by running task with --trace) > > > > Any ideas? > > > > > > On 3/4/07, Matthias Tarasiewicz <parasew at gmail.com> wrote: > > > > > > 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 < beingthexemplarylists at gmail.com> 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 > > > > > > > _______________________________________________ > > > 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20070807/3250b140/attachment-0001.html