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/
- Host: GitHub
- URL: https://github.com/netresearch/ckwnc
- Owner: netresearch
- Created: 2013-06-19T08:55:10.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T09:21:14.000Z (about 13 years ago)
- Last Synced: 2025-04-03T19:09:35.559Z (over 1 year ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 6
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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/ .