Skip to content

Instantly share code, notes, and snippets.

@ggaglani
Last active March 1, 2016 12:10
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 ggaglani/31e3d4c198d4f427ab25 to your computer and use it in GitHub Desktop.
Save ggaglani/31e3d4c198d4f427ab25 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'bundler/setup'
ENV['ENV'] ||= 'development'
require 'standalone_app'
puts "Launchpad!"
# if production?
# pid = fork {
#Call the main method of your application here...
# sleep
# }
# Process.detach(pid)
# else
#Call the main method of your application here...
# sleep
# end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment