Maurizio Balestrieri
2006-May-01 17:12 UTC
[Mongrel] Mongrel, Ubuntu (Dapper) and Park Place
Hello. (This message is a followup of a previous request for help sent to the rails mailing list on the same subject.) I managed to compile [the native extensions for] mongrel on ubuntu based on some feedback I got from Zed on the rails mailing list, but still no joy in running parkplace ? The system seems working but I get no CSS rendered, and it seems I cannot send a file with a permission different form ''private'', even when I select ''public read'', etc. Have you any suggestion on how to proceed? Thank you. * Please login in with `admin'' and password `pass at word1'' * You should change the default password or delete the admin at soonest chance! * You have sendfile installed, will use that to serve files. * Running 0.0.0.0:3002 listener. * ParkPlace example is running at http://localhost:3002/ ERROR : No such file or directory ? /usr/local/lib/site_ruby/static/js/prototype.js /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel/camping.rb:51:in `size'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel/camping.rb:51:in `process'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:470:in `process_client'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:469:in `process_client'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:540:in `run'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:539:in `run'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:528:in `run'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:819:in `run'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:817:in `run'' /usr/local/lib/site_ruby/1.8/parkplace.rb:48:in `cloaker_'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:703:in `listener'' /usr/local/lib/site_ruby/1.8/parkplace.rb:44:in `cloaker_'' /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:661:in `initialize'' /usr/local/lib/site_ruby/1.8/parkplace.rb:43:in `serve'' ./bin/parkplace:28
why the lucky stiff
2006-May-01 17:20 UTC
[Mongrel] Mongrel, Ubuntu (Dapper) and Park Place
Maurizio Balestrieri wrote:>I managed to compile [the native extensions for] mongrel on ubuntu >based on some feedback I got from Zed on the rails mailing list, but >still no joy in running parkplace ? The system seems working but I get >no CSS rendered, and it seems I cannot send a file with a permission >different form ''private'', even when I select ''public read'', etc. Have >you any suggestion on how to proceed? Thank you. > >It appears that you have installed ParkPlace (using setup.rb or something.) I''d recommend just running ParkPlace from its own directory for now. svn co http://code.whytheluckystiff.net/svn/parkplace/trunk parkplace cd parkplace bin/parkplace I have some patches to remedy this situation, but I''m not done thinking about... if they solve the problem... in the manner I''d like them to. _why
Maurizio Balestrieri
2006-May-01 19:25 UTC
[Mongrel] Mongrel, Ubuntu (Dapper) and Park Place
Thank you for your advise. I removed the "installed" files and launched as suggested. It works now! I''d like to study the code and the database structure now. When you''ll have some spare time, would you like to share more words about your philosophy to parkplace/S3, the aims of parkplace, and the database structure (how it reflects your approach)? Regards, --M On 5/1/06, why the lucky stiff <why at ruby-lang.org> wrote:> svn co http://code.whytheluckystiff.net/svn/parkplace/trunk parkplace > cd parkplace > bin/parkplace
why the lucky stiff
2006-May-02 07:39 UTC
[Mongrel] Mongrel, Ubuntu (Dapper) and Park Place
Maurizio Balestrieri wrote:> When you''ll have some spare time, would you like to share more words > about your philosophy to parkplace/S3, the aims of parkplace, and the > database structure (how it reflects your approach)? >Great, glad it''s working. I would encourage you to post your questions as tickets on the Park Place trac site: http://code.whytheluckystiff.net/parkplace/newticket I have no aims or philosophy. _why