A Laravel application to facilitate the Ember Lightning Deploy Strategy
./impact.sh init
sudo nano /etc/hosts
# /etc/hosts
ember.impact.dev your.ip.address
APP_ENV
: Theenvironment
of the application, e.g.dev
,test
,production
, etc.APP_KEY
: Used by the Illuminate encrypter service. Should be a random 32 character string.REDIS_HOST
: The Redis host (default:localhost
)REDIS_PASSWORD
: The Redis password (default:null
)REDIS_PORT
: The Redis port (default:6379
)REDIS_DB
: The Redis database (default0
)EMBER_APP
: This should match thename
in your Ember app'spackage.json
file. It is the key used by Redis to store your application.
./impact.sh test
This project follows GitHub Flow.
- Branch
master
- Code all the things
- Submit Pull Request
- All tests must pass
- Code will be vetted by B Lab Team
- Branch merged in to
master
and deployed