tektronix-metacatalog-server
v0.5.0
Published
Tektronix Metacatalog SAILS Server
Downloads
8
Readme
Tektronix Metacatalog Server
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 repositorycd tektronix-metacatalog-server
change into the new directorynpm 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.