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 6365961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:21:39+00:00 2026-05-25T00:21:39+00:00

I’ve made a Rails 3.0.7 app on my local machine, and I’m looking to

  • 0

I’ve made a Rails 3.0.7 app on my local machine, and I’m looking to run it live on a cPanel VPS server now. I’ve never done this before so I’m looking for some guidance:

So far, I can get the app running on the live server the same way I do for local apps: I go to the app dir and type rails server.

Now, I’ve heard about mongrel, capistrano, apache but I have no idea exactly what these are, and whether I should be using them. All I know about running the server is typing rails server. I’m experienced in linux though, so I can set up whatever is needed over SSH.

Could someone basically give me a rundown on the things I should look into now that I’m running the app on a live server? Its a HostGator VPS server. I need to understand what mongrel is, whether I need it, and if so whether its possible to set it up on a VPS server.

  • 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-25T00:21:40+00:00Added an answer on May 25, 2026 at 12:21 am

    With capistrano, it is easy to get your code from your local pc to your server. It does everything for you. (Of course you have to set it up first). Mongrel is a webserver, but you can try the Thin server.
    You can install it using gem install. Create a config file like

    ---
    environment: production
    chdir: path_to_app
    address: 0.0.0.0
    user: wwwrun
    group: wwwrun
    port: 2000
    pid: path_to_app/tmp/pids/thin.pid
    log: path_to_app/log/thin.log
    max_conns: 1024
    timeout: 30
    max_persistent_conns: 512
    daemonize: true
    servers: 4
    

    Then you can use lighttpd, apache,… as a proxy to use the ports 2000,2001,2002,2003 (because of server: 4)
    Last but not least, you can start your thin server

    thin -C path_to_thin_config.yml start
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
We're building an app, our first using Rails 3, and we're having to build
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I would like to run a str_replace or preg_replace which looks for certain words
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I would like my Web page http://www.gmarks.org/math_in_e-mail.txt on my Apache 2.2.14 server to display
I am writing an app with both english and french support. The app requests
I am using Paperclip to handle profile photo uploads in my app. They upload

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.