Changes between Version 7 and Version 8 of PluginDevelopmentGuide
- Timestamp:
- 08.04.2013 16:15:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PluginDevelopmentGuide
v7 v8 19 19 {{{ 20 20 #!sh 21 git clone git://github.com/jri/deepamehta.git22 cd deepamehta23 mvn install -P all21 $ git clone git://github.com/jri/deepamehta.git 22 $ cd deepamehta 23 $ mvn install -P all 24 24 }}} 25 25 … … 146 146 {{{ 147 147 #!sh 148 mvn pax:run148 $ mvn pax:run 149 149 }}} 150 150 … … 210 210 {{{ 211 211 #!sh 212 cd dm4-tagging213 mvn clean package212 $ cd dm4-tagging 213 $ mvn clean package 214 214 }}} 215 215 … … 308 308 {{{ 309 309 #!sh 310 mvn clean package310 $ mvn clean package 311 311 }}} 312 312 … … 354 354 * The plugin is //not// installed again in the database as already done while initial build. 355 355 * The migration is //not// run again as already done while initial build. 356 357 To ensure the DeepaMehta Webclient is aware of the changed plugin press the browser's reload button. 358 359 === Stopping DeepaMehta === 360 361 To stop DeepaMehta, in the Gogo shell type: 362 363 {{{ 364 #!sh 365 g! stop 0 366 }}} 367 368 This stops all bundles, shuts down the webserver, and the database.