cartoview icon indicating copy to clipboard operation
cartoview copied to clipboard

windows installer 1.7 installed : cannot upload shapefile

Open jitendrashahiitb opened this issue 6 years ago • 10 comments

Error [Errno 10061] No connection could be made because the target machine actively refused it

jitendrashahiitb avatar Nov 15 '17 10:11 jitendrashahiitb

error_loading_shapefile

jitendrashahiitb avatar Nov 15 '17 10:11 jitendrashahiitb

@jitendrashahiitb did you try to install latest version of windows installer?

hishamkaram avatar Nov 01 '18 10:11 hishamkaram

Dear Hisham waleed karam

Thanks a lot for your email Today. I have not tried recently , after several frustrating failures. Kept watching growing number of cartoview apps but was unable to use. Will do so now. Will keep you posted Cheers

On Thu 1 Nov, 2018, 15:43 Hisham waleed karam <[email protected] wrote:

@jitendrashahiitb https://github.com/jitendrashahiitb did you try to install latest version of windows installer?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cartologic/cartoview/issues/83#issuecomment-434995045, or mute the thread https://github.com/notifications/unsubscribe-auth/AEt5eSOqJrE4JcDWluONL4B8eeBU75Dhks5uqslTgaJpZM4QesEV .

jitendrashahiitb avatar Nov 01 '18 10:11 jitendrashahiitb

@ahmednosman do you have a plan for a new version of windows Installer with the latest cartoview version + Geonode 2.8.x?

hishamkaram avatar Nov 01 '18 10:11 hishamkaram

Dear Hisham waleed karam

Thanks a lot for your wonderful add on to geonode. However, may I ask if you have

  1. cartoview installer instructions for Ubuntu? Either 16.04 or later?
  2. For geonode 2.8.x on Ubuntu?

Cheers

On Thu 1 Nov, 2018, 15:50 Hisham waleed karam <[email protected] wrote:

@ahmednosman https://github.com/ahmednosman do you have a plan for a new version of windows Installer with the latest cartoview version + Geonode 2.8.x?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cartologic/cartoview/issues/83#issuecomment-434996850, or mute the thread https://github.com/notifications/unsubscribe-auth/AEt5eSN9cxMbBLmceuv9Ik_VOXfg0Xlrks5uqsr8gaJpZM4QesEV .

jitendrashahiitb avatar Nov 01 '18 10:11 jitendrashahiitb

@jitendrashahiitb

  • cartoview installer works on windows platform only, but if you want to install cartoview on Ubuntu 16.04 you can follow the instructions here
  • for geonode2.8 installation instruction take a look here

hishamkaram avatar Nov 01 '18 10:11 hishamkaram

You said , for geonode2.8 installation instruction take a look at " http://docs.geonode.org/en/master/tutorials/install_and_admin/index.html"

But did you mean there is no cartoview installation possible on geonode 2.8 in ubuntu 16.04 ?

Cheers!

On Thu, Nov 1, 2018 at 4:25 PM Hisham waleed karam [email protected] wrote:

[image: Boxbe] https://www.boxbe.com/overview This message is eligible for Automatic Cleanup! ([email protected]) Add cleanup rule https://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Fkey%3DcbyyWL%252Fi3CMc7wCzFM%252FHwDiHaRhMgxfN6vRLzbRATNM%253D%26token%3D86fjLfdAFOFwSe7NQoZUvXduONb%252F%252FNuJGbHroyMbEAcrLalTh8YAByuvrNWyTCLLXqmlVLZHZN7co1tZjhfD8NicdYit7C5r81cJ1Uak8%252Fo7gKvpXDJfX0oHGPy2cDHz1zNB5FDaw%252BqGW4EB5O5wcA%253D%253D&tc_serial=44746145143&tc_rand=17077376&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001 | More info http://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=44746145143&tc_rand=17077376&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001

@jitendrashahiitb https://github.com/jitendrashahiitb

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cartologic/cartoview/issues/83#issuecomment-435001944, or mute the thread https://github.com/notifications/unsubscribe-auth/AEt5eTB6IOjC7R9iXgNUBc1wNVPtZwu7ks5uqs_WgaJpZM4QesEV .

