Re: [Arches] Sketchfab 3D model - can I embed to view in Arches resource?

2020-10-24 Thread Vincent Meijer
Hi all, Implementing the Sketchfab 3d-viewer would indeed work the same as 3DHOP as outlined in that post (just look for the Sketchfab files in the same folders). However, this was made for Arches 4 and I have not been up to date since Arches 5 came out (I have another job now). If these

[Arches] Re: Digital Spatial Documentation of Heritage - Arches Newbie

2020-07-29 Thread Vincent Meijer
September 2019 at 13:42:57 UTC+2 Vincent Meijer wrote: > Hi Sarah and welcome, > > With regards to using 3D viewers in Arches, have a look at my > implementation here: > https://github.com/globaldigitalheritage/arches-3d > > Perhaps this is a bit too 'head-first' (take you

[Arches] Re: Digital Spatial Documentation of Heritage - Arches Newbie

2019-09-12 Thread Vincent Meijer
the university’s > repository, and can be accessed with a DOI. > *i.e. http://dx.doi.org/10.1037/a0028240 > <http://dx.doi.org/10.1037/a0028240>* > *File (set)* > The actual 3D model gets uploaded to Arches. > > Best, > Sarah > > On Monday, 9 September 201

[Arches] Re: Digital Spatial Documentation of Heritage - Arches Newbie

2019-09-09 Thread Vincent Meijer
Hi Sarah and welcome, With regards to using 3D viewers in Arches, have a look at my implementation here: https://github.com/globaldigitalheritage/arches-3d Perhaps this is a bit too 'head-first' (take your time to familiarize yourself with Arches), but if you want to implement 3D HOP into

[Arches] Re: Arches Webinar: Participate in the first Arches Project LIVE Q!

2019-07-30 Thread Vincent Meijer
Great idea Alina. Some topics that spring to mind: - Displaying resources on the map: an overview of the possibilities of displaying spatial data in Arches. Preferably explained for a non-GIS-specialist audience. E.g. what can I tell my client(s) about this topic so that they are able to

Re: [Arches] Re: Arches 4.4.2 released

