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

Make flake deployable as OPT app and managed as rebar dependency #7

Open
ghost opened this issue Sep 25, 2012 · 7 comments
Open

Make flake deployable as OPT app and managed as rebar dependency #7

ghost opened this issue Sep 25, 2012 · 7 comments

Comments

@ghost
Copy link

ghost commented Sep 25, 2012

It would be nice if flake was deployable easily as an OTP application running in the same VM as the application that uses it. Also it would be nice if Flake dependency could be added to rebar.config, as in

{deps, [
{flake, "0.7",
{git, "https://github.com/boundary/flake"}}
]}.

At the moment, rebar get-deps ends with error saying missing_app_file.

@bluemoon
Copy link

+1 I agree this would be nice, I can see how hard it would be to fix this

@ericmoritz
Copy link

+1

1 similar comment
@cypherfox
Copy link

+1

@nehalmehta
Copy link

+10

For now, I have forked and made changes to use it as dependency in other projects. It is available at https://github.com/nehalmehta/flake. It would be great if we can create tag for the same in existing project.

@moonpolysoft
Copy link
Contributor

We can probably break this apart without completely forking the project.

@nehalmehta
Copy link

If you can separate it out as branch that would be best. Appreciate it!

@moonpolysoft
Copy link
Contributor

Yeah I think moving top level stuff into a flake_server project might make the most sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants