enjoylife's comments
- Setup your Development Environment - or follow the steps below if you're a veteran.
- Download
and install JDK 5+ (make sure your JAVA_HOME environment variable points to the JDK, not a JRE). - Download
and install MySQL 5.x. - Setup a local SMTP server or change mail.properties (in src/main/resources) to use a different host name - it defaults to "localhost".
- 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.


