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
- Host: GitHub
- URL: https://github.com/jsreport/online
- Owner: jsreport
- License: gpl-3.0
- Created: 2014-06-17T17:24:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T11:33:01.000Z (over 7 years ago)
- Last Synced: 2025-03-27T11:43:36.457Z (about 1 year ago)
- Language: CSS
- Size: 1.47 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**DEPRECATED current jsreportonline repository is here https://github.com/jsreportonline/main**
jsreport Online
==========
[](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.