-- jitendra

jitendrashahiitb avatar Nov 01 '18 12:11 jitendrashahiitb

@jitendrashahiitb

  • current version of cartoview(1.8.x) is compatible with geonode2.8 you can follow the instruction here
  • if you want to install cartoview with geonode(2.6.x) you have to install from this branch

hishamkaram avatar Nov 01 '18 13:11 hishamkaram

Dear Mr Hisham waleed karam

on a PC with ubuntu 16.04 I have successfully installed

  1. geonode

  2. and pip installef cartoview 1.8

  3. and copied

  4. "

    from cartoview import settings as cartoview_settings INSTALLED_APPS += cartoview_settings.CARTOVIEW_INSTALLED_APPS ROOT_URLCONF = cartoview_settings.ROOT_URLCONF

    APPS_DIR = os.path.abspath(os.path.join(PROJECT_ROOT, "apps")) PENDING_APPS = os.path.join(PROJECT_ROOT, "pendingOperation.yml") APPS_MENU = False

    NOTE: please comment the following line of you want to use

geonode templates TEMPLATES[0][ "DIRS"] = cartoview_settings.CARTOVIEW_TEMPLATE_DIRS + TEMPLATES[0]["DIRS"] TEMPLATES[0]["OPTIONS"][ 'context_processors'] += cartoview_settings.CARTOVIEW_CONTEXT_PROCESSORS

    STATICFILES_DIRS += cartoview_settings.CARTOVIEW_STATIC_DIRS

    from cartoview import app_manager
    from past.builtins import execfile
    app_manager_settings = os.path.join(
        os.path.dirname(app_manager.__file__), "settings.py")
    execfile(os.path.realpath(app_manager_settings))
    load_apps(APPS_DIR)
    INSTALLED_APPS += CARTOVIEW_APPS
    for settings_file in APPS_SETTINGS:
        try:
            execfile(settings_file)
        except Exception as e:
            pass

  4. in* 'local_settings.py*'
  • in stead of * 5. *settings.py *as per instructions in " https://github.com/cartologic/cartoview/blob/master/README.md" 6. Reason being in /etc/geonode there is only local_settings.py

Request : How to I see the cartoview apps ? NB : I have not yet loaded any data ( shapefiles) ,

Please feel free to seek any clarification. cheers

Jitendra Shah

On Thu, Nov 1, 2018 at 7:41 PM Hisham waleed karam [email protected] wrote:

[image: Boxbe] https://www.boxbe.com/overview This message is eligible for Automatic Cleanup! ([email protected]) Add cleanup rule https://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Fkey%3DjPTebwQLbPj0rGT9BaHKKDOfklFyy1XY4QN1KZ6aFxM%253D%26token%3DDzWKYsbXw%252F2YBNMErWSgM9HFi03iFLnZFiLi1p5pGRbaOOa6oa77jd7fbxsA2c2032iO3SpanOtIiNBE4bNk%252FyV9lgoPOnj6SH5EJwC96WrCkZqfAUHtED7wvHLOJTm2PUnsauEitg0nonam7PfqGg%253D%253D&tc_serial=44752219321&tc_rand=461964300&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001 | More info http://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=44752219321&tc_rand=461964300&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001

@jitendrashahiitb https://github.com/jitendrashahiitb

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cartologic/cartoview/issues/83#issuecomment-435041453, or mute the thread https://github.com/notifications/unsubscribe-auth/AEt5ecD8FfEZ3EjQ3h7iGIGurTV5VC7Cks5uqv_PgaJpZM4QesEV .

-- jitendra

jitendrashahiitb avatar Nov 04 '18 09:11 jitendrashahiitb

apps tab should be in home page!, if not please import your local_settings at the end of settings file

try:
    from .local_settings import *  #noqa
except Exception as e:
    print(e.message)

hishamkaram avatar Nov 04 '18 18:11 hishamkaram