Skip to content

claudiocro/tektronix-metacatalog-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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