Displaying 20 results from an estimated 6000 matches similar to: "Needed - a step by step WAMP installation of Rails"
2005 Dec 14
14
Install problems: R-o-R on Debian with mod_ruby
Hello,
I have tried to setup Ruby-on-rails on my debian Linux machine and can
not get it to run. Maybe someone can help.
The following was installed already:
- apache2 2.0.54 (and PHP5)
- Postgresql 8.1
Now, having the ''unstable'' branch in my /etc/apt/sources.list I did:
apt-get install libapache2-mod-ruby
and Apache reports a "mod_ruby/1.2.4 Ruby/1.8.4"
2005 Mar 01
3
problems with apache
Hi all
I''m currently running rails on apache/windows and it seems like rails
has trouble getting started the first few times I start apache and
request a page.
I created a blank controller called ''test'', and it has an index method
and associated index.rhtml file. (All it contains is <p>hello world</p>)
I keep getting ''500 server
2005 Nov 06
11
Ideal Rails / Apache config?
Hi All,
Just about to set up RoR on our server and was wondering what the
ideal setup for RoR is these days? Apache 1? Apache 2? fCgi?
Any guidance would be helpful!
Thanks,
-Adam
2006 Feb 01
3
Configure Apache 2.0.55 and FastCGI
I''m installing a Rails App under Apache 2.0.55 with FastCGI.
I have this config under httpd.conf
------------------------
LoadModule fastcgi_module modules/mod_fastcgi.dll
...
Alias /fatturails/ "C:/Programmi/Apache
Group/Apache2/htdocs/fatturails/public/"
<Directory "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public">
AddHandler fastcgi-script .fcgi
2006 Jan 03
2
Rails is slow on Apache !!!
Hi ,
I have rails running on my development machine. I have installed mod_ruby
and set up the httpd.conf file to add handlers for .rb files. But the speed
I get is still slow compared to webrick which is blazingly fast.
I have 2 questions
1. How do I determine if mod_ruby is loaded and is being used to run my ruby
scripts ?
2. Which of these fcgi /mod_ruby is faster ?
Thanks
vivek
--------------
2005 Dec 04
10
web server q -- playing nice w/ PHP
I have a webserver that''s happily running apache2 and PHP. I''d like to
deploy a site that I wrote using RoR on that same server but read that
there might be some conflicts with PHP and RoR trying to access the same
MySQL database.
How real are those conflicts? Could I mess up my running PHP site if I
install mod_ruby and try to use Apache2?
Would I be better off
2006 Apr 11
1
Apache configuration problem
Ive installed apache2triad on my windows xp machine. I have followed
the instructions on
http://wiki.rubyonrails.com/rails/pages/Fast+CGI+and+Apache2+for+Windows+XP
When i open a browser and type http://localhost/blog/ i get a file
listing directory with all my rails application folders inside the page.
If i click on the public folder i get the Welcome to rails web page.
Can anyone help?
2006 Apr 27
6
Why not mod_ruby?
Hi!
I''ve understood that the mod_ruby apache module is not recommended for
running Ruby on Rails applications. But I haven''t found any information
as to why that is so. Please enlighten me. And could you point me to the
(currently) prefered production environment. (That can handle both RoR
and PHP sites).
Thank you and best regards
Hans-Eric Gr?nlund
--
Posted via
2006 Mar 21
5
RoR and Growing Pains
I have persuaded my company to move towards an RoR shop... from a PHP 5
(with in-house-built framework)... so the jump is not terribly bad. I''m
REALLY excited actually!
My problem: I am overwhelmed with all the setup Loops I have to jump
through to get RoR setup. I tried it on my current Apache 1.34 and
decided it''d be easier to make the Lighty (1.4.11) jump. So I did. I get
2006 Feb 11
5
Strange messages in "congratulations" mode
Hi All..
First off, I thought I''d let you know that im UBER new at ruby, so what
im asking you may have a really simple answer...
Anyway, i just started using RoR and i''ve set it up on OSX, running
Apache2.
It all goes fine and dandy, I get the "Welcome aboard" page to say that
its all setup and running ok, but when I click on "About your
applications
2006 Jan 03
18
Trying to do a simple thing ...
Hi !
I was talking to a seasider and he asked me if it was easy to do the following
thing using rails :
1) ask a number to the user
2) ask a second number
3) give the addition of the two number and a link to be able to replay
All these things have to be done in one controller and one action, there is no
need for verification and other stuff.
I tried but I''ve got some problems
2005 Aug 18
2
Drag Errors anyone? Element.makePositioned
I tried to replicate the demo line for line. I even created a DB table, etc.
etc. No dice. I''ve spent like 4 hours on this. I''m using rails
1.8.whatever and apache2. Basically latest everything from 2 days ago, using
the newest RC in Firefox on Suse.
Here is what I get:
Error: Element.makePositioned is not a function
Source File: http://cart/javascripts/dragdrop.js
2006 Feb 16
11
Multiple Rails app on the same server?
I have a rails app on a debian server running lighttpd and I''m trying to
set up typo so that it also works (with a different url). I have 4 URLs
running -- let''s call them foo.com, bar.com, www.typo.com and
php.typo.com
I am starting lighttpd by going into the directory where my foo.com app
is and typing either ruby script/server or script/server -e production
-- either
2005 Mar 02
4
Development without server restart?
I thought that Rails was supposed to allow development of an
application *without* having to restart the webserver? I know this
works in WEBRick ... but this doesn''t seem to be the case in Apache
(linux). Am I missing something here, or does this only work in
webrick?
I suppose one should argue that for development you should just use
webrick, but this wasn''t an option for me
2006 Mar 06
4
Where in the filesystem to place the rails application root?
This is a minor Linux administrative issue having to do with deploying
rails applications. I am considering where to place the root of our
rails application and I would appreciate some suggestions, along with
supporting rationale, from those of you that have deployed a rails
appliction for general enterprise use. I am thinking along the lines of
using
2006 Dec 16
1
Big Newbie - FreeBSD Apache2 & Rails?
Hello:
I need some basic help. I have a server on which I want to run rails.
It''s a freeBSD server with a current port of rails and a lot of other
things. I''m a relative unix newbie too so there are some big barriers
to entry here: Here''s what I''ve done
1. gem installed ruby
2. gem installed rails
3. gem installed mongrel
I''ve also used
2008 Jan 14
8
What is so hard about Rails deployment?
Recently there has been a lot of fuss about the ease of Rails
deployment. People made various claims, such as "I''ve deployed PHP,
Java, (insert something else here) and Rails. Rails is by far the most
painful." and "Java deployment (with Tomcat) is easier."
I have no experience with Java deployment. But I have a friend who has
worked on several high-end software
2006 Mar 09
12
ruby/rails seems to be fubar''d
Hello. Any help the community can give me will be greatly appreciated.
I''ve got the server guys who administer my dedicated server working on
my issue, but it''s been two days and they are still at square one.
Let''s start with the history. I''ve been working with ruby for a month
or so now, and am starting to get pretty comfortable with it. I asked
my host
2005 Dec 26
2
Ruby on Rails with e-novative WAMP
I am brand new to Ruby and Ruby on Rails, and I already have e-novatove
WAMP set up and running perfectly for PHP/MySQL development. Can I set
this up to use Ruby without messing it up for PHP/MySQL? It took me a
while to get it working for PHP/MySQL and I don''t want to do anything to
break it. Any help would be greatly appreciated.
Thanks,
Jim
--
Posted via
2006 May 13
7
Recognition Failure
I keep getting a Recognition failed for "/dispatch.fcgi" error. I
search for a solution and the closest I came to finding one was
someone saying "look at the Rewrite in .htaccess and you''ll be able
to figure it out." Well, I can''t! If anyone could help, I would
appreciate it.
Thanks!
Floyd
-------------- next part --------------
An HTML attachment