2019-07-03 Thread Vincent Meijer
Sweet! On Wed, Jul 3, 2019, 11:51 Adam Cox wrote: > Hey Joel, > > Yes, you will be able to go straight to 4.4.2 from v3. > > However, during the lead up to the 4.4.2 release I found some deficiencies > with v3 exports which hinder migration efforts (as you found, not even > every v3 release

Re: [Arches] Docker-compose image have 404 for all static assets.

2019-04-24 Thread Vincent Meijer
ot >> erroring for me during Elasticsearch's bootstrap checks. >> >> We should be able to disable the checks (turn them from hard errors to >> soft warnings in the logs) by passing the ES container >> "discovery.type=single-node" as an environment var

Re: [Arches] Docker-compose image have 404 for all static assets.

2019-04-23 Thread Vincent Meijer
It seems there are problems with our automated docker builds, which is presumably the cause of the 4.4.1 tag not existing. Latest build of the master branch failed: the Elasticsearch endpoint cannot be reached during the unit tests. Failed to establish a new connection: [Errno -2] Name or service

Re: [Arches] Uploading files to different folders based on their filename

2019-04-10 Thread Vincent Meijer
Hi Bryan, It sounds like your best bet would be to implement a custom storage backend: https://docs.djangoproject.com/en/1.11/howto/custom-file-storage/ You are probably looking to override the _save() method. Examples of how this could work:

Re: [Arches] Re: Exception in search

2019-03-20 Thread Vincent Meijer
+1 now that you mention it, Adam, I get these as well for the same reason. Nothing to worry about. On Wed, Mar 20, 2019, 19:47 Adam Cox wrote: > I think this is a "broken socket" that happens sometimes using the dev > server when a new request is made before an existing one is completed. I've >

[Arches] Re: Other Arches live installations

2019-03-02 Thread Vincent Meijer
or any > write-ups on their website/blog? At first glance, I didn't come across any > published content. We would be interested in spreading the word. Thanks > again for bringing this to our attention! > > Alina > Arches Project Team > > > On Sunday, February 24

Re: [Arches] Re: Illegal byte sequence - installing on windows

2019-02-27 Thread Vincent Meijer
\lib\site-packages (python 2.7) > >Yuval > > בתאריך יום רביעי, 27 בפברואר 2019 בשעה 10:04:46 UTC+2, מאת Vincent Meijer: >> >> Hi Yuval, >> >> What version of pip are you using? It is reported here that 18.0 and 18.1 >> are related to this error: >&

Re: [Arches] Re: Illegal byte sequence - installing on windows

2019-02-27 Thread Vincent Meijer
Hi Yuval, What version of pip are you using? It is reported here that 18.0 and 18.1 are related to this error: https://github.com/pypa/pip/issues/5665 You could try up- or downgrading pip to another version. One of the other solutions posted there is disabling the progress bar:

[Arches] Re: Other Arches live installations

2019-02-24 Thread Vincent Meijer
A while ago we launched our Arches v4 implementation for Global Digital Heritage, a non-profit organization in Florida that digitizes heritage through 3D terrestrial laser scanning and other 3D and GIS techniques. Among their projects are crusader castles in Spain and 18th century chateaus in

[Arches] Re: Security testing/audit

2018-12-17 Thread Vincent Meijer
Hi John, I haven't heard of anyone doing a security audit for Arches, but if so I would also be quite interested in hearing about it. Best, Vincent On Monday, 17 December 2018 10:49:03 UTC+1, John Murphy wrote: > > Good morning everyone! > > I was wondering if has anyone has had to commission

[Arches] Re: Google Analytics

2018-11-25 Thread Vincent Meijer
Found the potential culprit: I need to add www.google-analytics.com to my Content Security Policy ('script-src') directive. I'll update here once I am able to test this again. On Sunday, 25 November 2018 11:17:38 UTC+1, Vincent Meijer wrote: > > Has anyone used the Google Analytics f

[Arches] Google Analytics

2018-11-25 Thread Vincent Meijer
Has anyone used the Google Analytics feature built into Arches? It doesn't seem to be working for me. I created a GA account and pasted my tracking id in the 'Google Analytics Key' field in Arches System Settings. However, no traffic is being recorded, according to the GA website. Also, for

Re: [Arches] Fuzzy dates

2018-11-24 Thread Vincent Meijer
> -Alexei >> >> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 >> >> >> On Mon, Nov 19, 2018 at 8:14 AM Vincent Meijer >> wrote: >> >>> Adam, here is a recently posted page that might be even better: >>&g

Re: [Arches] Re: RequireJS timed out

2018-11-19 Thread Vincent Meijer
ember 2018 18:15:37 UTC+1, Lawrence Goh wrote: >>> >>> Hi Vincent, >>> >>> Just checking, is there a variable in the code base for the waitseconds? >>> >>> By default, i think its 7 sec. >>> >>> Thanks. >>> >>>

Re: [Arches] Re: RequireJS timed out

2018-11-19 Thread Vincent Meijer
> By default, i think its 7 sec. > > Thanks. > > Regards, > Lawrence > > Original message > From: Vincent Meijer > > Date: 11/20/18 5:52 AM (GMT+12:00) > To: Arches Project > > Subject: [Arches] Re: RequireJS timed out > > Hey Law

[Arches] Re: RequireJS timed out

2018-11-19 Thread Vincent Meijer
Hey Lawrence, Not sure if I ever had the same problem, but at some point I set my waitSeconds to 0, so I must have at least some issues with loading javascipt modules. On Tuesday, 13 November 2018 03:46:24 UTC+1, Lawrence Goh wrote: > > Hi all, has anyone experienced this where you have

Re: [Arches] Fuzzy dates

2018-11-19 Thread Vincent Meijer
> link alexei shared above would be more helpful there? Very open to > suggestions. > > On Fri, Sep 7, 2018 at 5:49 AM, Vincent Meijer > wrote: > >> Thanks, i'll look into that. If anyone is already using fuzzy dates in >> Arches, I would love to hear from them!

[Arches] Unit tests in custom Arches app

2018-11-17 Thread Vincent Meijer
I was wondering what the recommended method is for adding unit tests to my own Arches app. The unit test section in Arches core looks like an isolated python module and I can't seem to import e.g. the test_settings.py file from my own app. Also, when I try copying that settings file to my own

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-11-08 Thread Vincent Meijer
gt;> jquery.min.js:2 Uncaught Error: Syntax error, unrecognized expression: >>>> /search >>>> at Function.fa.error (jquery.min.js:2) >>>> at fa.tokenize (jquery.min.js:2) >>>> at fa.select (jquery.min.js:2) >>>> at Function.fa [as find

Re: [Arches] Uploading File using Azure Blob Storage

2018-11-07 Thread Vincent Meijer
Nice :) On Thu, 8 Nov 2018, 01:21 Lawrence Goh Hi Vincent, > > Found the issue was the azure-storage version. Initially, I had it at > 0.20.0 and it didn't work. The 0.36.0 actually fixed it. > > Thanks. > > Regards, > Lawrence > > On Thu, Nov 8, 2018 at 11

Re: [Arches] Uploading File using Azure Blob Storage

2018-11-07 Thread Vincent Meijer
> django-storages==1.7.1 > django-storages[azure]==1.7.1 > azure==4.0.0 > azure-storage==0.36.0 > azure-servicebus==0.21.1 > azure-mgmt==4.0.0 > azure-servicemanagement-legacy==0.20.6 > > Thanks. > > Regards, > Lawrence > > On Thu, Nov 8, 2018 at 10:51 AM

Re: [Arches] Uploading File using Azure Blob Storage

2018-11-07 Thread Vincent Meijer
Haven't seen this one before. How exactly did you install Azure Storage? And which version? On Wed, 7 Nov 2018, 04:29 Lawrence Goh Hi all, would need some help on this issue I am facing. It's weird and > odd. I have the needed azure settings in settings.py, but I got this > error. > >

Re: [Arches] Re: robots.txt

2018-11-02 Thread Vincent Meijer
Nice! On Fri, 2 Nov 2018, 18:47 Dale Lloyd Thanks Vincent! > > In the Apache config, i just put > > Alias /robots.txt /var/www/html/robots.txt > > Which works. > > Dale > > -- > -- To post, send email to archesproject@googlegroups.com. To unsubscribe, > send email to

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-11-02 Thread Vincent Meijer
und the issue to be on entrypoint.sh. The >> validations have yet to be updated. Currently, using 4.3.x branch but will >> probably move to 4.3.2 since it was just released. >> >> Thanks. >> >> Regards, >> Lawrence >> >> On Tue, Oct 30, 2018

[Arches] Re: robots.txt

2018-11-02 Thread Vincent Meijer
Hi Dale, Search engines look for robots.txt behind this url: /robots.txt Where exactly you store this file on the file system does not matter as much. What matters is how you configure your routing in either Apache (common) or in Django's urls.py (less commonly done). In my case I use the

Re: [Arches] Taking a break

2018-11-01 Thread Vincent Meijer
Bon voyage! :) On Thu, 1 Nov 2018, 15:31 Pat Lurcock Hello, I have run out of time to get Arches up and running. I think I have > a sort of setup but have not polished the installation script as I wanted > nor tested things like maps and so on. I am now off to sea (guiding and > lecturing on an

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-30 Thread Vincent Meijer
;> folders. >> >> Probably I might need a new pull from arches again and work from there. >> I am unsure if my own is corrupted. >> >> Thanks. >> >> Regards, >> Lawrence >> >> >> On Thu, Oct 25, 2018 at 5:30 AM Vincent Meijer >

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-24 Thread Vincent Meijer
is on. > > Any ideas? > > Thanks. > > Regards, > Lawrence > > On Fri, Oct 19, 2018 at 10:32 PM Vincent Meijer > wrote: > >> Yeah it's a weird choice from Microsoft to do things differently and >> arches wasn't prepared for that @... >> >> &g

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-24 Thread Vincent Meijer
e firewall. Even having it being from 0.0.0.0 to > 255.255.255.255. The "Allow access to Azure services" is on. > > Any ideas? > > Thanks. > > Regards, > Lawrence > > On Fri, Oct 19, 2018 at 10:32 PM Vincent Meijer > wrote: > >> Yeah it's

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-19 Thread Vincent Meijer
3:47 PM UTC+13, Lawrence Goh wrote: >>> >>> Hi Vincent, >>> >>> Yups. Was poking around the codes yesterday and had a go with removing >>> the staticfiles_storage and all went well :) >>> >>> Thanks. >>> >>> Regards, >&

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-19 Thread Vincent Meijer
> >> Hi Vincent, >> >> Yups. Was poking around the codes yesterday and had a go with removing >> the staticfiles_storage and all went well :) >> >> Thanks. >> >> Regards, >> Lawrence >> >> On Thu, Oct 18, 2018 at 9:00 PM Vin

