Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 558 Bytes

User bootstrap/editor script for iris.

Listing users:

alt text

Editing a user user:

alt text

Creating a user:

alt text

Setup

virtualenv env
. env/bin/activate
python setup.py develop

Usage

First edit your mysql settings in configs/config.dev.yaml.

. env/bin/activate
make

Then visit http://localhost:16651 in your web browser to view/edit/create/delete iris user accounts.