lib/kaya/commands/help.rb in kaya-0.0.3 vs lib/kaya/commands/help.rb in kaya-0.0.4

- old
+ new

@@ -1,13 +1,24 @@ module Kaya module Commands def self.help $K_LOG.debug "#{self}:#{__method__}" if $K_LOG puts " -If you shutdown kaya 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 + Kaya has some commands: -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." + - install + - start + - stop + - restart + - reset + + Note: If you stop kaya 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 \ No newline at end of file