Sha256: c86d15d87bb930347bb281eea47efa5ad88595f839e46cd127e05851befef824

Contents?: true

Size: 682 Bytes

Versions: 71

Compression:

Stored size: 682 Bytes

Contents

# encoding: utf-8
module Mutx
  module Commands
    def self.help
      Mutx::Support::Log.debug "#{self}:#{__method__}" if Mutx::Support::Log
      puts "

      Mutx has some commands:

        - install
        - start
        - stop
        - restart
        - reset

      Note: If you stop mutx and then you want to get it up and the port you are using is already in use
            you could use the following commands (Ubunutu OS):

                $sudo netstat -tapen | grep :8080

            In this example we use the port 8080. This command will give you the app that is using the port.
            Then you could kill it getting its PID previously."
    end
  end
end

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
mutx-0.2.7 lib/mutx/commands/help.rb
mutx-0.2.6 lib/mutx/commands/help.rb
mutx-0.2.5 lib/mutx/commands/help.rb
mutx-0.2.4 lib/mutx/commands/help.rb
mutx-0.2.3 lib/mutx/commands/help.rb
mutx-0.2.2 lib/mutx/commands/help.rb
mutx-0.2.1 lib/mutx/commands/help.rb
mutx-0.2.0 lib/mutx/commands/help.rb
mutx-0.1.69 lib/mutx/commands/help.rb
mutx-0.1.68 lib/mutx/commands/help.rb
mutx-0.1.67 lib/mutx/commands/help.rb
mutx-0.1.66 lib/mutx/commands/help.rb
mutx-0.1.65 lib/mutx/commands/help.rb
mutx-0.1.64 lib/mutx/commands/help.rb
mutx-0.1.63 lib/mutx/commands/help.rb
mutx-0.1.62 lib/mutx/commands/help.rb
mutx-0.1.61 lib/mutx/commands/help.rb
mutx-0.1.60 lib/mutx/commands/help.rb
mutx-0.1.59 lib/mutx/commands/help.rb
mutx-0.1.58 lib/mutx/commands/help.rb