Git Product home page Git Product logo

Comments (5)

ahmednosman avatar ahmednosman commented on May 26, 2024

you can use the windows installer to install geonode and cartoview on windows. The installer is free and available from http://cartoview.net A new installer will be released within two weeks

from cartoview.

TimWanner avatar TimWanner commented on May 26, 2024

I've downloaded and installed cartoview. I would like to kind of 'extract/delet' out cartoview as I've read about cost's using packages and that cartoview will access them when starting it up. For that reason I thought i could make sure not to have any cost's implemented when only using geonode config parameters - when I provide this as an option to the organization? If I'm wrong please correct me! I would prefer If I could just leave it like default installed and tell them not to use any packages so I would only have to modify the look.

having said this - if I would be wright with 'extracting/deleting' point could these changes run like they are modified ?

--deafult after installation--
WSGIScriptAlias / 'C:/Program Files (x86)/Cartoview/project_template/project_template/wsgi.py'
WSGIPythonPath 'C:/Program Files (x86)/Cartoview/project_template;C:/Program Files (x86)/Cartoview/python/Lib/site-packages'

<Directory 'C:/Program Files (x86)/Cartoview/project_template/project_template'>

Require all granted

Alias /uploaded 'C:/Program Files (x86)/Cartoview/project_template/uploaded/'
Alias /static 'C:/Program Files (x86)/Cartoview/project_template/static_root/'

<Directory 'C:/Program Files (x86)/Cartoview/project_template/uploaded'>
Require all granted

<Directory 'C:/Program Files (x86)/Cartoview/project_template/static_root/'>
Require all granted

--end deafult --

--modified--
WSGIScriptAlias / 'C:/Program Files (x86)/Cartoview/geonode/geonode/wsgi.py'
WSGIPythonPath 'C:/Program Files (x86)/Cartoview/geonode;C:/Program Files (x86)/Cartoview/python/Lib/site-packages'

<Directory 'C:/Program Files (x86)/Cartoview/geonode/geonode'>

Require all granted

Alias /uploaded 'C:/Program Files (x86)/Cartoview/geonode/upload/'
Alias /static 'C:/Program Files (x86)/Cartoview/geonode/static/'

<Directory 'C:/Program Files (x86)/Cartoview/geonode/upload'>
Require all granted

<Directory 'C:/Program Files (x86)/Cartoview/geonode/static'>
Require all granted

--end --

I'm not sure about the /upload and /static parts, do i have to leave it like default ? and if I change PythonPath to 'geonode' I'd have to change it also in Windows PATH Variable(PythonPath)right? or will they be set with that command ? Would there be a need to add 'Options FollowSymLinks' for /uploaded as to follow to the documents uploaded ?

Thanks for responding!!
Btw - when you said releasing new installer in two weeks - you mean cargoview or GeoNode ?

EDIT: for some reason the 'closing tags' are missing when posting this comment. also the tag 'files wsgi.py' within the FIRST Directory section (in default and modified) , before an after the 'required all granted'

from cartoview.

TimWanner avatar TimWanner commented on May 26, 2024

Update: I think I got the point. I can leave all Apache https.conf details as set (use the project_template folder and .wsgi file) and change only in project_template: local_settings.py for using my own database/passwords/URL swell as Geoserver web.xml, config.xml for URL changes.

that only leaves open the 2 question about causing any cost's using this /project_template configuration ; and the release in two weeks.?

cheers

from cartoview.

ahmednosman avatar ahmednosman commented on May 26, 2024

from cartoview.

TimWanner avatar TimWanner commented on May 26, 2024

great! well I'm sorry then. I got confused about that 'packages' Section on cartoview main page - so there are only costs if the hosting of the website is done via cartoview when I get this right then.

I guess the Installer release then is meant for Cartoview.
Thanks

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.