[wiki.minimark] push by - Edited wiki page through web user interface. on 2009-11-25 07:05 GMT

0 views
Skip to first unread message

mini...@googlecode.com

unread,
Nov 25, 2009, 2:06:11 AM11/25/09
to minimark...@googlegroups.com
Revision: 08bd883259
Author: lucio.benfante
Date: Tue Nov 24 23:05:36 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/minimark/source/detail?repo=wiki&r=08bd883259

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.

Reply all
Reply to author
Forward
0 new messages