Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple distillery build #398

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 30, 2018

  1. Add a simple distillery build

    [Distillery](https://github.com/bitwalker/distillery) will allow us to
    build mana binaries which can be run by users.
    
    This is the default configuration generated by `release.init` new
    releases can be generated by running `mix release`.
    
    Other changes:
    
    * Enable sync by default in dev environment
    * Use an application configuration value for `db_path` instead of relying on `Mix.env()` as `Mix.env()` isn't available in releases.
    * Add debug logging to see when each Supervisor comes online
    masonforest committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    71cf944 View commit details
    Browse the repository at this point in the history