Top Level Namespace
Defined Under Namespace
Modules: HireFire
Constant Summary collapse
- HIREFIRE_PATH =
File.("../hirefire", __FILE__)
Instance Method Summary collapse
Instance Method Details
#usage ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'lib/hirefire/cli.rb', line 9 def usage puts("\nUsage:\n\n hirefire http://mydomain.com/\n\nOr locally:\n\n gem install thin\n [bundle exec] thin start -p 3000\n hirefire http://127.0.0.1:3000/\n\nSSL Enabled URLs:\n\n hirefire https://mydomain.com/\n\n") end |