Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.4 KB

PdfMaker

PdfMaker is a micro-service that takes HTML and generates a PDF file.

Build status

CircleCI

Installation

A Docker image is available.

  • Use docker pull avvo/pdf_maker to retrieve the image
  • Run with docker run -dit -p 4000:4000 avvo/pdf_maker

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Development

  • Fork the repo to your account.
  • Clone the repo: bash git clone git@github.com:/<account>/pdf_maker
  • Change directory to project directory: cd pdf_maker
  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more about Elixir and Phoenix

Authors

  • Steve Wagner - Initial work - ciroque