Tektronix Metacatalog Client
For more infos checkout out: https://github.com/claudiocro/tektronix-metacatalog-sane
You will need the following things properly installed on your computer.
git clone https://github.com/claudiocro/tektronix-metacatalog-client.git
this repository- change into the new directory
npm install
bower install
Make shure your local server is running
ember serve --proxy http://127.0.0.1:1337
- Visit your app at http://localhost:4200.
ember test
ember test --server
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_TOKEN
andNPM_TOKEN
to travis env. And replace theenv
section in.travis
file with your ownREDIS_PW
,AWS_KEY
andAWS_ACCESS_KEY
for the ember-deploy addon.
ember build
(development)ember build --environment production
(production)
ember deploy:activate --revision tektronix-metacatalog-client:<revision> --environment=production
(production)
This app follows the semantc-release
commit
to master branch