aivarsk / scruffy

Makes SVG shapes look hand-drawn and creates UML diagrams using yUML (http://yuml.me) syntax
319 stars 60 forks source link

Demo #2

Open wernight opened 10 years ago

wernight commented 10 years ago

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 commented 10 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?

aivarsk commented 10 years ago

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 commented 10 years ago

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

wernight commented 10 years ago

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.