Popularity
3.4
Declining
Activity
0.0
Stable
1
4
1

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     PDF    
Latest version: v0.1.2.0

pdf-slave-server alternatives and similar packages

Based on the "pdf" category.
Alternatively, view pdf-slave-server alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pdf-slave-server or a related project?

Add another 'pdf' Package

README

pdf-slave-server

Web server for pdf-slave that renders posted templates.

Building

stack setup
stack build

Debug deploy

pdf-slave-server --conf config.yaml

Note: default login/password is admin/123456

Production deploy

The repo has scripts to cook deb packages for Ubuntu 16. Simply run makedeb.sh, you need fpm installed. The simple way to install it is:

dnf install ruby-devel gcc make rpm-build libffi-devel  # Fedora (yep, i'm biased)
# apt-get install ruby ruby-dev rubygems build-essential # Ubuntu
gem install --no-ri --no-rdoc fpm