Welcome to Olapy-web’s documentation!

Olapy-web is the web client that can be integrated with Olapy

_images/dash.gif _images/pvt.gif

Installation

Install from Github

The project sources are stored in a Github repository.

Download from Github:

git clone git://github.com/abilian/olapy-web.git

cd olapy-web

Install:

make develop

Quick Start

After Installation, If you run Olapy-web for the first time, you have to initialize it with:

flask init

then to run olapy-web just use:

make run

and use the url http://127.0.0.1:5000/ on the browser.

  • User name : admin
  • Password : admin

API Documentation

Module olapy_web.views

First, to import the Module use:

import olapy_web.views

Indices and tables