From: Tomas Sedovic <[email protected]> The getting started guide contained an old version way of starting the server. This is a fix. --- getting_started.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/getting_started.txt b/getting_started.txt index 47570a1..eb4cd59 100644 --- a/getting_started.txt +++ b/getting_started.txt @@ -136,7 +136,9 @@ rest of the drivers should be similar, although may require some additional gems be installed. $ cd path/to/deltacloud/core/server/bin -$ ./deltacloudd mock +$ ./deltacloudd -i mock + +This will run the deltacloud core server on port 3001. Setting up the aggregator ------------------------- -- 1.6.6.1 _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
