Method: App42::Base::Help.restartwordpress

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

.restartwordpressObject



1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'lib/app42/base/help.rb', line 1199

def restartwordpress
  print <<-DESC
Usage:
  app42 restartWordPress

  Restart the WordPress setup

Example:
  $app42 restartWordPress
  Enter Wordpress Name: demo

  Restarting Wordpress Setup demo... OK

  Operation is in progress, Please wait...-
  WordPress Setup has been restarted successfully.
    DESC
end