jeluard / renderist

A webapp that turns textual representation of diagrams stored as gists into hosted images

Home Page:renderist.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI status

This project is not maintained anymore.

#Renderist

A webapp that turns textual representation of diagrams stored as gists into hosted images.

Find more details on http://renderist.herokuapp.com/.

Deployment on heroku

As graphviz is used to generate some of the diagrams you will need to have its binaries installed on your deployment box.

On heroku this is done by executing following command:

heroku config:add BUILDPACK_URL=https://github.com/jeluard/heroku-buildpack-graphviz/ -a renderist

More details on https://github.com/jeluard/heroku-buildpack-graphviz.

Released under GPLv3 license.

About

A webapp that turns textual representation of diagrams stored as gists into hosted images

renderist.herokuapp.com

License:GNU General Public License v3.0


Languages

Language:CSS 60.0%Language:Clojure 37.9%Language:JavaScript 2.1%