alfred
alfred copied to clipboard
Install on Windows 10 ?
Hello,
I'm a noob. Your work seems interesting but could you explain a little more how to run it on a PC with Windows 10 ?
Thank you !
To my knowledge, there is nothing OS specific about this project, so it should run fine on Windows, given that Java and Docker are installed.
Feel free to reopen if you face any issues.
Hi, I am trying to install on Docker under Win 10... I am not very versed in docker, and I seem to be having some problems. I'd really like to be able to try alfred.
Building mongo and alfred seems to be correct, but trying to run stalls with this log, and the web is not accessible (localhost:5000):
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: Getting the checksum of /etc/nginx/conf.d/default.conf 10-listen-on-ipv6-by-default.sh: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh /docker-entrypoint.sh: Configuration complete; ready for start up
My run line is:
docker run --dns 8.8.8.8 -p 5000:8080 --net=alfred-net --rm -v c:\comics:/comics -v c:\logs:/logs -e SPRING_PROFILES_ACTIVE=prod -e SPRING_DATA_MONGODB_URI=mongodb://mongo/alfred -e AUTH_CLIENT_ID=[edited].apps.googleusercontent.com -e AUTH_USERS=[edited]@gmail.com -e COMICS_COMICVINE_APIKEY=[edited] -e LOGGING_FILE=/logs/alfred.log --name alfred de.wasenweg/alfred
I'm sorry to hear that you've run into trouble. The run line appears to be fine. Did you set up the MongoDB container to connect to the same network (alfred-net)?
I'm not using Windows 10 so I can't reproduce your issue, so I kindly ask you to send me some more logs, e.g. those for docker build -t de.wasenweg/alfred . and any other commands you may have issued before starting alfred itself.