Open wernight opened 11 years ago
I'd also suggest a short installation guide to get started.
Install for Ubuntu:
$ sudo aptitude install git librsvg2-bin plotutils graphviz
$ git clone https://github.com/aivarsk/scruffy.git
$ cd scruffy
$ virtualenv ENV --system-site-packages && source ENV/bin/activate # (optional)
$ python setup.py install
Usage:
$ suml --help
$ suml '[x]->[y]' --png --scruffy -o out.png
Note: rsvg-convert
moved to https://wiki.gnome.org/action/show/Projects/LibRsvg
So there isn't any web server to help so far?
Hi, no there isn't a web server and I don't have a spare server to run it. I just published the source code I put together in few evenings and moved to other projects. Thanks for making scruffy-server ;)
I saw you have even more install instructions and some troubleshooting guide. Can you update scruffy doc and make a pull request?
Instructions are also on https://github.com/wernight/scruffy-server#installation It should be really easy for you to copy/paste directly in the web interface of GitHub.
Having a website with Scruffy usable as a service (like yUML) would probably draw a lot of people to this tool. It would draw me, and I may then use it on some of my own servers and then improve it.