Small tool to mix spotify playlists
You will need the following things properly installed on your computer.
git clone git@github.com:haboob-app/labs-playlists-mixer.git
this repositorycd labs-playlists-mixer
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Run this command to deploy and activate last version in Amazon - staging environment
ember deploy staging --activate=true
Run the next commands to deploy in Amazon - staging environment
ember deploy staging
Copy the revision number returned after run ember deploy:list
ember deploy:list staging
- timestamp | revision
- =================================
- > 2017/03/18 18:25:19 | 518159da83e5b4f935e3c7d6073f2e97
Activate the last version
ember deploy:activate staging --revision=518159da83e5b4f935e3c7d6073f2e97
Run this command to release a production version. This will create a tag and then run ember deploy to production environment.
ember release
Please check https://github.com/lytics/ember-cli-release for more details.