Author: wikier
Date: Mon May 2 12:30:48 2016
New Revision: 1741975
URL: http://svn.apache.org/viewvc?rev=1741975&view=rev
Log:
MARMOTTA-636: updated 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=1741975&r1=1741974&r2=1741975&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/installation.md.vm (original)
+++ marmotta/site/trunk/content/markdown/installation.md.vm Mon May 2 12:30:48
2016
@@ -159,15 +159,15 @@ Marmotta web application will be deploye
<h2 id="docker">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/)
+If you want to run it in [Docker](https://www.docker.com/), there is a [public
image](https://hub.docker.com/r/apache/marmotta/)
ready to use with PostgreSQL configured:
- docker pull wikier/apachemarmotta
- docker run -p 8080:8080 wikier/apachemarmotta
+ docker pull apache/marmotta
+ docker run -p 8080:8080 apache/marmotta
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),
+Futher details, including the
[Dockerfile](https://github.com/apache/marmotta/blob/develop/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>