List Info

Thread: Windows/Apache2/MySql/RoR Help? (Plus rant!!)




Windows/Apache2/MySql/RoR Help? (Plus rant!!)
country flaguser name
Germany
2007-09-18 10:43:25
I have a pre-existing installation of apache2.2/php/mysql on
Windows
Server 2003.  I just want to install rails to work with it. 
Does anyone
know of any decent information about how to do this?

<RANT>
It doesn't inspire confidence in Rails when I search the web
for a way
to get RoR working with a pre-existing installation of
Apache and all I
can find is a million people telling me to "go get
InstantRails!"
Instant Rails is, apparently, for people who don't already
have a server
and who just want to open a folder and be done with it... in
other
words, it is for unserious developers with no established
business in
web development.  And apparently, these are the only people
using Ruby.

As someone with no established business in web developent, I
can say
firsthand that this makes me question why
"serious" people aren't using
Rails or asking questions about how to get it working with
their php
servers... why aren't they migrating?
</RANT>

Okay... thanks for any info!
-- 
Posted via http://www.ruby-forum.com
/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Deploying Rails" group.
To post to this group, send email to
rubyonrails-deploymentgooglegroups.com
To unsubscribe from this group, send email to
rubyonrails-deployment-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment
?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Windows/Apache2/MySql/RoR Help? (Plus rant!!)
country flaguser name
United States
2007-09-18 11:37:33
Every one I know that's doing this is running their
installations on  
some iteration of linux, which is why you're probably not
finding a  
lot of Windows information.

--

Jesse Proudman
Blue Box Group, LLC

p. +1.800.613.4305 x801
e. jesseblueboxgrp.com


On Sep 18, 2007, at 8:43 AM, Dave Smith wrote:

> As someone with no established business in web
developent, I can say
> firsthand that this makes me question why
"serious" people aren't  
> using
> Rails or asking questions about how to get it working
with their php
> servers... why aren't they migrating?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Deploying Rails" group.
To post to this group, send email to
rubyonrails-deploymentgooglegroups.com
To unsubscribe from this group, send email to
rubyonrails-deployment-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment
?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Windows/Apache2/MySql/RoR Help? (Plus rant!!)
country flaguser name
United States
2007-09-19 17:19:16
First install Ruby:

http:
//rubyinstaller.rubyforge.org/wiki/wiki.pl

Then install Rails

gem install rails --include-dependencies

Then mongrel and mongrel_cluster

gem install mongrel -y
gem install mongrel_cluster -y

create a rails app:

rails appname

type ruby script/server

bam it's running.

Now configure Apache server with mod_proxy

http://bl
og.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-
mongrel-apache-capistrano-and-you/

All this was available with the help of google. ;)

If you need to know how to add gems, libraries, language
syntax, etc -
there is a wealth of information out there, plus books.

Robert

On Sep 18, 8:43 am, Dave Smith <ruby-forum-incom...andreas-s.net>
wrote:
> I have a pre-existing installation of
apache2.2/php/mysql on Windows
> Server 2003.  I just want to install rails to work with
it.  Does anyone
> know of any decent information about how to do this?
>
> <RANT>
> It doesn't inspire confidence in Rails when I search
the web for a way
> to get RoR working with a pre-existing installation of
Apache and all I
> can find is a million people telling me to "go get
InstantRails!"
> Instant Rails is, apparently, for people who don't
already have a server
> and who just want to open a folder and be done with
it... in other
> words, it is for unserious developers with no
established business in
> web development.  And apparently, these are the only
people using Ruby.
>
> As someone with no established business in web
developent, I can say
> firsthand that this makes me question why
"serious" people aren't using
> Rails or asking questions about how to get it working
with their php
> servers... why aren't they migrating?
> </RANT>
>
> Okay... thanks for any info!
> --
> Posted viahttp://www.ruby-forum.com
/.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Deploying Rails" group.
To post to this group, send email to
rubyonrails-deploymentgooglegroups.com
To unsubscribe from this group, send email to
rubyonrails-deployment-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment
?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Windows/Apache2/MySql/RoR Help? (Plus rant!!)
country flaguser name
United States
2007-09-19 17:19:56
and of course gem install capistrano -y