Re: [Arches] Re: Signing in

2018-10-18 Thread Vincent Meijer
Also, any contributions towards running Arches offline would be great! ;) On Wednesday, 17 October 2018 16:50:02 UTC+2, Pat Lurcock wrote: > > Thanks Vincent, > > Glad you like it. It is very rewarding as I get a message from a relative > every year or two, grateful to see where their relative's

Re: [Arches] Installing dependencies in Ubuntu - pip version

2018-10-18 Thread Vincent Meijer
I don't think it makes a big difference what version you use. Our Docker image currently uses 18.0 I believe. P.s. Since you are interested in the Ubuntu installation, you may also want to check out our Dockerfile. If you were to leave out the capitalized commands at the start of the

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-18 Thread Vincent Meijer
it doesn't do that right? :) > > Thanks. > > Regards, > Lawrence > > On Thu, Oct 18, 2018 at 2:12 AM Vincent Meijer > wrote: > >> The collectfast package looks promising: >> https://stackoverflow.com/questions/16805232/faster-alternative-to-manage-py-collectstatic-w-s3

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-17 Thread Vincent Meijer
The collectfast package looks promising: https://stackoverflow.com/questions/16805232/faster-alternative-to-manage-py-collectstatic-w-s3boto-storage-backend-to-syn -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send email to

