MARMOTTA-636: updated documentation

Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/0bcd0297
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/0bcd0297
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/0bcd0297

Branch: refs/heads/develop
Commit: 0bcd0297057f6fdd617e26a6fa25ecf7565bfa7b
Parents: 1eb1bce
Author: Sergio Fernández <[email protected]>
Authored: Fri Apr 29 15:51:38 2016 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Fri Apr 29 15:51:38 2016 +0200

----------------------------------------------------------------------
 launchers/marmotta-webapp/README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/0bcd0297/launchers/marmotta-webapp/README.md
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/README.md 
b/launchers/marmotta-webapp/README.md
index 9bf8f86..b3bdd21 100644
--- a/launchers/marmotta-webapp/README.md
+++ b/launchers/marmotta-webapp/README.md
@@ -24,11 +24,13 @@ and you can find the `.deb` file under `target/`.
 
 It also comes with support for creating a Docker images that you can user for 
developing or testing:
 
-* Build the launcher: `mvn package`
-* Build image: `docker build -t marmotta .`
-* Run the container: `docker run -p 8080:8080 marmotta`
-* Access Marmotta at [localhost:8080/marmotta](http://localhost:8080/marmotta) 
(IP address may be different, 
-  see point bellow).
+1. Locate at the root of the source repository
+2. Build image: `docker build -t marmotta .`
+3. Run the container: `docker run -p 8080:8080 marmotta`
+4. Access Marmotta at 
[localhost:8080/marmotta](http://localhost:8080/marmotta) (IP address may be 
different, see information bellow).
+
+An official images is [available from Docker 
Hub](https://hub.docker.com/r/apache/marmotta/) as an automated 
+build, so you just need to pull it from there to replace the second step 
above: `docker pull apache/marmotta`
 
 If you want to further work with the container, here some basic instructions:
 
@@ -46,5 +48,3 @@ If you want to further work with the container, here some 
basic instructions:
 
 For further instructions, please take a look to the [Docker User 
Guide](https://docs.docker.com/userguide/).
 
-@@TODO@@: push it to asf or docker hub
-

Reply via email to