tektronix-metacatalog-client
v0.9.0
Published
Tektronix Metacatalog Ember Client
Readme
Tektronix Metacatalog Client 
Tektronix Metacatalog Client
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-client.gitthis repository- change into the new directory
npm installbower install
Running / Development
Make shure your local server is running
ember serve --proxy http://127.0.0.1:1337- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Running Tests on Travis-CI
This project uses semantic-release and * ember-deploy (index to redis and assets to amazon s3) for release and deploy.
To release on your own npm account and deploy to your own heroku account:
- Add
GH_TOKENandNPM_TOKENto travis env. And replace theenvsection in.travisfile with your ownREDIS_PW,AWS_KEYandAWS_ACCESS_KEYfor the ember-deploy addon.
Building
ember build(development)ember build --environment production(production)
Activate deployed version
ember deploy:activate --revision tektronix-metacatalog-client:<revision> --environment=production(production)
Release
This app follows the semantc-release
committo master branch
