Skip to main content

An entity and social network tracking software for news applications (Admin UI)

Project description

# Grano User Interface

[grano](http://grano.cc/) is a toolkit for building journalistic social network analysis applications on the web. This package contains an administrative user interface based on [AngularJS](http://angularjs.org/). The interface is intended for managing entities and analysis for advanced users, not as a general-purpose interface.

## Installation

grano-ui requires that you have installed and configured [grano](http://grano.cc/). Please refer to [grano’s documentation](http://docs.grano.cc/) for further instructions. You’ll also need to install these external (non-Python dependencies):

To install the package from GitHub, you need to follow these steps from within the virtual environment in which grano has been installed:

`bash git clone https://github.com/granoproject/grano-ui.git cd [grano dir] virtualenv env source env/bin/activate cd [grano-ui dir] python setup.py develop bower install (in docker, use --allow-root or su app -c "bower install") `

After installing the package, you will still need to enable this plugin. Add the entry ui to the PLUGINS variable in your grano settings file. If you have no other plugins installed, try this:

`python PLUGINS = ['ui'] `

## Configuration

By default, grano-ui will deploy itself to the web root of grano when it has been activated as a plugin. You can change that path by setting a UI_PREFIX, starting with a forward slash.

`python UI_PREFIX = '/grano' `

Further, asset compilation and minification can be enabled by setting the ASSETS_DEBUG variable to False.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grano-ui-0.4.7.tar.gz (5.2 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page