Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fthevenet/run-binjr

A quick way to get and run the latest version of binjr using Apache Maven
https://github.com/fthevenet/run-binjr

Last synced: 6 days ago
JSON representation

A quick way to get and run the latest version of binjr using Apache Maven

Awesome Lists containing this project

README

        

# run-binjr
A quick and easy way to get and run the latest version of [binjr](https://www.binjr.eu) using Apache Maven.

## Getting started
1. Clone this repo:
```
git clone https://github.com/fthevenet/run-binjr.git [path/to/]
```

2. Use Maven to download dependencies and start *binjr*
```
mvn exec:java -f [path/to/]run-binjr/pom.xml
```

3. That's it!