Last active
May 10, 2016 15:48
-
-
Save swade1987/95a44f3b053c52f7c419accfd7d71bb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stevens-MacBook-Pro:find_your_mp stevenwade$ docker run find_your_mp | |
--> Downloading a Phusion Passenger agent binary for your platform | |
--> Installing Nginx 1.10.0 engine | |
-------------------------- | |
[passenger_native_support.so] trying to compile for the current user (root) and Ruby interpreter... | |
(set PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY=0 to disable) | |
Compilation successful. The logs are here: | |
/tmp/passenger_native_support-1nzkfc.log | |
[passenger_native_support.so] successfully loaded. | |
=============== Phusion Passenger Standalone web server started =============== | |
PID file: /opt/find_your_mp/passenger.3000.pid | |
Log file: /opt/find_your_mp/log/passenger.3000.log | |
Environment: development | |
Accessible via: http://0.0.0.0:3000/ | |
You can stop Phusion Passenger Standalone by pressing Ctrl-C. | |
Problems? Check https://www.phusionpassenger.com/library/admin/standalone/troubleshooting/ | |
=============================================================================== | |
App 102 stdout: | |
App 119 stdout: | |
Started HEAD "/" for 127.0.0.1 at 2016-05-10 15:45:23 +0000 | |
Processing by MembersController#index as HTML | |
Rendered members/index.html.haml within layouts/application (2.4ms) | |
Completed 200 OK in 446ms (Views: 439.7ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment