LBApp is an interface for Lightbase database for end users. This interface offer options to manage databases and reports.
Workarounds:
- user authentication interface
- new interface for database creator
- options to share database with other users
- templates system
Bugfixes:
- fix errors in explorer.js
Workarounds:
- the first version to visualize and create lightbase database
To start using LBApp, you have to install in your virtualenv with python 3+.
$ source /path/to/virtualenv/bin/activate
$ pip install -r requirements.txt
$ python setup.py develop
Then, you can copy the development.ini-dist
$ cp development.ini-dist develpment.ini
And edit the following parameters
rest_url = http://127.0.0.1/api # URL for your lightbase instance
lbgenerator.token_key = 0 # set the lightbase install api_key
lbgenerator.token_name = api_key #
auth.enabled = 1 # set 1 if you need user authentication
link_lightbase=http://lightbaseapp.herokuapp.com # set your domain here
Install model
$ python version/1__cria_base_user.py
Finally, start the server
$ pserve develpment.ini
- Access our community in Software Público Brasileiro (pt_BR)
- Read our Blog (pt_BR)
LBApp is licensed under the GNU GENERAL PUBLIC LICENSE Version 2. For more information, see the LICENSE file in this repository.