On Sep 19, 3:19 pm, Robert <RobertREv...gmail.com> wrote:
> First install Ruby:
>
> http:
//rubyinstaller.rubyforge.org/wiki/wiki.pl
>
> Then install Rails
>
> gem install rails --include-dependencies
>
> Then mongrel and mongrel_cluster
>
> gem install mongrel -y
> gem install mongrel_cluster -y
>
> create a rails app:
>
> rails appname
>
> type ruby script/server
>
> bam it's running.
>
> Now configure Apache server with mod_proxy
>
> http://blog.codahale.com/2006/06/19/time
-for-a-grown-up-server-rails-...
>
> All this was available with the help of google. ;)
>
> If you need to know how to add gems, libraries,
language syntax, etc -
> there is a wealth of information out there, plus
books.
>
> Robert
>
> On Sep 18, 8:43 am, Dave Smith
<ruby-forum-incom...andreas-s.net>
> wrote:
>
> > I have a pre-existing installation of
apache2.2/php/mysql on Windows
> > Server 2003.  I just want to install rails to work
with it.  Does anyone
> > know of any decent information about how to do
this?
>
> > <RANT>
> > It doesn't inspire confidence in Rails when I
search the web for a way
> > to get RoR working with a pre-existing
installation of Apache and all I
> > can find is a million people telling me to
"go get InstantRails!"
> > Instant Rails is, apparently, for people who don't
already have a server
> > and who just want to open a folder and be done
with it... in other
> > words, it is for unserious developers with no
established business in
> > web development.  And apparently, these are the
only people using Ruby.
>
> > As someone with no established business in web
developent, I can say
> > firsthand that this makes me question why
"serious" people aren't using
> > Rails or asking questions about how to get it
working with their php
> > servers... why aren't they migrating?
> > </RANT>
>
> > Okay... thanks for any info!
> > --
> > Posted viahttp://www.ruby-forum.com
/.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Deploying Rails" group.
To post to this group, send email to
rubyonrails-deploymentgooglegroups.com
To unsubscribe from this group, send email to
rubyonrails-deployment-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment
?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Windows/Apache2/MySql/RoR Help? (Plus rant!!)
country flaguser name
United States
2007-09-22 14:14:49
I use rails on XP, Win2003 server, Ubuntu and Fedora.
Some things are naturally Linux based but there is lot, or
sufficient,
information for windows deployment.


On Sep 20, 12:19 am, Robert <RobertREv...gmail.com> wrote:
> and of course gem install capistrano -y
>
> On Sep 19, 3:19 pm, Robert <RobertREv...gmail.com> wrote:
>
> > First install Ruby:
>
> >http:
//rubyinstaller.rubyforge.org/wiki/wiki.pl
>
> > Then install Rails
>
> > gem install rails --include-dependencies
>
> > Then mongrel and mongrel_cluster
>
> > gem install mongrel -y
> > gem install mongrel_cluster -y
>
> > create a rails app:
>
> > rails appname
>
> > type ruby script/server
>
> > bam it's running.
>
> > Now configure Apache server with mod_proxy
>
> >http://blog.codahale.com/2006/06/19/time
-for-a-grown-up-server-rails-...
>
> > All this was available with the help of google.
;)
>
> > If you need to know how to add gems, libraries,
language syntax, etc -
> > there is a wealth of information out there, plus
books.
>
> > Robert
>
> > On Sep 18, 8:43 am, Dave Smith
<ruby-forum-incom...andreas-s.net>
> > wrote:
>
> > > I have a pre-existing installation of
apache2.2/php/mysql on Windows
> > > Server 2003.  I just want to install rails to
work with it.  Does anyone
> > > know of any decent information about how to
do this?
>
> > > <RANT>
> > > It doesn't inspire confidence in Rails when I
search the web for a way
> > > to get RoR working with a pre-existing
installation of Apache and all I
> > > can find is a million people telling me to
"go get InstantRails!"
> > > Instant Rails is, apparently, for people who
don't already have a server
> > > and who just want to open a folder and be
done with it... in other
> > > words, it is for unserious developers with no
established business in
> > > web development.  And apparently, these are
the only people using Ruby.
>
> > > As someone with no established business in
web developent, I can say
> > > firsthand that this makes me question why
"serious" people aren't using
> > > Rails or asking questions about how to get it
working with their php
> > > servers... why aren't they migrating?
> > > </RANT>
>
> > > Okay... thanks for any info!
> > > --
> > > Posted viahttp://www.ruby-forum.com
/.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Deploying Rails" group.
To post to this group, send email to
rubyonrails-deploymentgooglegroups.com
To unsubscribe from this group, send email to
rubyonrails-deployment-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment
?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Windows/Apache2/MySql/RoR Help? (Plus rant!!)
user name
2007-10-17 10:44:33
Those instructions work great, but if you read the OP, you will see that he needs help with Windows. While helpful, those instructions do not work for Windows deployments because mongrel_cluster doesn't work.

