Skip to content

A lightweight server implementation of the IAA gem

License

Notifications You must be signed in to change notification settings

isabella232/iaa-pdf-api

 
 

Repository files navigation

iaa-pdf-api

A lightweight server for the IAA gem. This server provides a RESTful interface to generating interagency agreement PDFs.

Local Usage

The IAA gem requires pdftk. Ensure you have that before proceeding.

Clone the repo, cd into it, and run bundle.

Start the server:

bundle exec thin start -p 4000

Deployment to Cloud Foundry

cf push

Testing

To quickly ensure the site is working, run ./test/test.sh locally.

The IAA gem has tests of its own that likely need not be duplicated here.

About

A lightweight server implementation of the IAA gem

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.2%
  • Shell 27.8%