Method: App42::Base::Help.stopwordpress

Defined in:
lib/app42/base/help.rb

.stopwordpressObject



1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'lib/app42/base/help.rb', line 1181

def stopwordpress
  print <<-DESC
Usage:
  app42 stopWordPress

  Stop the WordPress setup

Example:
  $app42 stopWordPress
  Enter Wordpress Name: demo

  Stopping Wordpress Setup demo... OK

  Operation is in progress, Please wait...|
  WordPress Setup has been stopped successfully.
    DESC
end