-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows installer 1.7 installed : cannot upload shapefile #83
Labels
Comments
@jitendrashahiitb did you try to install latest version of windows installer? |
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 ***@***.*** 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
<#83 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEt5eSOqJrE4JcDWluONL4B8eeBU75Dhks5uqslTgaJpZM4QesEV>
.
|
@ahmednosman do you have a plan for a new version of windows Installer with the latest cartoview version + Geonode 2.8.x? |
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 ***@***.*** 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
<#83 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEt5eSN9cxMbBLmceuv9Ik_VOXfg0Xlrks5uqsr8gaJpZM4QesEV>
.
|
|
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
1. "
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 ***@***.***> wrote:
[image: Boxbe] <https://www.boxbe.com/overview> This message is eligible
for Automatic Cleanup! ***@***.***) 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>
- current version of cartoview(1.8.x) is compatible with geonode2.8
you can follow the instruction here
<https://github.com/cartologic/cartoview/blob/master/README.md>
- if you want to install cartoview with geonode(2.6.x) you have to
install from this branch
<https://github.com/cartologic/cartoview/tree/2.6.x_compatible>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEt5ecD8FfEZ3EjQ3h7iGIGurTV5VC7Cks5uqv_PgaJpZM4QesEV>
.
--
jitendra
|
apps tab should be in home page!, if not please import your local_settings at the end of settings file
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error
[Errno 10061] No connection could be made because the target machine actively refused it
The text was updated successfully, but these errors were encountered: