0.0.1-alpha.6 • Published 8 years ago
ember-cli-deploy-cardstack-eb v0.0.1-alpha.6
ember-cli-deploy-cardstack-eb
This README outlines the details of collaborating on this Ember addon.
Installation
git clone <repository-url>this repositorycd ember-cli-deploy-cardstack-ebnpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Live AWS Tests
By default the test suite will only run unit tests that don't really talk to AWS. But you can activate optional integration tests that do:
- Have AWS credentials in your environment.
- Set the environment variable
FULL_AWS_TESTto an app name of your choice, likeFULL_AWS_TEST=some-app-name-here. An app with this name must not already exist in AWS. It's considered a test failure if it does. - Set the
AWS_REGIONregion environment variable (likeAWS_REGION=us-east-1). - Run the test suite.
- The test suite attempts to clean up after itself, but you may want to verify that nothing remains. TODO: document everything here.
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
Required IAM Policy
In order to have sufficient permissions to run this plugin, a good starting point is the AWS-managed AWSElasticBeanstalkFullAccess policy.
0.0.1-alpha.6
8 years ago
0.0.1-alpha.5
8 years ago
0.0.1-alpha.4
8 years ago
0.0.1-alpha.3
8 years ago
0.0.1-alpha.2
8 years ago
0.0.1-alpha.1
8 years ago
0.0.1-alpha.0
8 years ago