Skip to content

Commit ba77cb6

Browse files
committed
Update README
1 parent 35bdc31 commit ba77cb6

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,16 @@
66

77
Ground is an open-source data context service under development in UC Berkeley's [RISE Lab](https://rise.cs.berkeley.edu/). Ground serves as a central model, API, and repository for capturing the broad context in which data is used. Our goal is to address practical problems for the Big Data community in the short term and to open up opportunities for long-term research and innovation.
88

9-
For the vision behind Ground as well as a more detailed description of the state of the project, please see our [CIDR '17](http://cidrdb.org/cidr2017/) [publication](docs/CIDR17.pdf).
9+
For the vision behind Ground, please see our [CIDR '17](http://cidrdb.org/cidr2017/) [publication](docs/CIDR17.pdf).
1010

1111
## Getting Started
12+
You can download the latest version of Ground from our [releases page](https://github.com/ground-context/ground/releases).
13+
The most recent version of Ground is [**v0.1**](https://github.com/ground-context/ground/releases/tag/v0.1.0).
1214

13-
Please take a look at our [Getting Started](https://github.com/ground-context/ground/wiki/Getting-Started) docs. We lead you through an example scenario, enabling Ground as the Hive Metastore and loading metadata across common big data tools (HDFS, Hive, and git).
15+
Once you have downloaded the latest version of Ground, you can start the Ground server by running `./bin/ground-postgres`.*
16+
This starts a local Ground server running on port 9000.
1417

15-
Once you have completed the Getting Started docs, please take a look at our Next Steps docs.
16-
17-
We'd love to hear any feedback you have!
18-
19-
## Building and Running Ground
20-
21-
If you'd like to build Ground from source:
22-
`mvn clean package -DskipTests`.
23-
24-
To start a Ground server: `java -jar target/ground-0.1-SNAPSHOT.jar server conf/config.yml`.
18+
For more information, see [Hit the Ground Running](http://ground-context.org/wiki/), our getting started guide.
2519

2620
## License
2721

project/plugins.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.13")
33
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.0")
44

5-
// Swagger plugin.
6-
addSbtPlugin("com.iheart" % "sbt-play-swagger" % "0.6.0")
7-
85
// SBT Eclipse plugin.
96
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
107

0 commit comments

Comments
 (0)