Commit Graph

4 Commits

Author SHA1 Message Date
Avinash Sridhar
c48789de75 Fix POSIX compliance on bootstrap
`./script/bootstrap`  was failing on linux

```
./script/bootstrap: 8: ./script/bootstrap: [[: not found
```
Fixed by using POSIX compliant `[` instead of `[[`
2017-03-13 14:16:24 -04:00
Brandon Keepers
45762c4874 Rename .env.sample to .env.example 2017-03-11 08:20:02 -06:00
Brandon Keepers
9822df02b9 Update docs on running app locally 2016-10-15 23:10:52 -05:00
Brandon Keepers
7aec8d988f Create scripts to rule them all 2016-09-17 12:27:58 -05:00