AmazonLinuxへ戻る
まず、gem コマンドで passenger をインストールします。
- Fetching: daemon_controller-1.2.0.gem (100%)
- Successfully installed daemon_controller-1.2.0
- Fetching: passenger-4.0.53.gem (100%)
- Building native extensions. This could take a while...
- Successfully installed passenger-4.0.53
- Parsing documentation for daemon_controller-1.2.0
- Installing ri documentation for daemon_controller-1.2.0
- Parsing documentation for passenger-4.0.53
- Installing ri documentation for passenger-4.0.53
- Done installing documentation for daemon_controller, passenger after 5 seconds
- 2 gems installed
次に、passenger の apache2 モジュールをインストールします。
下記のように表示されます。Enter を押下して、続行して下さい。
- Welcome to the Phusion Passenger Apache 2 module installer, v4.0.53.
- This installer will guide you through the entire installation process. It
- shouldn't take more than 3 minutes in total.
- Here's what you can expect from the installation process:
- 1. The Apache 2 module will be installed for you.
- 2. You'll learn how to configure Apache.
- 3. You'll learn how to deploy a Ruby on Rails application.
- Don't worry if anything goes wrong. This installer will advise you on how to
- solve any problems.
- Press Enter to continue, or Ctrl-C to abort.