Aptana Studioヘルプ > はじめに > Developing Rails Projects with RadRails > Starting a new RadRails project

Using a Mongrel server

This page explains how to use a Mongrel server with RadRails.

Contents

Introduction

You can set up and run a Mongrel server the same way that you would run a WEBrick server. You can create a new Mongrel server either when you create a Rails project or after you create the project. Use the Servers View to control your Mongrel server.

Before starting to work with a Mongrel server, make sure that you set your Mongrel path in your Rails preferences. (See Configuring your RadRails setup for instructions.

Instructions

Creating a Mongrel server

You can create a Mongrel server when you initially create your Rails project (see Starting a new RadRails project), or you can create one afterwards. To create a Mongrel server after you have created a RadRails project:

  1. In the Rails Navigator View, right-click your project and select New > Mongrel Server from the context menu to open a New Mongrel Server window.
  2. In the Project field, type the name of your project (if it is different from the default value).
  3. In the Name field, type a name for your server (if different from the default value).
  4. In the Port field, type the port number for your server (if different from the default).
  5. Click the Finish button to create your server.

Running a Mongrel server

To run a Mongrel server:

  1. In the lower portion of your workbench, click the Servers tab to access the Servers View.
  2. In the Servers View, select your server.
  3. Click the Start button Image:iconStart.png to start your server.
  4. Click the Stop button Image:iconStop.png to stop your server.

The Servers View also gives you the following options:

Related Topics