willowtreeapps / wombats-api

Wombats API
https://github.com/willowtreeapps/wombats-documentation
MIT License
10 stars 4 forks source link

Simplify setup #393

Closed elibosley closed 7 years ago

elibosley commented 7 years ago

PR for issue # .

Ready for a PR?

Implementation Notes:

Changes calls for many boot tasks from (refresh-"dbname") to (refresh) etc. The database used is now loaded from a WOMBATS_ENV environment variable.

Datomic Pro download keys are optional if launching with either "dev" or nothing set for the WOMBATS_ENV environment variable. Hype!

Breaking changes:

None

elibosley commented 7 years ago

@dehli I think this is good to go again.

dehli commented 7 years ago

Looks good! Just a few things left. After the changes, I'd recommend you do some local testing again to ensure it still works with the clean ups. Then you should be good to go!