Giter Club home page Giter Club logo

Comments (3)

hishamkaram avatar hishamkaram commented on July 20, 2024

Hello @lolob
if you are using docker :
open django.env and change SITEURL value to your IP and GEOSERVER_PUBLIC_LOCATION replace localhost with your Ip
for direct installation :
open settings.py and add this variable SITEURL="http://<your_ip>" and uncomment the following line

#OGC_SERVER['default']['PUBLIC_LOCATION'] = "http://<your_Ip>:<port_if_any>/geoseerver"
#OGC_SERVER['default']['LOG_FILE'] = os.path.join(BASE_DIR, "geoserver.log")

also you can read the docs

we are waiting for your feedback on installation docs

from cartoview.

lolob avatar lolob commented on July 20, 2024

Thanks for the notes. I'm okay now.
For feedback on installation docs. I can follow all the instructions very well except when enter this command line python manage.py makemigrations app_manager, the message tells to install django-jsonfield-compat .I just follow and install it.

Now, I have problem after installing cartoview_buffer_tool. Error "No module named cartoview_buffer_tool" . Restart and run again the python manage.py runserver. Still the same.

2nd question, How to enable GeoGIG and I would love to use MapLoom too.

Thanks.

from cartoview.

hishamkaram avatar hishamkaram commented on July 20, 2024

@lolob in apps folder open apps.yml and check if this record exist

- active: true
  name: cartoview_buffer_tool
  order: 25

if not please add this record and save

from cartoview.

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.