Skip to content

Commit

Permalink
First beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamnd committed Dec 4, 2009
1 parent aab1465 commit 6898d64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@ Are equivalent.

You can use speedy to do clean Apache – ModRails configuration.

*Step* 01: Install Passenger gem
*Step* *01*: Install Passenger gem

sudo gem install passenger

Step 02 : Install the Apache module
*Step* *02* : Install the Apache module

passenger-install-apache2-module

Step 03: Copy the “Load module” configuration in to the Clipboard.
*Step* *03*: Copy the “Load module” configuration in to the Clipboard.

Step 04: Now without doing any further configurations install Speedy
*Step* *04*: Now without doing any further configurations install Speedy

sudo gem install speedy

Step 05: Tell the speedy to do the clean Passenger configurations
*Step* *05*: Tell the speedy to do the clean Passenger configurations

sudo speedy config-passenger

Step 06: Speedy will open a blank file in vi editor. Paste the “Load module” configurations save and exit (Unix command => “ :wq”).
*Step* *06*: Speedy will open a blank file in vi editor. Paste the “Load module” configurations save and exit (Unix command => “ :wq”).

That’s it. In this process Speedy keeps spate the passenger configs without mixing them main server configuration file like apache2.conf (in Linux) files.

Expand Down

0 comments on commit 6898d64

Please sign in to comment.