9 Commits

Author SHA1 Message Date
Yi (Alan) Wang
93242768ff Update runBackend to source application.env for conf values (#458) 2017-07-10 13:42:53 -07:00
Mars Lan
cf4e157813 Read master key from environmental variable instead of from local fil… (#417)
* Read master key from environmental variable instead of from local file. This would allow us to pass it in via cfg2 ultimiately.

* Move the env var name to Constant.java
2017-07-10 09:55:16 -07:00
Mars Lan
6b7609918e Replace sbt build with native Gradle Play plugin and update the docs. (#352)
Benefits
1. Simpler setup - no need to download activator in order to build & run
2. Faster build - See https://engineering.linkedin.com/play/developing-play-applications-using-gradle
3. Streamlined dependency management - Everything defined in build.gradle, instead of build.gradle + build.sbt
4. Better integration with gradle lifecycle tasks - build, test, dist, clean all work as expected

Changes
1. Location of staging & distribution files moved from target to build
2. Use ./gradle -t runPlayBinary to run app with hot reload support
3. The generated start scripts are quite different from those generated by sbt
2017-07-10 09:54:08 -07:00
Christopher Chiche
d064e7bc47 Fix title in backend's README (#552) 2017-06-08 08:09:47 -07:00
Shuya Tsukamoto
53fe63680f Add a mkdir comamnd for the TreeBuilder output. (#499) 2017-05-18 13:54:56 -07:00
Yi (Alan) Wang
e34bbcc629 Update README.md (#264) 2016-11-02 13:48:22 -07:00
Douglas Moore
53f6622ed8 Update README.md (#252)
Remove backlink to my github account.
2016-10-19 18:37:40 -07:00
Eric Sun
0ac00e1af3 Update README.md 2016-09-02 09:35:13 -07:00
Douglas Moore
d44c194529 Backend service readme (#215)
* Update README.md

* Update README

* Rename README to README.me

* Rename README.me to README.md

* Update README.md
2016-09-02 09:31:52 -07:00