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 2015/11/13 10:33:39 UTC

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

Author: wikier
Date: Fri Nov 13 09:33:39 2015
New Revision: 1714167

URL: http://svn.apache.org/viewvc?rev=1714167&view=rev
Log:
MARMOTTA-588: added some doc to the public site

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=1714167&r1=1714166&r2=1714167&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/installation.md.vm (original)
+++ marmotta/site/trunk/content/markdown/installation.md.vm Fri Nov 13 09:33:39 2015
@@ -157,6 +157,19 @@ And then you can install Marmotta as a n
 
 Marmotta web application will be deployed on Tomcat 7, commonly accessible at: [http://localhost:8080/marmotta](http://localhost:8080/marmotta)
 
+<h2 id="deb">Installation (docker)</h2>
+
+If you want to run it in [Docker](https://www.docker.com/), there is a [public image](https://hub.docker.com/r/wikier/apachemarmotta/) 
+ready to use with PostgreSQL configured:
+
+    docker pull  wikier/apachemarmotta
+    docker run -p 8080:8080 wikier/apachemarmotta
+
+and then access [localhost:8080/marmotta](http://localhost:8080/marmotta).
+
+Futher details, including the [DockerFile](https://github.com/apache/marmotta/blob/develop/launchers/marmotta-webapp/Dockerfile), 
+in the [source code documentation](https://github.com/apache/marmotta/blob/develop/launchers/marmotta-webapp/README.md#docker).
+
 <h2 id="source">Installation (source)</h2>
 
 Considering you have git and maven installed, you just need to run the following commands: