gregmoser / mura-docker-project

This repository is designed to be used as a starting point for your next Mura development project.
MIT License
6 stars 2 forks source link

Can't run Mura service on Windows #2

Open CFranc111 opened 7 years ago

CFranc111 commented 7 years ago

Yipes -- Deleting my issue text b/c I finally just got it running on Windows! I'll return and add some notes shortly. :)

CFranc111 commented 7 years ago

Update:

My first challenge was that I kept encountering the "no file or dir found error" described here. I tried everything suggested there, using newly built images after each change, but the only thing I could get to work was adding a .gitattributes file to keep Windows from changing the sh file's line endings when I cloned the repo. I've sent that along in a pull request.

The second challenge was that I'm unable to install uuid-runtime. I get this error:

uuid-runtime is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

I gave up on that one and just commented it out, since the Lucee salts are hard coded. (Is it safe to leave them that way?)

gregmoser commented 7 years ago

I've merged in your PR to solve that windows issues (THANKS!).

With regards to UUID, is this line still running? https://github.com/gregmoser/mura-docker-project/blob/master/services/mura/Dockerfile#L7

CFranc111 commented 7 years ago

Hi Greg,

No, actually I had to comment that out in my version.