You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  1. Get the code:

    git clone https://github.com/elohmrow/s3.git
  2. Build the code:

    ~/Desktop/REWE/__DAY__TWO__/daytwo/light_modules\-> cd s3/action/
    ~/Desktop/REWE/__DAY__TWO__/daytwo/light_modules/s3/action (master)\-> mvn clean install
  3. Find the resultant jar file:

    ~/Desktop/REWE/__DAY__TWO__/daytwo/light_modules/s3/action (master)\-> ff .jar
    ... running [find . "*.jar*" 2>/dev/null]
    ./target/action-1.0-SNAPSHOT.jar
    ~/Desktop/REWE/__DAY__TWO__/daytwo/light_modules/s3/action (master)\->
  4. Move the jar file to your WEB-INF/lib and restart Magnolia to install the custom action.  For example:

    ~/Desktop/REWE/__DAY__TWO__/daytwo/light_modules/s3/action (master)\-> mv target/action-1.0-SNAPSHOT.jar /Users/bandersen/Desktop/REWE/__DAY__TWO__/daytwo/daytwo-webapp/target/war/work/info.magnolia.eebundle/magnolia-enterprise-pro-webapp/WEB-INF/lib/
  5. yz


  • No labels