-
Notifications
You must be signed in to change notification settings - Fork 38
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
docker installation fails after line C:\docker\cartoview> docker-compose build --no-cache #237
Comments
Hi @limmyjw , Solution is to set autocrlf to false because the /docker/setup.sh script is Unix-style line endings instead of Windows.
We already have a PR to our Docs to make this point clear to windows users and we will be able to merge it as soon as you kindly confirm that is working. |
Hello @limmyjw, I hope that the solution provided by @Youssef-Harby has mentioned fixes the issue for you. On the other hand, as you are using Windows, allow me to introduce you to the Cartoview Windows installer that you can download and try from here but bear in mind that it's not working properly on Windows 11 nevertheless we will launch a fix for this soon. |
Hi
Thanks for the response.
I've tried the windows installer and indeed it didn't work for me.
That's why I tried this.
I've got another question though.
Everything has been installed alright, all containers are running, no
errors,
Created a new key for 'AnonymousUser'
Created a new key for 'admin'
PS C:\docker\cartoview> docker-compose restart
Restarting cartoview_django ... done
Restarting cartoview_celery ... done
Restarting cartoview_geoserver_1 ... done
Restarting cartoview_rabbitmq_1 ... done
Restarting cartoview_nginx_1 ... done
Restarting cartoview_elasticsearch_1 ... done
Restarting cartoview_postgis_1 ... done
Restarting gsconf4cartoview ... done
PS C:\docker\cartoview>
But if I type http://10.5.0.4/ in my browser, nothing happens.
I don't want to report as a bug because i don't know is it has something to
do with my networking knowledge (external/internal)
So the question is should i see something when i type this ( http://10.5.0.4/)
in my browser, or not.
Same issue with Open GeoServer available at http://10.5.0.4/geoserver/
Documentation says:
Test Development Server
Check if Cartoview is working as expected.
Note
Cartoview is running on 10.5.0.4 according to a pre-configured external IP.
Warning
Do Not run Cartoview on localhost as it's not configured to work on that.
Localhost does show the cartoview/geonode screen, but i'm not supposed to
use that
Thank you
Limmyjw
Op wo 29 jun. 2022 om 16:15 schreef Muhammad Radwan <
***@***.***>:
… Hello @limmyjw <https://github.com/limmyjw>,
I hope that the solution provided by @Youssef-Harby
<https://github.com/Youssef-Harby> has mentioned fixes the issue for you.
On the other hand, as you are using Windows, allow me to introduce you to
the Cartoview Windows installer that you can download and try from here
<https://cartoview.net/> but bear in mind that it's not working properly
on Windows 11 nevertheless we will launch a fix for this soon.
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASIDDOWHRFD26ITZGTY5NTVRRLAFANCNFSM52DI3REQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Met groet,
Jan Willem
|
Please fill the following information to avoid closing issue
Describe your issue in detail
following the install guide in read the docs for install on docker for windows,
I get an install error afther the command
C:\docker\cartoview> docker-compose build --no-cache
result: no docker is created.
The text was updated successfully, but these errors were encountered: