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/23 14:31:21 UTC

marmotta git commit: added missing step required in MARMOTTA-588

Repository: marmotta
Updated Branches:
  refs/heads/develop c008f95de -> ed387b973


added missing step required in MARMOTTA-588


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

Branch: refs/heads/develop
Commit: ed387b973779453d5f895d2f371f0bc475384d8e
Parents: c008f95
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Nov 23 14:31:04 2015 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Nov 23 14:31:04 2015 +0100

----------------------------------------------------------------------
 launchers/marmotta-webapp/README.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/ed387b97/launchers/marmotta-webapp/README.md
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/README.md b/launchers/marmotta-webapp/README.md
index 88f38ae..9bf8f86 100644
--- a/launchers/marmotta-webapp/README.md
+++ b/launchers/marmotta-webapp/README.md
@@ -24,6 +24,7 @@ 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,