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

Compare with Current View Page History

« Previous Version 3 Current »

Navigation

Setup Steps

Short setup overview

This section is only a checklist of things to do at the setup for details follow the explanations in the Installation Page.

Manual setup

  • Check if your installation environment is setup.
  • Download the appropriate meta bundle and place it in WEB-INF/lib
  • Download groovy-all.jar and or (scala-lang.jar and scala-compiler.jar) and place it in WEB-INF/lib
  • Prepare your script paths (WEB-INF/java, WEB-INF/groovy, WEB-INF/scala)
  • Add your web.xml (TODO link to the example config) config entries
  • start the web application ...

Build via Apache Maven

  • Check if your installation environment is setup
  • Add your pom xml dependencies and the repository entry
  • Prepare your script paths (WEB-INF/java, WEB-INF/groovy, WEB-INF/scala)
  • Add your <a href="./exampleconfig.html">web.xml</a> entries
  • mvn clean install ...

Build via your IDE

  • Check if your installation environment is setup
  • Download the appropriate meta bundle and add it to your dependency and deployment settings
    (for the download location check the download page
  • Download groovy-all.jar and add it to your dependency and deployment settings
  • Prepare your script paths
  • Add your web.xml (TODO link to the example config) config entries
  • start the web application ...
  • No labels