Code Monkey home page Code Monkey logo

Comments (4)

bcalton avatar bcalton commented on May 12, 2024

Hi Ian,

All looks like it should work. The warnings can safely be ignored (we really should remove the chunks of code they refer to). The fact that there is no server config should not necessarily be a problem either; config/global-config-server.js contains the minimum required to get the application running. As you selected no to the SSL and authentication questions in the install script I would expect the 'List of domains with Google authentication settings:' to be empty.

I would expect the install script to create a folder using the domain name that you supplied, however, the application will make new directories on-the-fly when the application is accessed via a new domain name.

The fact that you are seeing this:

GISportal server listening on port 6789
Connected to redis.
Redis client ready.

tells me that the application is running and should be accessible. There are a couple of potential causes of why you cannot access it, but first I'd like to make sure that it's behaving properly.

Make sure the application is running (node app.js), then please run this curl command in a new tab on the VM to make a request:

curl -o /tmp/index.html http://localhost:6789

If the file that has downloaded (/tmp/index.html) is very similar to the source file in src/index.html then this shows that the app is running properly, but you cannot get to it from your machine. If it's not please post the contents here so that I can understand what's going on. Incidentally, there should also now be a new folder in config/site-settings/localhost:6789

If the index files are similar the application is working. In which case, things to look at:

  • Firewall enabled on the VM; if this is on please try switching it off briefly to eliminate this
  • SELinux is enabled? run getenforce to get the status of SELinux currently and if you get an answer of 'Enforcing' try turning this off temporarily too

Please let me know if any of this helps

Regards,
Ben

from gisportal.

iMarang avatar iMarang commented on May 12, 2024

from gisportal.

iMarang avatar iMarang commented on May 12, 2024

from gisportal.

bcalton avatar bcalton commented on May 12, 2024

Ian,

Glad to hear you got it sorted. Please let me know if there's anything else that we can help with.

Cheers,
Ben

from gisportal.

Related Issues (20)

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.