Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 530083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:09:33+00:00 2026-05-13T09:09:33+00:00

Is is possible to install Ruby on Rails alongside WampServer (and keep WampServer’s Apache/MySQL

  • 0

Is is possible to install Ruby on Rails alongside WampServer (and keep WampServer’s Apache/MySQL installs)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T09:09:33+00:00Added an answer on May 13, 2026 at 9:09 am

    I installed Ruby on Rails alongside WampServer. Here is how to do it:

    Replace C:\wamp\ in the following text by your own WampServer’s install repository.

    Installing Ruby:

    1. Download Ruby. Use the Windows binary version, not the “one click installer” because it contains MySQL and Apache which we don’t need.
    2. Extract the zip to C:\wamp\ruby\.
    3. Add Ruby’s bin repository in your PATH environment variable:

      1. Right click “Computer / Properties”.
      2. Click “Advanced System Settings”.
      3. Advanced tab / Environment Variables.
      4. Append ;C:\wamp\ruby\bin to the Path variable.

    Installing DevKit:

    Download DevKit:

    1. Extract DevKit to c:\wamp\ruby\DevKit.
    2. cd /d c:\wamp\ruby\DevKit.
    3. ruby dk.rb init.

      • Add - c:\wamp\ruby to the end of config.yml.
    4. ruby dk.rb install

    Installing Rails and the Mongrel server:

    1. Open the command line and type:

      gem install rails
      
    2. Create your first Rails application by opening the command line from C:\wamp\www\rails\ and typing:

      rails hello
      
    3. Install the Mongrel server and Windows Mongrel service, making sure to run the command line as administrator:

      gem install mongrel and 
      gem install mongrel_service
      
    4. Install a Windows service for your Rails application:

      mongrel_rails service::install -N ruby-hello -c c:\wamp\www\rails\hello -p 3001 -e development
      
    5. Start your Mongrel service:

      net start ruby-hello
      

    You can now access your Rails application at http://localhost:3001/.

    Integrating with Apache

    1. Enable mod_proxy in httpd.conf

      Open httpd.conf (c:\wamp\bin\apache\Apache2.x.x\conf\httpd.conf) and uncomment the following line:

      LoadModule proxy_module modules/mod_proxy.so
      
    2. Forward your traffic to your Mongrel server. Add the following text to your httpd.conf (or extra/httpd-vhosts.conf if it’s included in your httpd.conf):

      <VirtualHost *:80>
      ServerName hello.com
      ServerAlias *.hello.com
      ProxyPass / http://localhost:3001/
      ProxyPassReverse / http://localhost:3001
      </VirtualHost>
      
    3. Add hello.com to your hosts file. Open c:\windows\system32\drivers\etc\hosts in Notepad and add the following line:

      127.0.0.1 www.hello.com hello.com
      

    You can now go to http://www.hello.com and it should load your Rails application.

    References:

    • http://rubyinstaller.org/downloads
    • http://www.wampserver.com
    • http://www.ruby-lang.org
    • http://mongrel.rubyforge.org and http://mongrel.rubyforge.org/wiki/Win32
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Ruby 1.9.2 and Rails 3 cannot open rails console I have already
Currently I have Ruby 1.8.7 and Rails 2.3.8. Is it possible to update ruby
Possible Duplicate: Rails 3.1 and Ruby 1.9.3p125: ruby-debug19 still crashes with “Symbol not found:
I am trying to develop ruby on rails aplication using mysql database in Ubuntu
Is it possible to install IIS5.0 in Windows server 2008 RT?.
Is that possible to install xCode and iPhone SDK on my iBook G4 with
Is it possible to install umbraco 5 with MVC4 (beta)? I was also wondering
Is it possible to install sql server 2005 express and sql server 2008 developer
Is it possible to install gcc in iPhone (3.0 or above) with out jailbreaking
Is is possible to install a gadget to a user's desktop somehow? I believe

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.