Skip to content

lightbase/LBApp

Repository files navigation

Overview

LBApp is an interface for Lightbase database for end users. This interface offer options to manage databases and reports.

Lightbase Bases

Changelog

v0.1-beta (master) (2015-08-01)

Workarounds:

  • user authentication interface
  • new interface for database creator
  • options to share database with other users
  • templates system

Bugfixes:

  • fix errors in explorer.js

v0.1-alpha (2015-04-01)

Workarounds:

  • the first version to visualize and create lightbase database

Quick Start

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 

Demos

Community

LICENSE

LBApp is licensed under the GNU GENERAL PUBLIC LICENSE Version 2. For more information, see the LICENSE file in this repository.

About

Lightbase Apllication

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8