Free Open Source web based business intelligence software.
Project description
Descartes BI
Free Open Source web based business intelligence software
License
This project is open sourced under Apache 2.0 License.
Installation
To install Descartes BI, simply do:
$ virtualenv venv
$ source venv/bin/activate
$ pip install descartes-bi==2.0rc1
$ descartes-bi.py initialsetup
$ descartes-bi.py runserver
Point your browser to 127.0.0.1:8000 and use the automatically created admin account.
Contribute
Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
Write a test which shows that the bug was fixed or that the feature works as expected.
Make sure to add yourself to the contributors file.
Send a pull request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.