Re: [Arches] Re: Signing in

2018-10-17 Thread Vincent Meijer
Welcome Pat! I enjoyed browsing your cemetery website, quite interesting :) I just wanted to give a heads up regarding developing Arches offline: last time I tried this on an airplane I ran into trouble loading static files (javascript, css). I think at that time some of those files were loaded

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-17 Thread Vincent Meijer
you come across > where the first time it loads all the files in the blob, but the container > fails/gets stuck on the second time when it does the static files? > > Thanks. > > Regards, > Lawrence > > On Tue, Oct 16, 2018, 10:46 PM Vincent Meijer > wrote: > >&

[Arches] Re: Arches Repository Contribution Guidelines

2018-10-16 Thread Vincent Meijer
Looks good. If I had to comment, maybe these minor points: - Creating a PR is easiest when you just go to your repository home page on Github after you pushed your branch and it will display a 'Create Pull Request' button for that specific branch. Easy! - Explain the [ci skip] command in commit

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-16 Thread Vincent Meijer
e. > > Now we are trying to create a blob storage for the media files. > > Thanks. > > Regards, > Lawrence > > On Mon, Oct 15, 2018 at 11:33 PM Vincent Meijer > wrote: > >> How is Web App's performance for you? >> How long does a GET request of e.g.

Re: [Arches] Re: Uploaded files status: "queued"

2018-10-15 Thread Vincent Meijer
ches/app/datatypes/datatypes.py#L948 > > I'd suggest adding some step-by-step print statements in that function, > because it seems to be failing silently for you, and indeed it could be a > bug... > > Adam > > On Mon, Oct 15, 2018 at 9:28 AM Vincent Meijer > wrote: > &

[Arches] Re: Uploaded files status: "queued"

2018-10-15 Thread Vincent Meijer
On Friday, 12 October 2018 14:41:47 UTC+2, Vincent Meijer wrote: > > And there is also this: > https://github.com/archesproject/arches/blob/07d5ac0652af60f435ff1316ee7d26c06c9e0e56/arches/app/media/js/views/components/widgets/file.js#L121 > But I still can't find where it could get

[Arches] Re: Collector nodes in RDM

2018-10-15 Thread Vincent Meijer
Hi Adam, I thought this was done through a concept Value, for which you can select 'collector' from the dropdown and add the concept name as its value in the free text field. However, I wasn't able to make collectors not clickable, so I made this issue a while back:

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-15 Thread Vincent Meijer
How is Web App's performance for you? How long does a GET request of e.g. the /search page take? Best, Vincent -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send email to archesproject+unsubscr...@googlegroups.com. For more information, visit

[Arches] Re: Uploaded files status: "queued"

2018-10-12 Thread Vincent Meijer
command that goes in >> after the fact and manually changes all statuses to "uploaded". >> >> This is only tangentially related to your question, as it doesn't address >> the "queued" value, but I wanted to mention it because ultimately we too >> are wonde

[Arches] Re: Uploaded files status: "queued"

2018-10-12 Thread Vincent Meijer
loaded". > > This is only tangentially related to your question, as it doesn't address > the "queued" value, but I wanted to mention it because ultimately we too > are wondering what the status property is for... > > On Thursday, October 11, 2018 at 3:06:05 AM UT

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-12 Thread Vincent Meijer
> Regards, > Lawrence > > On Thu, Oct 11, 2018 at 8:11 PM Vincent Meijer > wrote: > >> In your case the Azure Web App takes on the role of Nginx, so you don't >> need that. >> Gunicorn is already built into the Arches image (see the command in the >> entrypoint.

