Sha256: 4a8503b88bf3a314c9a799b5857ce6d8a9a3312f2bb2ea90495dbb40e7073673
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
# Docverter Server Docverter is a document conversion server with an HTTP interface. It wrap the following open source software in a JRuby app: * [Pandoc](http://johnmacfarlane.net/pandoc/) for plain text to HTML and ePub conversion * [Flying Saucer](http://code.google.com/p/flying-saucer/) for HTML to PDF * [Calibre](http://calibre-ebook.com/) for ePub to MOBI conversion ## Installation Installing on Heroku is the easiest option. Simply clone the repo, create an app, and push: $ git clone https://github.com/Docverter/docverter.git $ cd docverter $ heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi.git $ heroku config:add PATH=bin:/app/bin:/app/jruby/bin:/usr/bin:/bin:/app/calibre/bin $ git push heroku master If you'd like to install locally, first ensure that Jruby, Pandoc and Calibre are installed and available. Then (for Ubuntu): $ jruby -S gem install foreman $ git clone https://github.com/docverter/docverter.git $ cd docverter $ sudo foreman export upstart /etc/init -u <some app user> -a docverter -l /var/log/docverter $ sudo service docverter start Other distributions will be similar. See the documentation for [Foreman](http://ddollar.github.com/foreman/) for more export options. ## Usage ###### Ruby See `doc/api.md` and [Docverter Ruby](https://github.com/docverter/docverter-ruby) for usage documentation. ###### PHP See `doc/examples/php/markdown_to_pdf.php` for usage documentation.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docverter-server-1.0.3-java | README.md |