This is a Sinatra service for binding PrinceXML tool and process to generation of document. This service is designed to work with ttps://github.com/FinalCAD/doc_generation_wrapper but you can use curl call instead of.
App relies on some binaries to be present on the system:
- PrinceXML http://www.princexml.com/download/
- curl
Add this line to your application's Gemfile:
$ rvm use `cat .ruby-version`@`cat .ruby-gemset` --create
$ bundle install
And then execute:
$ foreman start
Nothing todo
- Fork it ( https://github.com/[my-github-username]/doc_generation_wrapper/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request