Re: [Arches] Test Installation on Laptop - need help

2016-05-23 Thread Vincent Meijer
Looks like your postGIS didn't install properly. I usually install it this way on Linux, perhaps you can try it on your macbook: cd /tmp wget http://download.osgeo.org/postgis/source/postgis-2.1.3.tar.gz tar xfvz postgis-2.1.3.tar.gz cd /tmp/postgis-2.1.3 ./configure make make install ldconfig

[Arches] Re: Arches for moveable items

2016-05-17 Thread Vincent Meijer
Hi Steven, I'm trying to do something similar, although I have both mobile and immobile objects. I find that the resource graphs that come with Arches-HIP are pretty much applicable to mobile (in my case mostly archaeological) objects as well, particularly the one called Heritage Resource.

[Arches] Re: Signing in

2016-05-16 Thread Vincent Meijer
Hello all, My name is Vincent, I work for the Center for Virtualization and Applied Spatial Technologies (CVAST), which is part of the University of South Florida. We specialize in collecting 3D and GIS data for both heritage and natural conservation projects, both in Florida and around the

[Arches] Uploading large files in Firefox

2016-08-11 Thread Vincent Meijer
I am trying to upload a 'large' file (253 MB), but after about a minute of loading I get this error: DatabaseError at /resources/HERITAGE_RESOURCE.E18/related-files/ffc19bdb-7f85-427c-b62c-23658e681217 SSL SYSCALL error: EOF detected This only happens when I try it on my environment in

Re: [Arches] Re: ProgrammingError at /search relation "dates" does not exist

2016-07-20 Thread Vincent Meijer
ary back >> in the original ..\site-packages\arches\settings.py file, and allows the >> subsequent ..\arches_hip\settings.py (plus potential >> ..\arches_hip\settings_local.py), and your own champ_hip\settings.py >> (and potential champ_hip\settings_local.py) fil

[Arches] Re: Signing in

2016-07-07 Thread Vincent Meijer
Hi Roshan, Welcome to Arches! Your experience with documenting heritage and building websites will be a valuable addition to the team. Your website looks really good. I especially liked the animations where the monument walls are stripped down to show what's behind them. We both have quite

Re: [Arches] Re: ProgrammingError at /search relation "dates" does not exist

2016-07-07 Thread Vincent Meijer
Inline image 10] > > Step 9) Run arches > [image: Inline image 11] > > Step 10) Open the search page (http://localhost:8000/search) into the > browser > [image: Inline image 12] > > Regards, > > On Wed, Jun 29, 2016 at 8:38 PM, Vincent Meijer <vme...@usf.edu &

Re: [Arches] Re: Using Docker for deploying Arches

2016-08-08 Thread Vincent Meijer
Yes, we at USF's CVAST are in a far stadium of dockerizing Arches. After we get everything ready and stable, I will share. Stay tuned! On Friday, 29 July 2016 01:25:03 UTC-4, Joel Aldor wrote: > > Has anyone continued the dockerization of Arches 3? > > On Sunday, January 11, 2015 at 3:30:01 PM

Re: [Arches] Re: ProgrammingError at /search relation "dates" does not exist

2016-06-29 Thread Vincent Meijer
Hello Piyush, Could you please confirm that you activated your virtual environment before you ran the command (as Alexei suggested)? That would make a big difference in how to approach this issue. Also, it would make it easier for us to help if you if you could post the exact commands that

[Arches] Arches 4: ElasticSearch

2017-01-31 Thread Vincent Meijer
In Arches 4 the ElasticSearch server is incorporated inside Arches itself: https://github.com/archesproject/arches/wiki/Dev-Installation#system-architecture I was wondering how this works and what the idea behind this is. It seems odd to me. E.g. How would it work if you want to run a cluster of

Re: [Arches] Arches 4: ElasticSearch

2017-02-01 Thread Vincent Meijer
tschap *Onroerend Erfgoed* > > *T* 02 553 16 82, *M* 0499 94 93 68 > -- > *Van:* arches...@googlegroups.com < > arches...@googlegroups.com > namens Adam Cox < > mr.ad...@gmail.com > > *Verzonden:* dinsdag 31 januari 2017 21:52 > *Aan:* Vincent Meijer > *CC:

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

2017-02-22 Thread Vincent Meijer
Awesome, thanks for sharing On Tuesday, 21 February 2017 02:16:35 UTC-5, Joel Aldor wrote: > > Hi Alexei, > > I've only had two months of working with Azure, but apart from the > interface I don't see much difference with AWS as far as administering > servers are concerned, and I don't think

[Arches] Re: Moving to the Production Server

2017-02-22 Thread Vincent Meijer
Hi Lucy, Personally I would have somebody on-site with you who knows that she/he's doing before bringing anything to Production. It is not rocket science, but you are putting your precious data online and without the right precautions you could be at risk of losing it. Again, this is just my

[Arches] Re: Cannot run manage.py

2017-02-22 Thread Vincent Meijer
igrate my Arches server from AWS to Azure. I posted > the steps on a new thread. :) > > On Tuesday, February 21, 2017 at 1:49:51 AM UTC+8, Vincent Meijer wrote: >> >> Hey Joel, could you check arches and arches_hip are installed in >> ~/Projects/ENV/lib/python2.7/site-package

[Arches] Re: Connection Refuse

2016-08-19 Thread Vincent Meijer
Can you try the following command? I only changed the ip address. /ArchesDir/ENV/bin/python /ArchesDir/arches/manage.py runserver 0.0.0.0:8000 I f that doesnt help, see if the postgres server is running: ps -ef |

