Git Product home page Git Product logo

cartologic / cartoview Goto Github PK

View Code? Open in Web Editor NEW
76.0 20.0 37.0 76.08 MB

Cartoview is a web platform that extends the popular GeoNode SDI to provide the ability to create, share, and visualize GIS Web Mapping Applications easily and quickly from the browser. Cartoview Provides an Appstore for GIS Developers.

Home Page: https://cartoview.net

License: BSD 2-Clause "Simplified" License

Python 66.83% HTML 19.88% JavaScript 7.24% CSS 4.01% Dockerfile 0.12% Makefile 0.56% Shell 1.37%
python django gis cartoview geonode geoserver ogc-services geospatial openlayers

cartoview's Introduction

Cartoview Logo

GitHub stars GitHub forks Coverage Status Build Status GitHub license GitHub issues Twitter

What is Cartoview?

Cartoview is a web platform that extends the popular GeoNode SDI to provide the ability to create, share, and visualize GIS Web Mapping Applications easily and quickly from the browser. Cartoview Provides an App Store for GIS Developers.

Cartoview enables communities of users to share geospatial applications, to collaborate on these applications, and to exchange the underlying data as Open Geospatial Consortium (OGC) compliant web services.

Cartoview has been built utilizing open source software and open standards to make it available for all GIS operators and to maximize interoperability.

Try Cartoview

You can try Cartoview by visiting our official demo online at: http://try.cartoview.net/.

After registration, you will be able to explore all the basic functionalities of GeoNode like uploading layers, creation of maps, editing metadata, styles and much more but more importantly, the apps provided by Cartoview.

Install Cartoview

Cartoview can be setup and installed in different ways, flavors and plattforms. If you´re planning to do development or install for production please visit the offical Cartoview installation documentation:

Cartoview also has a Windows installer which doesn't require any knowledge regarding programming and can be requested and downloaded from here.

Customizing Cartoview

If you're planning of customizing your Cartoview instance, or to extend its functionalities it's not advisable to change the core files here in any case.

It's recommended to set up and install a Cartoview Project Template following the available guide here.

Support

If you have any inquiry regarding Cartoview, feel free to contact us by filling out the form here or sending an e-mail to [email protected]

Most useful links

cartoview's People

Contributors

ahmed-carto avatar ahmednosman avatar ahmednoureldeen avatar amiramohiey avatar amrabdelazizcarto avatar dependabot[bot] avatar gamal-carto avatar gmioannou avatar hishamkaram avatar ismailsunni avatar jj0hns0n avatar kamalseisy avatar khaledboka avatar mofath avatar moradwan74 avatar tayyabsayyad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cartoview's Issues

Geoserver

Hi,
I'm trying to install cartoview on windows 7 with the windows installer, everything works except Geoserver : no response from the homepage.
Can you help me please ?

Error installing Cartoview

