You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by da...@apache.org on 2016/01/25 05:36:51 UTC

incubator-s2graph git commit: [S2GRAPH-2] Update document and quick start environment to have recent set-up command changes

Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 2b63878cc -> 444696634


[S2GRAPH-2] Update document and quick start environment to have recent set-up command changes

  README update for refactoring. This resolves S2GRAPH-2.

JIRA:
  [S2GRAPH-2] https://issues.apache.org/jira/browse/S2GRAPH-2

Pull Request:
  Closes #10

Authors:
  Hyunsung Jo: hyunsung.jo@gmail.com


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

Branch: refs/heads/master
Commit: 44469663402722b2b153804113e8ce7592e6bd87
Parents: 2b63878
Author: daewon <da...@apache.org>
Authored: Mon Jan 25 13:30:17 2016 +0900
Committer: daewon <da...@apache.org>
Committed: Mon Jan 25 13:30:17 2016 +0900

----------------------------------------------------------------------
 CHANGES   | 3 +++
 README.md | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/44469663/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index f9c6964..2785fc0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,9 @@ Release 0.12.1 - unreleased
 
   TASKS
 
+    S2GRAPH-2: Update document and quick start environment to have recent set-up command changes.
+               (Contributed by Hyunsung Jo<hy...@gmail.com>, committed by daewon)
+
     S2GRAPH-5: Add Apache RAT to valid LICENSE errors. (Committed by DOYUNG YOON).
 
   SUB TASKS

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/44469663/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5e9088f..07a49f6 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ vagrant ssh
 
 // in the virtual environment..
 cd s2graph
-activator run
+activator 'project s2rest_play' run
 ```
 
 Finally, join the [mailing list](https://groups.google.com/forum/#!forum/s2graph)!