Giter Club home page Giter Club logo

Comments (4)

hishamkaram avatar hishamkaram commented on July 20, 2024

Hello @dpadron2
Solution one (better for this case):
this error because django-geonode-client not installed.
you can install it using pip install django-geonode-client after this retry python manage.py makemigrations app_manager.
Solution two :
upgrade cartoview using this command
pip install cartoview -U
and follow steps in docs

from cartoview.

diegojpadron avatar diegojpadron commented on July 20, 2024

Thank you very much for your answer, Hishamkaram

Now it's working at http://204.12.225.85:8000

Now I need help installing the Apps

  • Execute correctly "python manage.py loaddata json / default_oauth_apps.json"

  • Now having doubt should I replace the local_setting of geonode in the project cartoview?
    I do not understand this, you can help me.

  • I can not install the Apps http://204.12.225.85:8000/apps/manage/

Thanks for your help

from cartoview.

hishamkaram avatar hishamkaram commented on July 20, 2024

Hello @dpadron2
I am Happy to hear from you.
I can see that you configured cartoview correctly But geoserver not configured well .
So apps won't work correctly.

  • First stepto do before installing apps

    • this link is a good starting point to configure geoserver
  • second step you need to install apps manually because you are you using old version of cartoview that unfortunately contain bugs with app_manager Don't worry I will show you how to install apps:

    1. visit github and choose the you want to install download it

    2. extract it and rename extracted folder to the same name with master

    3. in cartoview project folder you will find apps folder copy the app folder in the previos step to this folder then create file with this name apps.yml and add the following lines

            - name: <app_name>
              active: true
              order: 0
      

      replace <app_name> with your app name

    4. open admin panel from this link click add new app button on upper right corner fill information as follow:

      capture
      capture1
      capture2

    5. click save button

    6. go to apps tab in your website you can see the app and use it

or
Follow this guide to install the new version without any errors

from cartoview.

diegojpadron avatar diegojpadron commented on July 20, 2024

Hello Hisham,

I have reinstalled everything, I have NOT even installed cartoview.

Following your advice, I configured Geoserver, but I have a problem that I can not solve.

I installed Geonode 2.5.15 + Ubuntu 14.4 + Geoserver-2.9.x-oauth2

Uploading a layer generates the following error:

Tried to make a GET request to http://localhost:8080/geoserver/rest/workspaces/default.xml but got a 404 status code: No such workspace: default

http://204.12.225.85/

User: demo
Password: demo123

Anyone have any idea of the origin of this error?

Thanks for your attention.

Diego Padron

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.