Modified:
/HowToBuildAndInstall.wiki
=======================================
--- /HowToBuildAndInstall.wiki Tue Nov 24 10:43:37 2009
+++ /HowToBuildAndInstall.wiki Tue Nov 24 23:05:36 2009
@@ -98,3 +98,27 @@
}}}
In production it's also appropriate to turn to {{{false}}} the
{{{hibernate.show_sql}}} property.
+
+= Build Minimark =
+
+From the {{{<MINIMARK_HOME>}}} directory, type the following command:
+
+{{{mvn clean install}}}
+
+At the end of the process, you'll obtain the resulting
{{{<MINIMARK_HOME>/target/minimark.war}}} file, ready to be deployed.
+
+= Deploy Minimark =
+
+Copy your minimark.war file in the Tomcat deploy directory:
+
+{{{cp <MINIMARK_HOME>/target/minimark.war <CATALINA_HOME>/webapps}}}
+
+Then you can start Tomcat:
+
+{{{<CATALINA_HOME>/bin/startup.sh}}}
+
+And access Minimark with your browser at:
+
+{{{http://localhost:8080/minimark}}}
+
+Use the already existent administrator user (username: admin , password:
admin) for creating the users you need in your environment. Remember to
change the admin password before allowing a public access to your Minimark
installation.