Modified:
/HowToBuildAndInstall.wiki
=======================================
--- /HowToBuildAndInstall.wiki Sat Nov 21 08:15:34 2009
+++ /HowToBuildAndInstall.wiki Tue Nov 24 10:06:32 2009
@@ -5,6 +5,21 @@
This document will guide you in building the Minimark application and
install it in a Tomcat instance.
-= Details =
-
-TBD (coming soon)
+= Required software =
+
+First of all you need to install the required software for running
MiniMark:
+
+ * [http://java.sun.com/javase/downloads/widget/jdk6.jsp JDK 6 Update
17], or successive;
+ * [http://tomcat.apache.org/download-60.cgi Tomcat 6.x]
+ * A Relational DBMS. Minimark is developed and tested on
[http://www.postgresql.org PostgreSQL 8.3], but any
[https://www.hibernate.org/80.html Hibernate supported DBMS] should work as
well.
+
+You'll also need to add the JDBC Driver of your DBMS to your Tomcat
installation:
+
+ # [http://jdbc.postgresql.org/download.html Download] the PostgreSQL
JDBC Driver, or any JDBC Driver appropriate for your DBMS
+ # Put the JAR file in the {{{<CATALINA_HOME>/lib}}} directory, being
{{{<CATALINA_HOME>}}} the directory where you installed Tomcat
+
+= Checkout the Minimark source code =
+
+{{{hg clone https://minimark.googlecode.com/hg/ minimark}}}
+
+If you don't have Mercurial ({{{hg}}}) already installed, you need to
download and install it.