scout_realtime 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.5.3
2
+
3
+ * Update executable output - instructions for accessing from your browser.
4
+
1
5
  ## 0.5.2
2
6
 
3
7
  * Updating authors and gemspec metadata.
data/bin/scout_realtime CHANGED
@@ -61,8 +61,14 @@ log_path = opts[:log_path]
61
61
  pid_path = opts[:pid_path]
62
62
 
63
63
  startup_message=<<EOS
64
- * if you haven't already, open port #{opts[:port]} in your firewall. See http://scoutapp.github.io/scout_realtime for details
65
- * Point your browser to http://your-ip-or-hostname:#{opts[:port]}
64
+ To view in your browser, do ONE of the following:
65
+
66
+ A) create an SSH tunnel: ssh -NL #{opts[:port]}:localhost:#{opts[:port]} user@ip_or_hostname (run that command on your own computer, not the server)
67
+ then point your browser to: http://localhost:#{opts[:port]}
68
+ --- OR ---
69
+ B) open a port in your firewall: sudo iptables -A INPUT -p tcp --dport #{opts[:port]} -j ACCEPT (run that command on your server)
70
+ then point your browser to: http://your-ip-or-hostname:#{opts[:port]}
71
+
66
72
  * FYI, the log file is: #{log_path}
67
73
  EOS
68
74
 
@@ -1,5 +1,5 @@
1
1
  module Scout
2
2
  module Realtime
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_realtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: