MARMOTTA-621: latest details
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/27889eb1 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/27889eb1 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/27889eb1 Branch: refs/heads/develop Commit: 27889eb173b0bf2c76c6d65047e6f00f07ed8676 Parents: 0eba24f Author: Sergio Fernández <[email protected]> Authored: Wed Dec 16 13:27:33 2015 +0100 Committer: Sergio Fernández <[email protected]> Committed: Wed Dec 16 13:27:33 2015 +0100 ---------------------------------------------------------------------- libraries/ostrich/Dockerfile | 1 + libraries/ostrich/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/27889eb1/libraries/ostrich/Dockerfile ---------------------------------------------------------------------- diff --git a/libraries/ostrich/Dockerfile b/libraries/ostrich/Dockerfile index 887684d..6211776 100644 --- a/libraries/ostrich/Dockerfile +++ b/libraries/ostrich/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get -y clean -qq \ && rm -rf /var/lib/apt/lists/* \ && rm -rf /src +WORKDIR ${OSTRICH_PATH} EXPOSE 10000 CMD ${OSTRICH_PATH}/persistence/marmotta_persistence -db ${DB_PATH} -port ${DB_PORT} http://git-wip-us.apache.org/repos/asf/marmotta/blob/27889eb1/libraries/ostrich/README.md ---------------------------------------------------------------------- diff --git a/libraries/ostrich/README.md b/libraries/ostrich/README.md index 6352f21..62db012 100644 --- a/libraries/ostrich/README.md +++ b/libraries/ostrich/README.md @@ -78,7 +78,7 @@ on the same machine as follows: ./backend/build/persistence/marmotta_persistence -db /path/to/shard1 -port 10001 ./backend/build/persistence/marmotta_persistence -db /path/to/shard2 -port 10002 - ./sharding/marmotta_sharding --port 10000 --backends localhost:10001,localhost:10002 + ./backend/build/sharding/marmotta_sharding --port 10000 --backends localhost:10001,localhost:10002 You can then access the sharding server through Marmotta like the persistence server. Running all instances on the same host is only useful for testing. In production environments, you would of course run all three
