Changes between Version 7 and Version 8 of PluginDevelopmentGuide


Ignore:
Timestamp:
08.04.2013 16:15:12 (12 years ago)
Author:
jri
Comment:

Stopping DeepaMehta

Legend:

Unmodified
Added
Removed
Modified
  • PluginDevelopmentGuide

    v7 v8  
    1919{{{ 
    2020#!sh 
    21 git clone git://github.com/jri/deepamehta.git 
    22 cd deepamehta 
    23 mvn install -P all 
     21$ git clone git://github.com/jri/deepamehta.git 
     22$ cd deepamehta 
     23$ mvn install -P all 
    2424}}} 
    2525 
     
    146146{{{ 
    147147#!sh 
    148 mvn pax:run 
     148$ mvn pax:run 
    149149}}} 
    150150 
     
    210210{{{ 
    211211#!sh 
    212 cd dm4-tagging 
    213 mvn clean package 
     212$ cd dm4-tagging 
     213$ mvn clean package 
    214214}}} 
    215215 
     
    308308{{{ 
    309309#!sh 
    310 mvn clean package 
     310$ mvn clean package 
    311311}}} 
    312312 
     
    354354* The plugin is //not// installed again in the database as already done while initial build. 
    355355* The migration is //not// run again as already done while initial build. 
     356 
     357To ensure the DeepaMehta Webclient is aware of the changed plugin press the browser's reload button. 
     358 
     359=== Stopping DeepaMehta === 
     360 
     361To stop DeepaMehta, in the Gogo shell type: 
     362 
     363{{{ 
     364#!sh 
     365g! stop 0 
     366}}} 
     367 
     368This stops all bundles, shuts down the webserver, and the database.