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 <[email protected]> Authored: Mon Nov 23 14:31:04 2015 +0100 Committer: Sergio Fernández <[email protected]> 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,
