You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2015/12/15 20:44:09 UTC

marmotta git commit: fix paths in Dockerfile and documentation

Repository: marmotta
Updated Branches:
  refs/heads/develop c45e4944f -> 530ee4bfc


fix paths in Dockerfile and documentation


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

Branch: refs/heads/develop
Commit: 530ee4bfcf47cd369ff59f517a47acefeb9629ba
Parents: c45e494
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Tue Dec 15 20:45:47 2015 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Tue Dec 15 20:45:47 2015 +0100

----------------------------------------------------------------------
 libraries/ostrich/backend/Dockerfile | 2 +-
 libraries/ostrich/backend/README.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/530ee4bf/libraries/ostrich/backend/Dockerfile
----------------------------------------------------------------------
diff --git a/libraries/ostrich/backend/Dockerfile b/libraries/ostrich/backend/Dockerfile
index bca988f..82e4da1 100644
--- a/libraries/ostrich/backend/Dockerfile
+++ b/libraries/ostrich/backend/Dockerfile
@@ -69,5 +69,5 @@ RUN mkdir -p ${DB_PATH}
 
 EXPOSE 10000
 
-CMD ["/src/build/service/marmotta_persistence", "-db", "${DB_PATH}", "-port" "${DB_PORT}"]
+CMD ["/src/build/persistence/marmotta_persistence", "-db", "${DB_PATH}", "-port" "${DB_PORT}"]
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/530ee4bf/libraries/ostrich/backend/README.md
----------------------------------------------------------------------
diff --git a/libraries/ostrich/backend/README.md b/libraries/ostrich/backend/README.md
index c17a4be..3eab294 100644
--- a/libraries/ostrich/backend/README.md
+++ b/libraries/ostrich/backend/README.md
@@ -47,7 +47,7 @@ The frontend is compiled with Maven and depends on many Apache Marmotta modules
 
 Start the backend from the cmake build directory as follows:
 
-    ./service/marmotta_persistence -db /path/to/database -port 10000
+    ./persistence/marmotta_persistence -db /path/to/database -port 10000
     
 The binary accepts many different options. Please see `--help` for details.