[Arches] Uploaded files status: "queued"

2018-10-11 Thread Vincent Meijer
Sometimes after I uploaded a file and then try to display them in the frontend, the item has a status 'queued', where I would expect the status to be 'uploaded'. This property is used e.g. in the Image Header template (image.js): if (item.status && item.type && item.status === 'uploaded' &&

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-11 Thread Vincent Meijer
.py to have STATIC_ROOT >> with this 'os.path.join(ROOT_DIR, 'staticfiles') and the entry in >> MIDDLEWARE. Plus, wsgi.py file to have 'from whitenoise import WhiteNoise'. >> >> Unsure if anywhere else was missed. >> >> Thanks. >> >> Regards, >> Lawr

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-10 Thread Vincent Meijer
) >> >> Thanks again! >> >> Regards, >> Lawrence >> >> On Wed, Oct 10, 2018 at 12:13 AM Vincent Meijer > > wrote: >> >>> No worries, I come from a .net environment myself. >>> As for the App Service, I realized that I set up

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-09 Thread Vincent Meijer
ocker compose file, we have these containers - arches, > nginx, db, elasticsearch, couchdb and letsencrypt. The single container > would be having multiple single containers excluding nginx? > > What would be the best approach? > > Thanks. > > Regards, > Lawrence > >

[Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-09 Thread Vincent Meijer
Hi Lawrence, The Azure App Service is meant to take over everything but the app itself, so running it with an nginx container is not necessary. I used the App Service for a short while and only could get it to work when using the single container approach. That being said, I found the App

[Arches] Re: Heritage Resource Phase Type Assignment - Widget Manager - Drop Down 'loading failed'

2018-09-25 Thread Vincent Meijer
All I can think of is re-indexing elasticsearch: (after activating your virtualenv) python manage.py es delete_indexes python manage.py es setup_indexes python manage.py es index_database Not sure if this will help you, but give it a try! Vincent On Friday, 14 September 2018 17:32:37 UTC+2,

[Arches] Related Resource nodes

2018-09-17 Thread Vincent Meijer
I am trying to display additional information in the Related Resources section of a report. More specifically: if the related resource type has a node 'thumbnail_image', I want to display this. But how do I get this information? I already found that the information is gathered in the frontend

[Arches] Re: Static files performance issue

2018-09-14 Thread Vincent Meijer
Update: collectstatic has been running for almost an hour on my laptop and still didn't finish. That can't be right. Is there anybody here with a comparable setup? On Friday, 14 September 2018 13:13:46 UTC+2, Vincent Meijer wrote: > > I am running into difficulties related to static

[Arches] Re: STEPS: Arches 3 server migration from AWS to Azure

2018-09-14 Thread Vincent Meijer
azure_storage_service fix_static_paths On Thursday, 13 September 2018 11:32:48 UTC+2, Vincent Meijer wrote: > > Usage: > > > python manage.py azure_storage_service fix_static_paths > > > > > On Thursday, 13 September 2018 11:32:48 UTC+2, Vincent Meijer wrote: >

[Arches] Static files performance issue

2018-09-14 Thread Vincent Meijer
I am running into difficulties related to static files. More specifically: the amount of static files. When static files are stored and collected locally on the Arches server there is no real problem. However, when using cloud storage such as Azure, the collectstatic command takes around 4

[Arches] Re: STEPS: Arches 3 server migration from AWS to Azure

2018-09-13 Thread Vincent Meijer
I am currently setting up Arches in Azure and I encountered the following problem: Uploaded static files where the original folder contains a special character, e.g. '@Mapbox/', results in those folders being uploaded without the special characters, e.g. 'Mapbox/'. I use this setting:

[Arches] Extending base.htm

2018-09-11 Thread Vincent Meijer
I would like to run a require.config() call around the same time javascript.htm is loaded in base.htm. For this I created templates/config.htm in my own Arches app. What is the recommended way of doing this? Do I need to make a copy of base.htm and include my templates/config.htm there? If I

Re: [Arches] Fuzzy dates

2018-09-07 Thread Vincent Meijer
t;> -Alexei >> >> >> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 >> >> On Thu, Sep 6, 2018 at 3:12 AM, Vincent Meijer >> wrote: >> >>> Since Arches 4.2 fuzzy dates are supported. I am looking for a few >

Re: [Arches] Resource Model does not import

2018-09-06 Thread Vincent Meijer
from the graph and > tried again, it worked correctly... so maybe it's something on your end? > Good luck! > > Adam > > On Wed, Sep 5, 2018 at 12:35 PM, Vincent Meijer > wrote: > >> You betcha: >> https://github.com/globaldigitalheritage/arches-3d/blob/testing

Re: [Arches] Resource Model does not import

2018-09-05 Thread Vincent Meijer
ere so others > could try importing it? > > On Wed, Sep 5, 2018 at 12:07 PM, Vincent Meijer > wrote: > >> That would make sense indeed. However, I removed all references to >> functions and I still can't import the resource model. >> >>

Re: [Arches] Resource Model does not import

2018-09-05 Thread Vincent Meijer
trying > to import again. > > Adam > > On Wed, Sep 5, 2018 at 10:13 AM, Vincent Meijer > wrote: > >> I am trying to revive my Arches 4.0 graphs. All of them import fine, >> except this one: >> >> https://github.com/globaldigitalheritage/arches-3d/blob/

[Arches] Re: Marking the day - 5 years of open sharing of Arches expertise

2018-09-05 Thread Vincent Meijer
+1 Gefeliciteerd! On Wednesday, 22 August 2018 17:03:21 UTC+2, Edmund Lee wrote: > > Hey everybody, > > We reach what feels like an important milestone today - 5 years since the > Arches Project Google group was opened up as a public resource. If you dig > into the message archive you'll see

[Arches] Re: Arches v4 demo now available

2018-09-05 Thread Vincent Meijer
+1 ! On Friday, 18 May 2018 20:42:45 UTC+2, Annabel Enriquez wrote: > > The new Arches Version 4 demonstration site is now available! It features > a new time wheel date visualization tool, advanced search, enhanced related > resources display, the ability to record and search fuzzy dates, and

[Arches] Re: Arches 4: Report map javascript errors

2018-01-08 Thread Vincent Meijer
Not seeing this issue anymore, closing... On Friday, October 6, 2017 at 3:49:19 PM UTC+2, Vincent Meijer wrote: > > I am seeing these errors when loading a resource report with the map > report template (in both Chrome and Firefox): > > Deprecated include of L.Mixin.Events

Re: [Arches] Disallowed host

2017-11-22 Thread Vincent Meijer
For future reference (but not yet directly relevant for Andy's use case): If you run AWS EC2 instances behind an Elastic Load Balancer, you also need to add the EC2 instance's private IP (and potentially its public hostname) to the ALLOWED_HOSTS setting. This is because the load balancer uses

Re: [Arches] Re: Is Arches suitable for this project ?

2017-11-19 Thread Vincent Meijer
. That way people with similar problems/questions can read them, and other people from the Arches team can chip in with their knowledge. Anyway, thanks for reaching out! Vincent On Sun, Nov 19, 2017 at 2:35 PM, Vincent Meijer <meijer.vinc...@gmail.com> wrote: > Hello Roshan, > > U

[Arches] Re: Is Arches suitable for this project ?

2017-11-19 Thread Vincent Meijer
Hello Roshan, Until recently I worked for CVAST and set up an initial (albeit unfinished) first version of Arches for our 3D cultural heritage data. What I did for our 3D models was set up the 3D web viewer called 3D HOP as a plugin in Arches reports (a.k.a. detail page for heritage resource).

[Arches] Re: Arches v4 on Windows 10 running issue

2017-10-16 Thread Vincent Meijer
Hi Riccardo, Perhaps a bit too obvious, but are you sure you typed the password correctly? Also, have you tried the default password 'postgres' ? Best, Vincent On Monday, 16 October 2017 14:58:00 UTC-4, Riccardo Giovanelli wrote: > > Good Evening, > I followed the installation guide step by

[Arches] Re: Arches 4.0.1 released

2017-10-16 Thread Vincent Meijer
d in the > latest release. > > Some of the highlights: > - Added advanced search capability > - Added the ability to import shapefiles into Arches > - Containerized Arches with Docker ([readme]( > https://github.com/archesproject/arches/blob/master/docker/Readme.md)) -

Re: [Arches] Re: Arches 4: Icons on map

2017-10-11 Thread Vincent Meijer
-gl-styles#standard-icons > > The console warning can be ignored. The python mapbox vector tile > renderer does not support the v3 spec yet. > > - Rob > > > > On Oct 11, 2017, at 11:51 AM, Vincent Meijer <meijer.vinc...@gmail.com> > wrote: > > Hi Dennis, &g

[Arches] Re: Arches 4: Icons on map

2017-10-11 Thread Vincent Meijer
hat we call the "search results" layer) on your map. You can hide the > layer by default (or delete it if you prefer) in the map manager. > > Hope this helps. > > Dennis > > On Friday, October 6, 2017 at 6:20:19 AM UTC-7, Vincent Meijer wrote: >> >> T

[Arches] Arches 4: Report map javascript errors

2017-10-06 Thread Vincent Meijer
I am seeing these errors when loading a resource report with the map report template (in both Chrome and Firefox): Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead. y@https:

[Arches] Arches 4: Icons on map

2017-10-06 Thread Vincent Meijer
The location icons on my Arches 4 map seem to be a bit off. All georeferenced items in my database show up as purple hexagons. Those resources that are currently visible in the results bar on the left show an additional black location icon. No errors are shown in the browser console.

[Arches] Re: Confusion with initial setup of v4

2017-09-21 Thread Vincent Meijer
Hey Darcy, Using instance in the link you provided, I was able to go to System Settings and see the Mapbox API field: http://heritage.hku.hk/hongkong_v4/settings/#9cbea111-3cda-11e7-b374-c4b301baab9f What browser are you on? I am using Chrome without trouble (albeit your instance is a

[Arches] Re: Making an offline database from Arches, or some version of it

2017-09-19 Thread Vincent Meijer
Hi Allison, Phil is right in that you can run Arches on a local network or even a local laptop without having to be online (at all times). Although this might limit the functioning of the maps, because Arches downloads these from the internet. But there are solutions for that (with which

[Arches] Re: Choosing a cloud service for Arches

2017-08-23 Thread Vincent Meijer
Hi David, We at CVAST (University of South Florida) use AWS as well and had good experiences with it so far. There are people working for AWS that are dedicated to supporting educational instances at no cost. I talk regularly with their account manager and their solution architect. AWS also

[Arches] Re: Upgrading from Arches v4.0b3 project to v4.0

2017-08-17 Thread Vincent Meijer
Thanks Alexei, the update script works fine. Vincent On Friday, 28 July 2017 15:56:44 UTC-4, Alexei Peters wrote: > > Hello Everyone, > If you happened to install Arches v4.0b3 and created a project using the > "arches-project create" command and want to keep that project then the > following

[Arches] Re: Arches v4.0 released

2017-08-15 Thread Vincent Meijer
Great news! Congratulations. I created a Docker image for this release. It can be found in the Docker registry as `arches/arches:4.0.0` Vincent On Thursday, 27 July 2017 18:43:51 UTC-4, Alexei Peters wrote: > > Hi Everyone, > > The Arches team is happy to announce the v4.0 release of Arches!

Re: [Arches] Supporting "fuzzy dates", approximations, and uncertain dates in Arches

2017-07-22 Thread Vincent Meijer
the string '*late third century > B.C.*' > Allowing something like this to participate in search will be the real > trick, but I think it's at least partially achievable! > > Hope this helps. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, In

Re: [Arches] Supporting "fuzzy dates", approximations, and uncertain dates in Arches

2017-07-18 Thread Vincent Meijer
Hi Alexei, What is the current status of fuzzy dates in Arches 4? I have been looking at the Arches code, and it seems the frontend DatePicker only allows -MM-DD, -MM and (*but no B.C.*). However, in practice the datepicker automatically adds 01-01 when I only enter a year. The

[Arches] Re: Importing and exporting the collections (drop down menus for the ressource graph)

2017-07-05 Thread Vincent Meijer
Hi Hiba, You can export your concepts and collections from the RDM screen. You are right that this is separate from the graph export. I'm not able at the moment to provide you with a screenshot of the right button, but it should be pretty straightforward if you have the RDM open. Let us

[Arches] Re: Inference Making and multiple values

2017-06-23 Thread Vincent Meijer
1QCLcBGAs/s1600/Iconography%2Bbranch%2Bcards.PNG> <https://lh3.googleusercontent.com/-l2lpgfm3v08/WU11ykFITnI/B90/JTenG_7Pl24dGeF9oZEFFP5GC0Dt8lU0wCLcBGAs/s1600/Iconography%2Bbranch%2BResource%2BEditor.PNG> On Thursday, 22 June 2017 09:11:33 UTC+2, Vince

[Arches] Re: Inference Making and multiple values

2017-06-22 Thread Vincent Meijer
P.s. in the future I would like to convert the bibliographical references and actors to actual resources instead of concept lists. This is not yet possible in Arches at the moment. On Wednesday, 21 June 2017 22:02:36 UTC+2, Vincent Meijer wrote: > > I would like to use CIDOC's Inference

[Arches] Inference Making and multiple values

2017-06-21 Thread Vincent Meijer
I would like to use CIDOC's Inference Making plugin to document decisions regarding cultural heritage, e.g. iconographic identifications. I am trying to configure a graph so that a user can list - One or more values (strings) - A set of bibliographical references (currently a concept list)

[Arches] Re: Using Docker for deploying Arches

2017-06-13 Thread Vincent Meijer
. like I do in my Dockerfile: `COPY ./docker/entrypoint /docker/entrypoint` Let me know how it goes! Vincent On Tuesday, 13 June 2017 14:15:22 UTC+2, Vincent Meijer wrote: > > Posting Kepa's reply: > > > Hi Vincent, thanks for that link! No problems pulling and running Arches,

[Arches] Re: Using Docker for deploying Arches

2017-06-13 Thread Vincent Meijer
Posting Kepa's reply: Hi Vincent, thanks for that link! No problems pulling and running Arches, works great! Really appreciate an easy to use version of Arches to test it out now while writing a proposal to deploy it more permanently. Especially as you're in between major version numbers...

[Arches] Re: Using Docker for deploying Arches

2017-06-07 Thread Vincent Meijer
to run > successfully by running 'docker-compose up'. Do you have any other > instructions? Also, does it support data volumes for persistent data? > > On Monday, December 12, 2016 at 7:01:17 AM UTC-10, Vincent Meijer wrote: >> >> Hi everyone, >> >> I wa

[Arches] Re: First install - missing components?

2017-05-20 Thread Vincent Meijer
Hi Bastien, When you run `python manage.py packages -o livereload`, did you first activate the virtualenv? `source /ENV/bin/activate` on linux As far as buttons doing nothing, that could be because not all parts in Arches v4 are finished yet. I sometimes get javascript errors when I have no

[Arches] AWS Elasticsearch authentication

2017-05-14 Thread Vincent Meijer
I use AWS Elasticsearch Service and I am having trouble setting its access policy. One option to manage access to ES is whitelisting individual IP addresses, which is not a real option for me, as I run everything in clusters and I create and destroy EC2 instances all the time. Another option

Re: [Arches] IDE for Django

2017-05-12 Thread Vincent Meijer
https://xkcd.com/1823/ On Friday, 12 May 2017 09:19:02 UTC-4, Vincent Meijer wrote: > > I'll have a look at them, thanks! > > On Thursday, 11 May 2017 13:04:13 UTC-4, Alexei Peters wrote: >> >> Hi Vincent, >> I personally use Sublime Text (https://www.sublimetext.

Re: [Arches] IDE for Django

2017-05-12 Thread Vincent Meijer
Development - Farallon Geographics, Inc. - 971.227.3173 > > On Tue, May 9, 2017 at 10:27 AM, Vincent Meijer <meijer@gmail.com > > wrote: > >> I'm curious to learn which IDE people use to develop Arches (core) or >> their Arches custom app. >> >> I cu

[Arches] IDE for Django

2017-05-09 Thread Vincent Meijer
I'm curious to learn which IDE people use to develop Arches (core) or their Arches custom app. I currently use Visual Studio Code with the python and Django Template extensions. Although I really like VSC, when developing Django templates I get a lot of false linting errors, as it doesn't seem

[Arches] bower.json

2017-05-08 Thread Vincent Meijer
I noticed the bower.json in `arches/install/arches-templates/project_name/` changed since I created my custom app. Is there a recommended way to keep up with these changes? I assume this will cause breaking changes when upgrading our custom apps to use future Arches v4 releases. Vincent --

[Arches] Re: Migrating from Arches v3 to v4

2017-05-01 Thread Vincent Meijer
Hello Joel, The graphs that come default with v4 are here: https://github.com/archesproject/arches/tree/master/arches/db/graphs/resource_models Is that what you were looking for? Best, Vincent On Sunday, 30 April 2017 04:06:35 UTC-4, Joel Aldor wrote: > > Hi Dennis, > > I'm done with Step 1

  1   2   >