OS : Ubuntu 16.04
Command : pip3 install cartoview
Collecting cartoview
Using cached cartoview-1.1.12.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-_u3uxfs4/cartoview/setup.py", line 5, in
long_description = pypandoc.convert('README.md', 'rst')
File "/home/jitendra/.local/lib/python3.5/site-packages/pypandoc/init.py", line 66, in convert
raise RuntimeError("Format missing, but need one (identified source as text as no "
RuntimeError: Format missing, but need one (identified source as text as no file with that name was found).

LOCKDOWN_GEONODE

Hi,

I notice that, when I set LOCKDOWN_GEONODE = True. Some apps will not work e.g Cartoview Webapp Builder even after successfully sign-in account.

NameError: global name 'log' is not defined

Hi again,
Thanks for the previous reply.
There is another one, apps will install fine except small error below; Happens to all apps during installation. I just ignore them.

[27/Aug/2017 01:00:04] "POST /apps/install/1/cartoview_dashboard/latest/ HTTP/1.1" 200 33
Exception in thread Thread-192:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run()
  File "/usr/lib/python2.7/threading.py", line 1073, in run self.function(*self.args, **self.kwargs)
  File "/home/azzams/.virtualenvs/arsm/local/lib/python2.7/site-packages/cartoview/app_manager/installer.py", line 204, in _finalize_setup                
    stdout=log,
NameError: global name 'log' is not defined

Installing Cartoview and no apps

Hi

Installed the current stable GeoNode release (all working) and followed instructions on github.io to install Cartoview.

When running python manage.py collectstatic --noinput towards the end I get the following:

Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\core\management\__init__.py", line 354, in execute_from_command_line
    utility.execute()
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\core\management\__init__.py", line 346, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\core\management\base.py", line 394, in run_from_argv
    self.execute(*args, **cmd_options)
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\core\management\base.py", line 445, in execute
    output = self.handle(*args, **options)
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 168, in handle
    collected = self.collect()
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 98, in collect
    for path, storage in finder.list(self.ignore_patterns):
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\contrib\staticfiles\finders.py", line 112, in list
    for path in utils.get_files(storage, ignore_patterns):
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\contrib\staticfiles\utils.py", line 28, in get_files
    directories, files = storage.listdir(location)
  File "C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\django\core\files\storage.py", line 299, in listdir
    for entry in os.listdir(path):
WindowsError: [Error 3] The system cannot find the path specified: u'C:\\GeoNode-2.6.x\\geonode-2.6.x\\cartoweb\\cartoweb\\static\\*.*'

Is this an issue....?

When going to the apps page and clicking manage apps, nothing loads and there are a few 404s.

Starting development server at http://0.0.0.0:8000/
Quit the server with CTRL-BREAK.
[01/Sep/2017 13:06:51] "GET /apps HTTP/1.1" 301 0
[01/Sep/2017 13:06:52] "GET /apps/ HTTP/1.1" 200 4957
[01/Sep/2017 13:06:52] "GET /static/cartoview/css/custom.css HTTP/1.1" 304 0
[01/Sep/2017 13:06:53] "GET /static/app_manager/apps_list.css HTTP/1.1" 304 0
[01/Sep/2017 13:06:53] "GET /static/vendor/angular-img-fallback/angular.dcb-img-fallback.min.js HTTP/1.1" 304 0
[01/Sep/2017 13:06:53] "GET /jsi18n/ HTTP/1.1" 200 3014
[01/Sep/2017 13:06:53] "GET /static/cartoview/img/cartoview-logo-text-white.png HTTP/1.1" 304 0
[01/Sep/2017 13:06:53] "GET /lang.js HTTP/1.1" 200 2300
[09-01 13:06:56] p5560  { cartoview.app_manager.views C:\GeoNode-2.6.x\geonode-2.6.x\lib\site-packages\cartoview\app_manager\views.py:100}                               WARNING - []
[01/Sep/2017 13:06:56] "GET /apps/manage/ HTTP/1.1" 200 6108
[01/Sep/2017 13:06:56] "GET /static/app_manager/css/manager.css HTTP/1.1" 304 0
[01/Sep/2017 13:06:56] "GET /static/vendor/angular/angular.min.js HTTP/1.1" 404 1814
[01/Sep/2017 13:06:56] "GET /static/vendor/angular-aria/angular-aria.min.js HTTP/1.1" 404 1844
[01/Sep/2017 13:06:56] "GET /static/vendor/angular-animate/angular-animate.min.js HTTP/1.1" 404 1862
[01/Sep/2017 13:06:56] "GET /jsi18n/ HTTP/1.1" 200 3014
[01/Sep/2017 13:06:56] "GET /static/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js HTTP/1.1" 404 1874
[01/Sep/2017 13:06:57] "GET /static/vendor/angular-resource/angular-resource.min.js HTTP/1.1" 404 1868
[01/Sep/2017 13:06:58] "GET /static/vendor/angular-drag-and-drop-lists/angular-drag-and-drop-lists.min.js HTTP/1.1" 404 1934
[01/Sep/2017 13:06:58] "GET /check-version/ HTTP/1.1" 200 296
[01/Sep/2017 13:06:58] "GET /static/app_manager/js/resources.js HTTP/1.1" 304 0
[01/Sep/2017 13:06:58] "GET /static/app_manager/js/manager.js HTTP/1.1" 304 0
[01/Sep/2017 13:06:58] "GET /lang.js HTTP/1.1" 200 2300
[01/Sep/2017 13:06:58] "GET /static/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js HTTP/1.1" 404 1874
[01/Sep/2017 13:06:58] "GET /static/vendor/angular-animate/angular-animate.min.js HTTP/1.1" 404 1862
[01/Sep/2017 13:06:58] "GET /static/vendor/angular-aria/angular-aria.min.js HTTP/1.1" 404 1844
[01/Sep/2017 13:06:59] "GET /static/vendor/angular-resource/angular-resource.min.js HTTP/1.1" 404 1868
[01/Sep/2017 13:06:59] "GET /static/vendor/angular-drag-and-drop-lists/angular-drag-and-drop-lists.min.js HTTP/1.1" 404 1934

Apart from getting at the apps, what is the next step for bedding this in on port 80 with the main GeoNode site?

Thanks
Chris

Error Install Cartoview Geonode 2.5.15 + Ubuntu 14.04

Hello,

I try to install Cartoview in Ubuntu 14.04 + Geonode 2.5.15+ Django 1.8.17

An error is encountered while executing: python manage.py makemigrations app_manager

Any ideas?

root@ide:/home/geonode/geonode/idesca/idesca# bower install --allow-root
bower ol3#^3.18.2 cached https://github.com/baasgeo/ol3-bower.git#3.18.2
bower ol3#^3.18.2 validate 3.18.2 against https://github.com/baasgeo/ol3-bower.git#^3.18.2
bower angular#1.5.9 cached https://github.com/angular/bower-angular.git#1.5.9
bower angular#1.5.9 validate 1.5.9 against https://github.com/angular/bower-angular.git#1.5.9
bower angular-messages#1.5.9 cached https://github.com/angular/bower-angular-messages.git#1.5.9
bower angular-messages#1.5.9 validate 1.5.9 against https://github.com/angular/bower-angular-messages.git#1.5.9
bower angular-aria#1.5.9 cached https://github.com/angular/bower-angular-aria.git#1.5.9
bower angular-aria#1.5.9 validate 1.5.9 against https://github.com/angular/bower-angular-aria.git#1.5.9
bower angular-animate#1.5.9 cached https://github.com/angular/bower-angular-animate.git#1.5.9
bower angular-animate#1.5.9 validate 1.5.9 against https://github.com/angular/bower-angular-animate.git#1.5.9
bower angular-material#^1.1.1 cached https://github.com/angular/bower-material.git#1.1.3
bower angular-material#^1.1.1 validate 1.1.3 against https://github.com/angular/bower-material.git#^1.1.1
bower angular-resource#1.5.9 cached https://github.com/angular/bower-angular-resource.git#1.5.9
bower angular-resource#1.5.9 validate 1.5.9 against https://github.com/angular/bower-angular-resource.git#1.5.9
bower angular-resource-tastypie#^1.0.4 cached https://github.com/mw-ferretti/angular-resource-tastypie.git#1.0.4
bower angular-resource-tastypie#^1.0.4 validate 1.0.4 against https://github.com/mw-ferretti/angular-resource-tastypie.git#^1.0.4
bower angular-bootstrap#^2.4.0 cached https://github.com/angular-ui/bootstrap-bower.git#2.5.0
bower angular-bootstrap#^2.4.0 validate 2.5.0 against https://github.com/angular-ui/bootstrap-bower.git#^2.4.0
bower angular-drag-and-drop-lists#^2.1.0 cached https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.1.0
bower angular-drag-and-drop-lists#^2.1.0 validate 2.1.0 against https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#^2.1.0
bower ng-image-appear#^1.11.3 cached https://github.com/ArunMichaelDsouza/ng-image-appear.git#1.11.3
bower ng-image-appear#^1.11.3 validate 1.11.3 against https://github.com/ArunMichaelDsouza/ng-image-appear.git#^1.11.3
bower lf-ng-md-file-input#^1.5.1 cached https://github.com/shuyu/angular-material-fileinput.git#1.5.1
bower lf-ng-md-file-input#^1.5.1 validate 1.5.1 against https://github.com/shuyu/angular-material-fileinput.git#^1.5.1
bower normalize-css#^5.0.0 cached https://github.com/necolas/normalize.css.git#5.0.0
bower normalize-css#^5.0.0 validate 5.0.0 against https://github.com/necolas/normalize.css.git#^5.0.0
bower ol3#^3.18.2 install ol3#3.18.2
bower angular-messages#1.5.9 install angular-messages#1.5.9
bower angular-material#^1.1.1 install angular-material#1.1.3
bower angular-aria#1.5.9 install angular-aria#1.5.9
bower angular#1.5.9 install angular#1.5.9
bower angular-animate#1.5.9 install angular-animate#1.5.9
bower angular-drag-and-drop-lists#^2.1.0 install angular-drag-and-drop-lists#2.1.0
bower angular-bootstrap#^2.4.0 install angular-bootstrap#2.5.0
bower angular-resource-tastypie#^1.0.4 install angular-resource-tastypie#1.0.4
bower ng-image-appear#^1.11.3 install ng-image-appear#1.11.3
bower angular-resource#1.5.9 install angular-resource#1.5.9
bower normalize-css#^5.0.0 install normalize-css#5.0.0
bower lf-ng-md-file-input#^1.5.1 install lf-ng-md-file-input#1.5.1

ol3#3.18.2 static/vendor/ol3

angular-messages#1.5.9 static/vendor/angular-messages
âââ angular#1.5.9

angular-material#1.1.3 static/vendor/angular-material
âââ angular#1.5.9
âââ angular-animate#1.5.9
âââ angular-aria#1.5.9
âââ angular-messages#1.5.9

angular-aria#1.5.9 static/vendor/angular-aria
âââ angular#1.5.9

angular#1.5.9 static/vendor/angular

angular-animate#1.5.9 static/vendor/angular-animate
âââ angular#1.5.9

angular-drag-and-drop-lists#2.1.0 static/vendor/angular-drag-and-drop-lists

angular-bootstrap#2.5.0 static/vendor/angular-bootstrap
âââ angular#1.5.9

angular-resource-tastypie#1.0.4 static/vendor/angular-resource-tastypie
âââ angular#1.5.9
âââ angular-resource#1.5.9

ng-image-appear#1.11.3 static/vendor/ng-image-appear

angular-resource#1.5.9 static/vendor/angular-resource
âââ angular#1.5.9

normalize-css#5.0.0 static/vendor/normalize-css

lf-ng-md-file-input#1.5.1 static/vendor/lf-ng-md-file-input
âââ angular-material#1.1.3


root@ide:/home/geonode/geonode/idesca# python manage.py makemigrations app_manager
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 354, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 328, in execute
django.setup()
File "/usr/local/lib/python2.7/dist-packages/django/init.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 86, in create
module = import_module(entry)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
ImportError: No module named geonode-client

I tried to install Cartoview, but without success

Hello

I tried to install Cartoview, but without success. Ubuntu 14.04 + Geonode 2.5.x

Any ideas?

Thanks for your attention

root@IDE:/home/geonode/geonode/cartoview# sudo python manage.py makemigrations app_manager
System check identified some issues:

WARNINGS:
app_manager.App.tags: (fields.W340) null has no effect on ManyToManyField.
Migrations for 'base':
0006_auto_20170110_1523.py:
- Alter field keywords on resourcebase
Migrations for 'app_manager':
0001_initial.py:
- Create model App
- Create model AppInstance
- Create model AppTag
- Add field tags to app


root@IDE:/home/geonode/geonode/cartoview# sudo python manage.py migrate
System check identified some issues:

WARNINGS:
app_manager.App.tags: (fields.W340) null has no effect on ManyToManyField.
Operations to perform:
Synchronize unmigrated apps: tasks, modeltranslation, django_extensions, polymorphic, user_engage, cartoview, gis, pinax_theme_bootstrap_account, django_forms_bootstrap, catalogue, humanize, geoserver, storages, mptt, friendlytagloader, staticfiles, geoexplorer, sitemaps, proxy, pinax_theme_bootstrap, pagination, autocomplete_light, messages, leaflet, api, social, security, overextends
Apply all migrations: dialogos, people, tastypie, app_manager, agon_ratings, documents, actstream, sites, maps, contenttypes, announcements, user_messages, layers, sessions, guardian, auth, base, groups, services, account, admin, djcelery, upload, avatar, taggit
Synchronizing apps without migrations:
Creating tables...
Creating table user_engage_comment
Creating table user_engage_rating
Creating table user_engage_image
Running deferred SQL...
Installing custom SQL...
Running migrations:
Rendering model states... DONE
Applying sites.0001_initial... OK
Applying contenttypes.0001_initial... OK
Applying taggit.0001_initial... OK
Applying taggit.0002_auto_20150616_2121... OK
Applying contenttypes.0002_remove_content_type_name... OK
Applying auth.0001_initial... OK
Applying auth.0002_alter_permission_name_max_length... OK
Applying auth.0003_alter_user_email_max_length... OK
Applying auth.0004_alter_user_username_opts... OK
Applying auth.0005_alter_user_last_login_null... OK
Applying auth.0006_require_contenttypes_0002... OK
Applying people.0001_initial... OK
Applying account.0001_initial... OK
Applying account.0002_fix_emailconfirmation_created... OK
Applying account.0003_auto_20160822_0917... OK
Applying actstream.0001_initial... OK
Applying actstream.0002_remove_action_data... OK
Applying admin.0001_initial... OK
Applying agon_ratings.0001_initial... OK
Applying announcements.0001_initial... OK
Applying base.0001_initial... OK
Applying maps.0001_initial... OK
Applying base.0002_topiccategory_fa_class... OK
Applying base.0003_auto_20160821_1919... OK
Applying base.0004_auto_20160824_0245... OK
Applying base.0005_auto_20160825_0400... OK
Applying base.0006_auto_20170110_1523... OK
Applying app_manager.0001_initial... OK
Applying avatar.0001_initial... OK
Applying dialogos.0001_initial... OK
Applying djcelery.0001_initial... OK
Applying documents.0001_initial... OK
Applying groups.0001_initial... OK
Applying guardian.0001_initial... OK
Applying layers.0001_initial... OK
Applying services.0001_initial... OK
Applying layers.0002_initial_step2... OK
Applying layers.0003_auto_20160821_1919... OK
Applying people.0002_auto_20160821_1919... OK
Applying people.0003_auto_20160824_0245... OK
Applying services.0002_auto_20160821_1919... OK
Applying services.0003_auto_20160824_0245... OK
Applying sessions.0001_initial... OK
Applying tastypie.0001_initial... OK
Applying upload.0001_initial... OK
Applying user_messages.0001_initial... OK


root@IDE:/home/geonode/geonode/cartoview# sudo python manage.py runserver
Performing system checks...

System check identified some issues:

WARNINGS:
app_manager.App.tags: (fields.W340) null has no effect on ManyToManyField.

System check identified 1 issue (0 silenced).
January 10, 2017 - 15:27:55
Django version 1.8.17, using settings 'cartoview.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Invalid HTTP_HOST header: '127.0.0.1:8000'. You may need to add u'127.0.0.1' to ALLOWED_HOSTS.
Traceback (most recent call last):
File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/handlers.py", line 63, in call
return self.application(environ, start_response)
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 189, in call
response = self.get_response(request)
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 207, in get_response
return debug.technical_500_response(request, *sys.exc_info(), status_code=400)
File "/usr/local/lib/python2.7/dist-packages/django/views/debug.py", line 97, in technical_500_response
html = reporter.get_traceback_html()
File "/usr/local/lib/python2.7/dist-packages/django/views/debug.py", line 384, in get_traceback_html
return t.render(c)
File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 210, in render
return self._render(context)
File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 202, in _render
return self.nodelist.render(context)
File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 905, in render
bit = self.render_node(node, context)
File "/usr/local/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node
return node.render(context)
File "/usr/local/lib/python2.7/dist-packages/django/template/defaulttags.py", line 329, in render
return nodelist.render(context)
File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 905, in render
bit = self.render_node(node, context)
File "/usr/local/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node
return node.render(context)
File "/usr/local/lib/python2.7/dist-packages/django/template/debug.py", line 89, in render
output = self.filter_expression.resolve(context)
File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 648, in resolve
obj = self.var.resolve(context)
File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 789, in resolve
value = self._resolve_lookup(context)
File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 849, in _resolve_lookup
current = current()
File "/usr/local/lib/python2.7/dist-packages/django/http/request.py", line 152, in build_absolute_uri
host=self.get_host(),
File "/usr/local/lib/python2.7/dist-packages/django/http/request.py", line 102, in get_host
raise DisallowedHost(msg)
DisallowedHost: Invalid HTTP_HOST header: '127.0.0.1:8000'. You may need to add u'127.0.0.1' to ALLOWED_HOSTS.
[10/Jan/2017 15:28:10] "GET / HTTP/1.0" 500 59

ImportError: cannot import name ReadingError

Hi,

I got this error 'ImportError: cannot import name ReadingError'

(arsm) kiki@ubuntu:~/onemap$ python manage.py runserver 192.168.221.130:8000
Performing system checks...

System check identified some issues:

WARNINGS:
base.ResourceBase.tkeywords: (fields.W340) null has no effect on ManyToManyField.

System check identified 1 issue (0 silenced).
August 26, 2017 - 20:12:20
Django version 1.8.18, using settings 'onemap.settings'
Starting development server at http://192.168.221.130:8000/
Quit the server with CONTROL-C.

Traceback (most recent call last):
  File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
    self.result = application(self.environ, self.start_response)
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 63, in __cal      l__
    return self.application(environ, start_response)
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 170, in __call__
    self.load_middleware()
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 52, in load_middleware
    mw_instance = mw_class()
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/django/middleware/locale.py", line 24, in __init__
    for url_pattern in get_resolver(None).url_patterns:
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 401, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 395, in urlconf_module
    self._urlconf_module = import_module(self.urlconf_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/cartoview/urls.py", line 2, in <module>
    from geonode.urls import urlpatterns
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/geonode/urls.py", line 66, in <module>
    (r'^catalogue/', include('geonode.catalogue.urls')),
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/django/conf/urls/__init__.py", line 33, in include
    urlconf_module = import_module(urlconf_module)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/geonode/catalogue/urls.py", line 22, in <module>
    from . import views
  File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/geonode/catalogue/views.py", line 29, in <module>
    from geonode.catalogue.backends.pycsw_local import CONFIGURATION
  'File "/home/kiki/.virtualenvs/arsm/local/lib/python2.7/site-packages/geonode/catalogue/backends/pycsw_local.py", line 29, in <m      odule>
    from shapely.geometry.base import ReadingError'
'ImportError: cannot import name ReadingError'

[26/Aug/2017 20:12:31] "GET / HTTP/1.1" 500 59

Problem Install Cartoview

Hello,
I would like to install Cartoview on my computer (Geonode 2.5.15+ Django 1.8.17 + Python2.7) in Ubuntu 14.04
I try to install Geonode 2.5.15 with :
sudo add-apt-repository ppa:geonode/release
sudo apt-get update
sudo apt-get install geonode
But it's not working.
Could you help me please ?

Registration mail

registration mail is not found in inbox nor spam,i have also tried it from different mails

ERROR - App matching query does not exist

Hello,

I was trying to install app 'cartoview_arcgis_feature_server' . While checking on try.cartoview.net , the new name is CartoServer. Both are the same I think.

Error after installing Apps from Geo App Market

Hi,

I don't understand these errors; I installed a few apps as below

  1. cartoview_map_viewer
  2. cartoview_feature_list
  3. cartoview_charts_viewer
  4. cartoview_summary_viewer
  5. cartoview_collector
  6. cartoview_webapp_builder
  7. cartoview_dashboard
  8. cartoview_time_data_viewer
  9. cartoview_buffer_tool

"(arsm_app) kiki@ubuntu:~/sam_v1$ python manage.py runserver 192.168.221.130:8000
Performing system checks...
System check identified some issues:
WARNINGS:
base.ResourceBase.tkeywords: (fields.W340) null has no effect on ManyToManyField.

System check identified 1 issue (0 silenced).
August 12, 2017 - 08:04:53
Django version 1.8.18, using settings 'sam_v1.settings'
Starting development server at http://192.168.221.130:8000/
Quit the server with CONTROL-C.
Traceback (most recent call last):
File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 63, in call
return self.application(environ, start_response)
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 170, in __call __
self.load_middleware()
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 52, in load_middleware
mw_instance = mw_class()
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/middleware/locale.py", line 24, in init
for url_pattern in get_resolver(None).url_patterns:
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 401, in url_pat terns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 395, in urlconf _module
self._urlconf_module = import_module(self.urlconf_name)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/cartoview/urls.py", line 17, in
(r'^apps/', include('cartoview.app_manager.urls')),
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/conf/urls/init.py", line 33, in include
urlconf_module = import_module(urlconf_module)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/cartoview/app_manager/urls.py", line 94, in
urlpatterns.append(app_url(app_config.name))
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/cartoview/app_manager/urls.py", line 85, in app_url
include('%s.urls' % app),
File "/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/conf/urls/init.py", line 33, in include
urlconf_module = import_module(urlconf_module)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/home/kiki/sam_v1/apps/cartoview_collector/urls.py", line 2, in
import views
File "/home/kiki/sam_v1/apps/cartoview_collector/views.py", line 6, in
from cartoview_feature_list.viewer_widgets import widgets as feature_list_widgets
ImportError: No module named viewer_widgets "

How to manually uninstall the apps?
Thanks.

App Description

App Descriptions are not written properly in the same lines

Edit Apps

Could you please change the word config to edit
As it's very confusing to edit an existing app -- charts app

Error Linux Instalations

Hello

I need help to solve the following error:

Installed /usr/local/lib/python2.7/dist-packages/OWSLib-0.10.0-py2.7.egg
Error: Installed distribution OWSLib 0.10.0 conflicts with requirement OWSLib <0.9.0

I'm using Ubuntu 14.04 - Geonode 2.4

I appreciate the help

Thank you

Downloading error

Hi guys, Sorry to post this on github, but I have send you an email, but no response yet.

After registration, when I click on the download link for 1.5 in my email, I get the following error that starts like this:

MemoryError at /download/fff6558c-a7c3-47bb-b26b-cfb39e47db78/Cartoview_1.5.exe

No exception message supplied

Request Method: GET
Request URL: http://localhost:4042/cartoview/download/fff6558c-a7c3-47bb-b26b-cfb39e47db78/Cartoview_1.5.exe
Django Version: 1.10.3
Exception Type: MemoryError
Exception Location: C:\WEB\cartoview_website\env\Lib\site-packages\django\http\response.py in content, line 319
Python Executable: C:\Cartoview\apache24\bin\httpd.exe
Python Version: 2.7.10
Python Path:

['C:\WEB\cartoview_website\env\Lib\site-packages',
'C:\Cartoview\python\Lib\site-packages\django_bootstrap3_datetimepicker-2.2.3-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\gsimporter-1.0.0-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\gsconfig-1.0.3-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\geonode_dialogos-0.4-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\geonode_arcrest-10.2-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\django_mptt-0.6.1-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\awesome_slugify-1.6.2-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\multipartposthandler-0.1.0-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\beautifulsoup4-4.2.1-py2.7.egg',
'C:\Cartoview\python\Lib\site-packages\pillow-3.1.1-py2.7-win32.egg',
'C:\Cartoview\python\Lib\site-packages\pytz-2015.7-py2.7.egg',
'C:\Cartoview\cartoview',
'C:\Cartoview\Python\lib\site-packages\geonode-2.4-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\pep8-1.6.2-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\flake8-2.3.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_bootstrap3_datetimepicker-2.2.3-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_celery-3.1.16-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\celery-3.1.17-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\pyelasticsearch-0.6.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_haystack-2.1.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\pycsw-1.10.3-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\owslib-0.10.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\gisdata-0.5.4-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\gsimporter-1.0.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\gsconfig-1.0.3-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\geonode_dialogos-0.4-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\geonode_notification-1.1.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\geonode_arcrest-10.2-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\geonode_user_accounts-1.0.10-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\geonode_agon_ratings-0.3.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\geonode_announcements-1.0.5-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\geonode_avatar-2.1.4-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\geonode_user_messages-0.1.2-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_geoexplorer-4.0.5-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_modeltranslation-0.8-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_autocomplete_light-2.2.10-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_leaflet-0.13.7-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_polymorphic-0.5.6-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_tastypie-0.11.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_downloadview-1.2-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_activity_stream-0.4.5b1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_friendly_tag_loader-1.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_forms_bootstrap-3.0.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\pinax_theme_bootstrap_account-1.0b2-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\pinax_theme_bootstrap-3.0a11-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_guardian-1.2.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_mptt-0.6.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_taggit-0.12-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_extensions-1.2.5-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_jsonfield-0.9.12-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_pagination-1.0.7-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\awesome_slugify-1.6.2-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django_nose-1.2-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\nose-1.0.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\paver-1.2.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\py2exe-0.6.9-py2.7-win32.egg',
'C:\Cartoview\Python\lib\site-packages\transifex_client-0.10-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\httplib2-0.8-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\multipartposthandler-0.1.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\beautifulsoup4-4.2.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\django-1.6.11-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\pillow-3.1.1-py2.7-win32.egg',
'C:\Cartoview\Python\lib\site-packages\mccabe-0.4.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\pyflakes-1.0.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\kombu-3.0.33-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\billiard-3.3.0.22-py2.7-win32.egg',
'C:\Cartoview\Python\lib\site-packages\pytz-2015.7-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\six-1.10.0-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\simplejson-3.8.1-py2.7-win32.egg',
'C:\Cartoview\Python\lib\site-packages\requests-2.9.1-py2.7.egg',
'C:\Cartoview\Python\lib\site-packages\shapely-1.3.1-py2.7-win32.egg',
'C:\Cartoview\Python\lib\site-packages\pyproj-1.9.3-py2.7-win32.egg',
'C:\Cartoview\apache24\bin\python27.zip',
'C:\Cartoview\Python\DLLs',
'C:\Cartoview\Python\lib',
'C:\Cartoview\Python\lib\plat-win',
'C:\Cartoview\Python\lib\lib-tk',
'C:\Cartoview\apache24\bin',
'C:\Cartoview\Python',
'C:\Cartoview\Python\lib\site-packages',
'C:\WEB\cartoview_website']

Could you please investigate?

Pieter

Documentation and Download error

Hi guys

I am trying to read the cartoview docs, as well as to go to the download page. The pages are:

http://cartoview.readthedocs.io/en/latest/index.html, and http://cartoview.readthedocs.io/en/latest/installation/index.html

On the docs page I get:

Welcome to Read the Docs

This is an autogenerated index file.

Please create a /home/docs/checkouts/readthedocs.org/user_builds/cartoview/checkouts/latest/docs/index.rst or /home/docs/checkouts/readthedocs.org/user_builds/cartoview/checkouts/latest/docs/README.rst file with your own content.

If you want to use another markup, choose a different builder in your settings.

and on the install page I get

    \          SORRY            /
     \                         /
      \    This page does     /
       ]   not exist yet.    [    ,'|
       ]                     [   /  |
       ]___               ___[ ,'   |
       ]  ]\             /[  [ |:   |
       ]  ] \           / [  [ |:   |
       ]  ]  ]         [  [  [ |:   |
       ]  ]  ]__     __[  [  [ |:   |
       ]  ]  ] ]\ _ /[ [  [  [ |:   |
       ]  ]  ] ] (#) [ [  [  [ :===='
       ]  ]  ]_].nHn.[_[  [  [
       ]  ]  ]  HHHHH. [  [  [
       ]  ] /   `HH("N  \ [  [
       ]__]/     HHH  "  \[__[
       ]         NNN         [
       ]         N/"         [
       ]         N H         [
      /          N            \
     /           q,            \
    /                           \

Please help....

Problem for upload data

Hello,
First, I wanted to tell you that your work for extends the popular GeoNode is really cool. I would like to use cartoview with docker on a vitualbox (Ubuntu 16.04LTS). I am a beginner.
Could you help me please ?
I installed as stated in your website https://cartologic.github.io/installation_docker/ and just run it but when I want to add layers nothing works.
when I connect to geoserver I see the data in the table, but when I want to view the data in geoserver I have a page with error.
Please tell me why I don't see the added data in the application, please.

Cartoview NOT up and running

How to get 'Cartoview up and running'
I am using ubuntu 16.04

Installed geonode 2.6.1
It runs. uploaded several shapefiles
Installed cartoview
But after running commands as below ( more detail can be shared)
(name of geonode project 'pocra_test'
django-admin.py startproject --template=https://github.com/cartologic/cartoview-project-template/archive/master.zip --name django.env,uwsgi.ini,.bowerrc,server.py pocra_test
python manage.py runserver localhost:8000 ( OK)
python manage.py runserver localhost:7777
get a text screen with all menu items listed vertically from
Apps
Data
Maps
...
Is there a way to diagone what is wrong ?
What steps to follow to get Cartoview UP and running

Set Localhost to IP_Address

Hi,

So far cartoview works great.
How to set the localhost to current_ip? Please look at the attach-pic (orange circle).
I think because of that my layer data displays big-solid-red-square instead of single-point-pic.
Thanks.

localhost

Featured Apps Slider

Featured apps at cartoview home page file strip gallery with two arrows "right & left" , with auto rotating feature

TemplateDoesNotExist : _geogig_scripts.html

Hello again,

I'm trying to find a way to enable geogig. So, inside my_project -> settings.py. I put these lines

OGC_SERVER['default']['BACKEND'] = "geonode.geoserver"
OGC_SERVER['default']['LOCATION'] = "http://192.168.221.130:8080/geoserver/"
OGC_SERVER['default']['PUBLIC_LOCATION'] = "http://192.168.221.130:8080/geoserver/"
OGC_SERVER['default']['USER'] = "admin"
OGC_SERVER['default']['PASSWORD'] = "geoserver"
OGC_SERVER['default']['MAPFISH_PRINT_ENABLED'] = True
OGC_SERVER['default']['PRINT_NG_ENABLED'] = True
OGC_SERVER['default']['GEONODE_SECURITY_ENABLED'] = True
OGC_SERVER['default']['GEOGIG_ENABLED'] = True
OGC_SERVER['default']['WMST_ENABLED'] = False
OGC_SERVER['default']['BACKEND_WRITE_ENABLED'] = True
OGC_SERVER['default']['WPS_ENABLED'] = True
OGC_SERVER['default']['LOG_FILE'] = os.path.join(BASE_DIR, "geoserver.log")
OGC_SERVER['default']['PG_GEOGIG'] = True
OGC_SERVER['default']['GEOGIG_DATASTORE_DIR'] = "postgres://postgres:sdadmin@localhost:5432/cartoview_datastore"

DATABASES['datastore']= {
        'ENGINE': 'django.contrib.gis.db.backends.postgis',
        'NAME': 'cartoview_datastore',
        'USER' : 'postgres',
        'PASSWORD' : 'sdadmin',
        'HOST' : 'localhost',
        'PORT' : '5432',
}
#### osgeo_importer settings
UPLOADER = {
    'BACKEND' : 'geonode.importer',
    'OPTIONS' : {
        'TIME_ENABLED' : True,
        'GEOGIG_ENABLED' : True,
    }
}

Then, I stop/start server. Bellow are the errors;

Template-loader postmortem

Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.Loader:
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/cartoview/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/templates/_geogig_scripts.html (File does not exist)
Using loader django.template.loaders.app_directories.Loader:
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/contrib/auth/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/contrib/admin/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/contrib/sitemaps/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django/contrib/gis/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/pagination/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/treebeard/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/leaflet/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django_extensions/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/autocomplete_light/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/mptt/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/djcelery/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/pinax_theme_bootstrap_account/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/pinax_theme_bootstrap/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/django_forms_bootstrap/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/account/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/avatar/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/agon_ratings/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/announcements/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/actstream/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/tastypie/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/polymorphic/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/guardian/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/oauth2_provider/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/people/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/base/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/layers/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/maps/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/social/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/catalogue/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/documents/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/groups/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/geonode/services/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/cartoview/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/cartoview/app_manager/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/cartoview/user_engage/templates/_geogig_scripts.html (File does not exist)
/home/kiki/.virtualenvs/arsm_app/local/lib/python2.7/site-packages/cartoview/workspace/templates/_geogig_scripts.html (File does not exist)

Please advice. Thanks

arcportal_home

Hi,

I installed three apps (ArcGIS Basic Viewer, ArcGIS Minimalist Viewer, Public Information ). All of them gives an error "arcportal_home" not found during test.

Error Install Cartoview Ubuntu 16.04 Geonode 2.6

Hello

First, congratulate them on the launch of the new version of Cartoview.

I have tested:
1.- Install Geonode 2.6 Using Django 1.8.17, using repository in Ubuntu 16.04 sudo add-apt-repository ppa: geonode/testing
2.- I followed the instructions of http://cartologic.github.io/cartoview/#install-on-ubuntu-linux
3.- In the step python manage.py migrate, the following error is generated:

python manage.py migrate
Operations to perform:
Synchronize unmigrated apps: tasks, modeltranslation, cartoview, django_extensions, polymorphic, user_engage, treebeard, gis, pinax_theme_bootstrap_account, django_forms_bootstrap, catalogue, humanize, geoserver, storages, mptt, friendlytagloader, staticfiles, geoexplorer, sitemaps, proxy, pinax_theme_bootstrap, pagination, geonode-client, autocomplete_light, messages, leaflet, api, social, security
Apply all migrations: dialogos, people, tastypie, app_manager, agon_ratings, documents, actstream, sites, maps, contenttypes, announcements, user_messages, layers, sessions, guardian, auth, base, groups, services, oauth2_provider, account, admin, djcelery, upload, avatar, taggit
Synchronizing apps without migrations:
Creating tables...
Running deferred SQL...
Installing custom SQL...
Running migrations:
Rendering model states... DONE
Applying avatar.0001_initial...Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 354, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 346, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 394, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 445, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/migrate.py", line 222, in handle
executor.migrate(targets, plan, fake=fake, fake_initial=fake_initial)
File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 110, in migrate
self.apply_migration(states[migration], migration, fake=fake, fake_initial=fake_initial)
File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py", line 148, in apply_migration
state = migration.apply(state, schema_editor)
File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/migration.py", line 115, in apply
operation.database_forwards(self.app_label, schema_editor, old_state, project_state)
File "/usr/local/lib/python2.7/dist-packages/django/db/migrations/operations/models.py", line 59, in database_forwards
schema_editor.create_model(model)
File "/usr/local/lib/python2.7/dist-packages/django/db/backends/base/schema.py", line 286, in create_model
self.execute(sql, params or None)
File "/usr/local/lib/python2.7/dist-packages/django/db/backends/base/schema.py", line 111, in execute
cursor.execute(sql, params)
File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 98, in exit
six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 62, in execute
return self.cursor.execute(sql)
django.db.utils.ProgrammingError: relation "avatar_avatar" already exists

Any ideas?

Thanks for the help

Linux Installation Problem

Hi, I'm trying to install cartoview on ubuntu server 14.04.4. Geonode is installed and running succesfully (using apt-get install). After I clone cartoview and run 'python setup.py install', it returns an error: Installed distribution OWSLib 0.10.0 conflicts with requirement OWSLib<0.9.0

I've tried uninstall and re-install OWSLib==0.9.0 but the same problem remain. Any suggestion for a proper install on ubuntu server?

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.