Description:
Update README.rdoc
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r726:438ea3c69fc9 - - 1 file changed: 1 inserted, 1 deleted
@@ -97,13 +97,13 | |||||
|
97 | cafe@grader:~$ sudo apache2ctl restart |
|
97 | cafe@grader:~$ sudo apache2ctl restart |
|
98 |
|
98 | ||
|
99 | Finally, we should check that passenger is installed correctly. Run the following command and fix anything as suggested by the command. |
|
99 | Finally, we should check that passenger is installed correctly. Run the following command and fix anything as suggested by the command. |
|
100 |
|
100 | ||
|
101 | cafe@grader:~$ sudo /usr/bin/passenger-config validate-install |
|
101 | cafe@grader:~$ sudo /usr/bin/passenger-config validate-install |
|
102 |
|
102 | ||
|
103 | - Deploying the app. First, we determine the exact location of our ruby that is installed via RVM. |
|
103 | + 2. Deploying the app. First, we determine the exact location of our ruby that is installed via RVM. |
|
104 |
|
104 | ||
|
105 | cafe@grader:~$ passenger-config about ruby-command |
|
105 | cafe@grader:~$ passenger-config about ruby-command |
|
106 | passenger-config was invoked through the following Ruby interpreter: |
|
106 | passenger-config was invoked through the following Ruby interpreter: |
|
107 | Command: /home/cafe/.rvm/gems/ruby-2.3.7/wrappers/ruby |
|
107 | Command: /home/cafe/.rvm/gems/ruby-2.3.7/wrappers/ruby |
|
108 | Version: ruby 2.3.7p456 (2018-03-28 revision 63024) [x86_64-linux] |
|
108 | Version: ruby 2.3.7p456 (2018-03-28 revision 63024) [x86_64-linux] |
|
109 | To use in Apache: PassengerRuby /home/cafe/.rvm/gems/ruby-2.3.7/wrappers/ruby |
|
109 | To use in Apache: PassengerRuby /home/cafe/.rvm/gems/ruby-2.3.7/wrappers/ruby |
You need to be logged in to leave comments.
Login now