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: [email protected] 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 <[email protected]> Authored: Mon Jan 25 13:30:17 2016 +0900 Committer: daewon <[email protected]> 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<[email protected]>, 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)!
