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

https://github.com/jsreport/online

Multitenant online version of jsreport
https://github.com/jsreport/online

Last synced: 10 months ago
JSON representation

Multitenant online version of jsreport

Awesome Lists containing this project

README

          

**DEPRECATED current jsreportonline repository is here https://github.com/jsreportonline/main**

jsreport Online
==========
[![Build Status](https://travis-ci.org/jsreport/online.png?branch=master)](https://travis-ci.org/jsreport/online)

Online is multitenant SaaS online version of [reporting platform jsreport](http://jsreport.net) running for free on [jsreportonline.net](http://jsreportonline.net)

This repository contains only multitenant specific bootstrap. Core jsreport repository is located [here](https://github.com/jsreport/jsreport).

## Installation

1. install nodejs
2. install mongo
3. install git
4. clone this repository
5. `npm install`
6. `npm start`

See jsreport [installation troubleshooting guide](https://github.com/jsreport/docs/tree/master/installation) for more information.

## License

Copyright (c) 2014 Jan Blaha <jan.blaha at hotmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/agpl-3.0.html.