AppFuse QuickStart - AppFuse 2 - Confluence

#19 of 93 marked pages on the trail linux.ubuntu by enjoylife
enjoylife's comments
  1. Download and install JDK 5+ (make sure your JAVA_HOME environment variable points to the JDK, not a JRE).
  2. Download and install MySQL 5.x.
  3. Setup a local SMTP server or change mail.properties (in src/main/resources) to use a different host name - it defaults to "localhost".
  4. Download and install Maven 2.0.9+.
  • From the command line, cd into your "Source" directory (c:\Source on Windows, ~/dev on Unix) and run one of the mvn archetype:create commands from the table below.  

  • export JAVA_HOME=/usr/lib/jvm/java-6-sun
    export M2_HOME=/usr/lib/apache-maven/apache-maven-2.0.9
    export M2=$M2_HOME/bin
    export MAVEN_OPTS="-Xms256m -Xmx512m"
    export PATH=$PATH:$JAVA_HOME/bin:$M2

Other comments
There are no comments on this mark.