adds tldr section to readme
This commit is contained in:
parent
a4e6a3dd13
commit
2fcb8c230d
|
|
@ -1,11 +1,19 @@
|
|||
[](https://circleci.com/gh/bitnami/bitnami-docker-jasperserver/tree/master)
|
||||
[](https://hub.docker.com/r/bitnami/jasperserver/)
|
||||
|
||||
# What is JasperReports?
|
||||
|
||||
> The JasperReports server can be used as a stand-alone or embedded reporting and BI server that offers web-based reporting, analytic tools and visualization, and a dashboard feature for compiling multiple custom views. JasperReports supports multiple data sources including Hadoop Hive, JSON data sources, Excel, XML/A, Hibernate and more. You can create reports with their WYSIWYG tool and build beautiful visualizations, charts and graphs.
|
||||
|
||||
http://community.jaspersoft.com/project/jasperreports-server
|
||||
|
||||
# TL;DR;
|
||||
|
||||
```bash
|
||||
$ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-jasperserver/master/docker-compose.yml
|
||||
$ docker-compose up
|
||||
```
|
||||
|
||||
# Prerequisites
|
||||
|
||||
To run this application you need Docker Engine 1.10.0. Docker Compose is recomended with a version 1.6.0 or later.
|
||||
|
|
|
|||
Loading…
Reference in New Issue