Re: [Arches] Uploading large files in Firefox

2016-08-16 Thread Vincent Meijer
th a higher amount of gb, and choosing your new > snapshot > 5. attach the new larger volume to the instance > 6. restart the instance > > Some of these steps take a few minutes on the AWS end of things, so it > will probably take about 30 minutes overall. > > Let us

Re: [Arches] Re: Using Docker for deploying Arches

2016-08-24 Thread Vincent Meijer
uctions in this post: >>> https://groups.google.com/forum/#!searchin/archesproject/script%7Csort:relevance/archesproject/sXu6qpMuoAs/qDKQlQstIwAJ >>> >>> The data directory of PostgreSQL is also exportable, and you can create >>> persistent data container for it.

[Arches] Re: Compiling .py programs

2016-12-12 Thread Vincent Meijer
Hi Lucy, Did you manage to get this to work? Please see this discussion with the same problem: https://groups.google.com/forum/#!msg/archesproject/Khj1ddBxAYk/G4TeZj1dBAAJ As Adam summarizes: copy the arches_hip/models/resource.py file, paste it into the corresponding directory of your own

[Arches] Re: Using Docker for deploying Arches

2016-12-12 Thread Vincent Meijer
Hi everyone, I was wondering if anyone ever had any success with using Jae's or my Docker-ready version of Arches. FYI: We moved our repositories to Github. Our Arches implementation can now be found here: https://github.com/cvast/cvast-arches (At the moment I only use static pages, as we

Re: [Arches] Re: Resource graph - Related resources for node

2017-01-13 Thread Vincent Meijer
"uncertain"). >> >> To support this, Arches version 4 will support the ability to reference >> another resource instance in a node, as you rightly point out isn't >> currently possible. >> >> Hope this helps, >> >> Dennis >> >> On

[Arches] Resource graph - Related resources for node

2017-01-11 Thread Vincent Meijer
Hi all, I am working on an idea I have to record all interpretations made regarding a specific (heritage) resource. I would like to *relate the assignment* of e.g. a cultural period or the use/type of an object (hide scraper, spear head, vase) or an object category (defensive structures,

Re: [Arches] Re: Creating .Arches files

2017-01-05 Thread Vincent Meijer
data is often a very complex task, so I'm interested > to hear how it goes for you. > > On Wed, Jan 4, 2017 at 1:46 PM, Vincent Meijer <meijer@gmail.com > > wrote: > >> Where can I find Adam Cox's excellent guide to creating a .Arches file? :) >> >> I am

[Arches] Re: BUG: Concept Schemes won't delete - and a workaround

2017-01-05 Thread Vincent Meijer
Came across the same issue and this comment was very helpful, thanks. :) On Tuesday, 19 January 2016 13:52:23 UTC-5, Bryan Alvey wrote: > > Hi guys, > > I have arches running on an 8Mb Windows server r2 platform on google > cloud. > > Here is another bug I came across when testing the RDM,

[Arches] Re: Compiling .py programs

2017-01-06 Thread Vincent Meijer
at out and add > import forms > in order to reference the correct forms.py file. > https://groups.google.com/d/msg/archesproject/PFshiztyAYE/s7oeEbhVDgAJ On Wednesday, 4 January 2017 14:20:53 UTC-5, Vincent Meijer wrote: > > Thanks for pointing that out, Adam! > > > On Fri

[Arches] Re: Compiling .py programs

2017-01-04 Thread Vincent Meijer
Thanks for pointing that out, Adam! On Friday, 23 December 2016 12:41:04 UTC-5, Adam Cox wrote: > > Hi Vincent, regarding ElasticSearch, there is another command you can run > to reindex the database > python manage.py packages -o index_database > This takes a little bit of time, but it

Re: [Arches] Re: Compiling .py programs

2016-12-16 Thread Vincent Meijer
r-Jones > Egypt Database Project > TMP Room 2181, HUSS Building AUC New Campus > Tel: 02 2615 1760 > Mobile: 010 1633 8367 > > > On Mon, Dec 12, 2016 at 11:45 PM, Vincent Meijer <meijer@gmail.com > > wrote: > >> Hi Lucy, >> >> Did you mana

[Arches] Re: elasticsearch configuration recommendations

2017-03-24 Thread Vincent Meijer
Hey Darcy, I think Adam might be able to tell you more about why running one Elasticsearch server for two Arches instances is not a good idea (even though it seems inefficient). Here is a thought you may or may not find interesting: If you want full standardization / repeatable ES installs,

Re: [Arches] Re: elasticsearch configuration recommendations

2017-03-26 Thread Vincent Meijer
Let me know if you have questions ;) On Mar 25, 2017 8:37 PM, "Darcy Christ" <1000cam...@gmail.com> wrote: > Thank you, Vincent. I’ve been meaning to start working with Docker. This > sounds like a good opportunity. > > > On Mar 25, 2017, at 4:50 AM, Vincent M

[Arches] Re: Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-03-27 Thread Vincent Meijer
Hello Joel, First things first: is your Apache instance configured to point traffic on port 443 to your Arches/Django instance? If you post your config here we could probably help you more efficiently. The next thing I would check is to which certificate your Apache config points. Then check

[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-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

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

[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: 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] 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

[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

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

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.

[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: 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] 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: 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] 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: 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: 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

[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: 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: 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] 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: 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)) -

[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: 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

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

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 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] 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

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] 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 >

[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] 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] 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-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: 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: 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

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.

[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-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: 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] 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: 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

[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

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: > >&

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
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: 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] 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 >

[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] 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

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] 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: 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] 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

[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

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 > >

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-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

[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' &&

  1   2   >