GithubHelp home page GithubHelp logo

Comments (4)

countfak avatar countfak commented on May 29, 2024

I had the same issue, I tried with @DanielTrautmann 's Dockerfile, and I was able to get past step 2 of the Docker installation guide.

Anyway, I'm now getting this error after launching the command from step 3:

could not connect to server: Connection refused
        Is the server running on host "localhost" (127.0.0.1) and accepting
        TCP/IP connections on port 5432?
could not connect to server: Cannot assign requested address
        Is the server running on host "localhost" (::1) and accepting
        TCP/IP connections on port 5432?

Also, step 4 doesn't look so promising, as mentioned in #25 the link to get FTP credentials is broken, and I'm not even able to reach http://data.cgiar-csi.org/

from openelevationservice.

0x1DA117 avatar 0x1DA117 commented on May 29, 2024

@marcofacheris Regarding step 3, there might be an issue with your configuration. You may have to adapt the database parameters in ops_settings.yml.

I did this by mounting the file when the container is started via docker-compose.

---
version: '3.8'
services:
  postgis:
    image: kartoza/postgis:10.0-2.4
  oes:
    image: YOUR_IMAGE_NAME
    volumes:
      - ./config/ops_settings.yml:/deploy/app/openelevationservice/server/ops_settings.yml
      - ./tiles:/deploy/app/tiles
    ports:
      - "5000:5000"
    depends_on:
      - postgis

The issue you have in step 4 are a bit more serious. I can't connect to the website either and I'm pretty sure this is where I downloaded the file. So I don't know how to get them now.

from openelevationservice.

countfak avatar countfak commented on May 29, 2024

@DanielTrautmann thank you. I will wait for news about http://data.cgiar-csi.org/ and step 4 in general.

from openelevationservice.

stefanocudini avatar stefanocudini commented on May 29, 2024

solution, add few lines

RUN apt-get install -y \
	build-essential \
	g++ \
	locales git python3-ven

from openelevationservice.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.