Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Updating readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 21, 2024
1 parent 11d37ee commit e59f13a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,9 @@ EntityDB is easily scaled horizontally since its components are all distributed.
During EntityDB's build tests will be run. Some of the unit tests are more like integration tests and this is an area for improvement.

```
git clone https://github.com/philterd/entitydb.git
cd entitydb
mvn clean install
```

### Build Status

[![Build Status](https://travis-ci.org/mtnfog/entitydb.svg?branch=master)](https://travis-ci.org/mtnfog/entitydb)

## Running

Once successfully built, an `entitydb.jar` will be under `entitydb-app/target`. This is a runnable jar that can be started with `java -jar entitydb.jar`. By default, all components will use internal implementations but this can be changed in the `entitydb.properties`. See the [Documentation](https://github.com/mtnfog/entitydb/blob/master/documentation.md) for details on configuring the `entitydb.properties`.
Expand Down

0 comments on commit e59f13a

Please sign in to comment.