An open API service indexing awesome lists of open source software.

https://github.com/netresearch/ckwnc

self-hosted web sequence diagram editor, fork of http://ckwnc.com/
https://github.com/netresearch/ckwnc

Last synced: 11 months ago
JSON representation

self-hosted web sequence diagram editor, fork of http://ckwnc.com/

Awesome Lists containing this project

README

          

***********************************
CKWNC - web sequence diagram editor
***********************************
Online UML sequence diagram editor you can host on your own server
and use from your browser.

=====
Setup
=====

1. Create mysql database and load ``mysql/scheme.sql`` into it
2. Copy ``config.php.dist`` to ``config.php`` and adjust it
3. Setup vhost in your web server
4. Open vhost URL

=======
Credits
=======
Originally written by Daniel Walton, daniel@belteshazzar.com .
Forked from http://code.google.com/p/ckwnc/ that powers http://ckwnc.com/ .