[Arches] Re: Signing in

2018-10-12 Thread Alex Lofgren
Greetings, I am an undergraduate student at University of Alabama in Huntsville majoring in Computer Engineering. I am trying to get experience in coding and teamwork by getting involved in an open source project. After looking at a few possible projects, I felt Arches would be a good project

[Arches] Re: Requirements/Dependencies for Arches 4.3.1

2018-10-12 Thread Alex Lofgren
The requirements are the same except for one item. 4.1.1 needs the bower package manager, whereas 4.3.1 requires the yarn package manager. Bower https://bower.io/#install-bower If you need more information on 4.1.1, here is a link to the docs for that version.

[Arches] Collector nodes in RDM

2018-10-12 Thread Adam Lodge
Does anyone (maybe @ryan or @adamcox) remember how to flag a given RDM concept as a collector in order to prevent it from actually being picked in a given dropdown field? I cant find any documentation on it, and trying to do it by memory and failing. It might not be supported in 4.3 and if so,

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

2018-10-12 Thread Vincent Meijer
Excellent news, glad to hear it! On Fri, 12 Oct 2018, 02:41 Lawrence Goh, wrote: > Hi Vincent, > > Thank you so much for all the help and information. I finally got it > running on Azure. Adding on, I have changed the ports back to 8000:8000. > > Thanks again. > > Regards, > Lawrence > > On

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

2018-10-12 Thread Vincent Meijer
My main problem now is that when status = queued, the url property is also null. I can't find any Arches code that even hints at setting these properties, except in datatypes.FileListDataType where status is set to "uploaded":

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

2018-10-12 Thread Vincent Meijer
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 that 'status = queued' value. On Friday, 12 October 2018 13:50:24 UTC+2, Vincent