Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fthevenet/run-binjr
- Owner: fthevenet
- License: apache-2.0
- Created: 2018-10-18T13:54:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T17:57:47.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T20:06:55.441Z (about 2 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!