Install Identic

Get Identic

Identic is not yet available as an easy-installable package on the Python Package Index.

The code can be found in a Git repository, at http://gitorious.org/infos-pratiques/identic.

Configure Identic

Install Python Package:

sudo python ./setup.py develop --no-deps

Create or upgrade database:

paster setup-app development.ini

Fill database with default clients and resource servers:

./fill_development_db.py development.ini

Launch Identic

Start Identic using Paste WSGI server:

paster serve --reload development.ini

Table Of Contents

Previous topic

Introduction

Next topic

Changes

This Page