scruffy icon indicating copy to clipboard operation
scruffy copied to clipboard

Demo

Open wernight opened this issue 11 years ago • 4 comments

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.

wernight avatar Nov 05 '13 12:11 wernight

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?

wernight avatar Mar 10 '14 10:03 wernight

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 ;)

aivarsk avatar Mar 19 '14 09:03 aivarsk

I saw you have even more install instructions and some troubleshooting guide. Can you update scruffy doc and make a pull request?

aivarsk avatar Mar 19 '14 09:03 aivarsk

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.

wernight avatar Apr 07 '14 10:04 wernight