starting port 3000
c:/ruby/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.2/lib/mongrel_cluster/init.rb
:95:in ``': Exec format error - mongrel_rails start -d -e development -p 3000 -P
 tmp/pids/mongrel.3000.pid -l log/mongrel.3000.log (Errno::ENOEXEC)
&nbsp;

&nbsp;
On 9/19/07, Robert < RobertREvansgmail.com">RobertREvansgmail.com> wrote:

First install Ruby:

http://rubyinstaller.rubyforge.org/wiki/wiki.pl

Then install Rails

gem install rails --include-dependencies

Then mongrel and mongrel_cluster

gem install mongrel -y
gem install mongrel_cluster -y

create a rails app:

rails appname

type ruby script/server

bam it's running.

Now configure Apache server with mod_proxy

http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/

All this was available with the help of google. ;)

If you need to know how to add gems, libraries, language syntax, etc -
there is a wealth of information out there, plus books.

Robert

On Sep 18, 8:43 am, Dave Smith < ruby-forum-incom...andreas-s.net">ruby-forum-incom...andreas-s.net>
wrote:
> I have a pre-existing installation of apache2.2/php/mysql on Windows
&gt; Server 2003. ; I just want to install rails to work with it. &nbsp;Does anyone
>; know of any decent information about how to do this?
>
> <RANT&gt;
> It doesn't inspire confidence in Rails when I search the web for a way
> to get RoR working with a pre-existing installation of Apache and all I
> can find is a million people telling me to "go get InstantRails!"
> Instant Rails is, apparently, for people who don't already have a server
>; and who just want to open a folder and be done with it... in other
> words, it is for unserious developers with no established business in
> web development. &nbsp;And apparently, these are the only people using Ruby.
>
> As someone with no established business in web developent, I can say
> firsthand that this makes me question why "serious" people aren't using
&gt; Rails or asking questions about how to get it working with their php
> servers... why aren't they migrating?
> </RANT&gt;
>
&gt; Okay... thanks for any info!
> --
> Posted viahttp://www.ruby- forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Deploying Rails"; group.
To post to this group, send email to rubyonrails-deploymentgooglegroups.com
To unsubscribe from this group, send email to rubyonrails-deployment-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: Windows/Apache2/MySql/RoR Help? (Plus rant!!)
user name
2007-10-17 10:46:39
I wrote a chapter for "Deploying Rails Applications" that will help you out. It should be included in the beta book any time now. I also presented on this at RailsConf back in May. It's surprisingly easier than you think it is. I actually published several articles on this but with the book pending I can't update those.
 
You can contact me directly if you need some help though. I'm always willing to help out.

&nbsp;
On 9/18/07, Dave Smith < ruby-forum-incomingandreas-s.net">ruby-forum-incomingandreas-s.net> wrote:

I have a pre-existing installation of apache2.2/php/mysql on Windows
Server 2003. ; I just want to install rails to work with it. &nbsp;Does anyone
know of any decent information about how to do this?

<;RANT>
It doesn't inspire confidence in Rails when I search the web for a way
to get RoR working with a pre-existing installation of Apache and all I
can find is a million people telling me to "go get InstantRails!"
Instant Rails is, apparently, for people who don't already have a server
and who just want to open a folder and be done with it... in other
words, it is for unserious developers with no established business in
web development. &nbsp;And apparently, these are the only people using Ruby.

As someone with no established business in web developent, I can say
firsthand that this makes me question why "serious" people aren't using
Rails or asking questions about how to get it working with their php
servers... why aren't they migrating?
</RANT&gt;

Okay... thanks for any info!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Deploying Rails"; group.
To post to this group, send email to rubyonrails-deploymentgooglegroups.com
To unsubscribe from this group, send email to rubyonrails-deployment-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )