0.5.0 • Published 9 years ago

tektronix-metacatalog-server v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Tektronix Metacatalog Server Build Status

Tektronix Metacatalog Server

For more infos checkout out: https://github.com/claudiocro/tektronix-metacatalog-sane

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/claudiocro/tektronix-metacatalog-server.git this repository
  • cd tektronix-metacatalog-server change into the new directory
  • npm install

Running / Development

sails lift or node-debug app.js (debug)

API is served at: http://localhost:1337/api/v1/

Convert files

Make shure destination directory exists convert file.pdf dir/image.png

Release / Deploy

This app uses semantc-release to handle versioning and release. A commit to master branch will trigger Travic-CI and if all tests are green a release will be published and the new version will be deployed to heroku.

Further Reading / Useful Links