Skip to content

Instantly share code, notes, and snippets.

@Solnse
Created December 24, 2015 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Solnse/5a0914c561f2e13ed8fa to your computer and use it in GitHub Desktop.
Save Solnse/5a0914c561f2e13ed8fa to your computer and use it in GitHub Desktop.
07:19:57 ~/repos/simple_app$ ruby -v
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-linux]
07:20:12 ~/repos/simple_app$ rails -v
Rails 4.2.5
07:20:16 ~/repos/simple_app$ gem -v
2.4.8
07:20:18 ~/repos/simple_app$ passenger -v
Phusion Passenger 5.0.23
07:20:22 ~/repos/simple_app$ passenger start
=============== Phusion Passenger Standalone web server started ===============
PID file: /home/chad/repos/simple_app/passenger.3000.pid
Log file: /home/chad/repos/simple_app/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 48871 stdout:
App 48937 stdout:
Started HEAD "/" for 127.0.0.1 at 2015-12-24 07:20:32 -0800
Processing by Rails::WelcomeController#index as HTML
Rendered /home/chad/.rvm/gems/ruby-2.2.4/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (1.8ms)
Completed 200 OK in 28ms (Views: 17.1ms | ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment