Closed gashcrumb closed 8 years ago
is there any workaround for this issue?
i ended up building gofabric8 from source, modifying the cmds/deploy.go by replacing the hardcoded path "/tmp/" with a path on my machine. the source code has too many hardcoded path references to "/tmp", so i guess a more robust, permanent solution is non-trivial
We should be able to reference paths relative to platform specific temp dirs, or even better preferably via streams without saving to disk at all.
I've just tried a workaround - any chance someone (@gashcrumb @nagarajasr?) on windows could try it out (0.4.48 or later) to see if it fixes the issue? https://github.com/fabric8io/gofabric8/releases
@jstrachan workaround seems to work fine for me!
@jstrachan Tried the latest binary, gogs starts up fine now too out of the box...
Awesome! @gashcrumb it did the chmod in /data too right?
yep!
On Tue, Sep 6, 2016 at 2:58 PM, James Strachan notifications@github.com wrote:
Awesome! @gashcrumb https://github.com/gashcrumb it did the chmod in /data too right?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fabric8io/gofabric8/issues/71#issuecomment-245053522, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVdrEO2xjBAbya7rDGnbceZg1rpJTCHks5qnbe-gaJpZM4JNdv5 .
Yay!!!
Just trying out minishift, installing the app templates fail:
Wonder if there's a better cross-platform location to use, even on non-Windows platforms /tmp isn't always the most ideal location.