search for: urbanpuddle

Displaying 4 results from an estimated 4 matches for "urbanpuddle".

2006 Jul 24
1
Dev Web Server Setup Suggestions?
I inherited a PC that I''m turning into a *NIX web server for in house development. Its primary purpose would be for staging, before apps were released to a shared-hosting environment. I''m probably going to setup Apache 1.3/FastCGI to match where the site is currently hosted. I develop in Windows, but I really want to get more familiar with the command-line linux environment.
2007 May 14
3
RAILS on UBUNTU
...stem yesterday and it''s working good, performances on athlon are good and I''m satisfied but I have two questions.. a) which editor to use? b) is there any *session disabled* option in rails? my app is working but I can''t login.. :O (this is my installation) http://www.urbanpuddle.com/articles/2007/05/09/install-ruby-on-rails-on-ubuntu-feisty-fawn thank you! :) -- Emanuele Mek Tozzato Los Angeles - California +1 310.980.5555 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails...
2006 Aug 17
7
sudo: gem: command not found
I opened up my file .bash_login and have the following path export PATH="/usr/local/bin:/usr/local/sbin:$PATH" The when I try and install Ruby on Rails via this command line: sudo gem install rails --include-dependencies I receive this error: sudo: gem: command not found Any help please. Thanks Uri -- Posted via http://www.ruby-forum.com/.
2006 Apr 15
19
Trouble with Lighty
I''m trying to setup my rails application with Light+fcgi. This is the error I''m getting when I try to start Lighttpd : ============ [getcapture@alpha getcapture]$ ~/etc/rc.d/lighttpd.sh start Starting Lighttpd 2006-04-15 11:27:24: (mod_fastcgi.c.1022) execve failed for: /home/getcapture/application/public/dispatch.fcgi No such file or directory [getcapture@alpha getcapture]$