You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/12/16 09:10:38 UTC

svn commit: r1551128 - /marmotta/site/trunk/content/markdown/installation.md.vm

Author: wikier
Date: Mon Dec 16 08:10:38 2013
New Revision: 1551128

URL: http://svn.apache.org/r1551128
Log:
added war building details

Modified:
    marmotta/site/trunk/content/markdown/installation.md.vm

Modified: marmotta/site/trunk/content/markdown/installation.md.vm
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/installation.md.vm?rev=1551128&r1=1551127&r2=1551128&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/installation.md.vm (original)
+++ marmotta/site/trunk/content/markdown/installation.md.vm Mon Dec 16 08:10:38 2013
@@ -162,10 +162,9 @@ system; which you may want to customized
 
     mvn tomcat7:run -Dmarmotta.home=/path/to/marmotta/home
 
-If you want to build a WAR for deploying to any other container, just execute:
+If you want to build a WAR for deploying Marmotta to any other container, you would just need to execute:
 
     mvn package
 
-and you will fint it a `target/marmotta.war`
-
+and then you will find it at `target/marmotta.war`.