Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

A Laravel application to facilitate the Ember lightning deploy strategy.

License

Notifications You must be signed in to change notification settings

b-lab-org/laravel-ember-lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Ember Lightning Code Climate

A Laravel application to facilitate the Ember Lightning Deploy Strategy

Prerequisites

Getting Started

  • ./impact.sh init

Host File

sudo nano /etc/hosts

# /etc/hosts
ember.impact.dev your.ip.address

Required ENV variables

  • APP_ENV: The environment 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 (default 0)
  • EMBER_APP: This should match the name in your Ember app's package.json file. It is the key used by Redis to store your application.

Running Tests

  • ./impact.sh test

Contributing

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

About

A Laravel application to facilitate the Ember lightning deploy strategy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •