[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) *with

[Arches] Re: Using Docker for deploying Arches

2017-06-13 Thread Vincent Meijer
: E.g. 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 runni

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

[Arches] Re: Using Docker for deploying Arches

2017-06-07 Thread Vincent Meijer
t it 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, >> >

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

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

Re: [Arches] IDE for Django

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

[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] Getty Art & Architecture Thesaurus

2017-05-05 Thread Vincent Meijer
Hello all, I was wondering if anyone has experience with loading (parts of) the Getty Art & Architecture Thesaurus into Arches: http://www.getty.edu/research/tools/vocabularies/aat/ I would like to use parts of the thesaurus in Arches, e.g. the Objects Facet concepts for the Heritage Resource

Re: [Arches] Arches v4 stable release

2017-05-03 Thread Vincent Meijer
eel free to submit a > ticket. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > <(971)%20227-3173> > > On Mon, May 1, 2017 at 8:08 AM, Vincent Meijer > wrote: > >> I was wondering if it is possible at thi

[Arches] Arches v4 stable release

2017-05-01 Thread Vincent Meijer
I was wondering if it is possible at this point to name a release date for the first stable version of Arches v4. That would greatly help me and hopefully others to plan their own implementation of Arches. Thanks! Vincent -- -- To post, send email to archesproject@googlegroups.com. To unsubs

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

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 Meijer

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

[Arches] Re: Issue in Arches Project Installation on "Windows 7"

2017-02-27 Thread Vincent Meijer
Hi Bhavya, Could you please post the error? Thanks, Vincent On Monday, 27 February 2017 00:28:21 UTC-5, Bhavya Ahuja wrote: > > Hello Arches Project Team, > > We tried to setup the Arches on "Windows 7" and its throwing and error > related to path which actually exists on system while tried to

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

[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

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 I'l

Re: [Arches] Abridged summary of arches...@googlegroups.com - 1 update in 1 topic

2017-02-20 Thread Vincent Meijer
It's Postgresql 9.3 On Sunday, 19 February 2017 15:34:26 UTC-5, Lucy FJ wrote: > > This question is about the correct version of PostgreSQL. When we checked > the version we are using for Arches, it showed 8.4.2 (server 9.3). Does > this mean 8.4.2 or 9.3? > Thank you very much, > Lucy > > Sent

[Arches] Re: Cannot run manage.py

2017-02-20 Thread Vincent Meijer
Hey Joel, could you check arches and arches_hip are installed in ~/Projects/ENV/lib/python2.7/site-packages ? Or somewhere along that path, not sure if I got it exactly right off the top of my head. On Saturday, 18 February 2017 01:27:58 UTC-5, Joel Aldor wrote: > > Hello, > > Tried to create

[Arches] Re: Arches resource cross reference relationships authority file problems

2017-02-10 Thread Vincent Meijer
As far as the command line issue: wrapping your file name in quotes " " should allow you to use file names with spaces. Vincent On Wednesday, 8 February 2017 05:12:03 UTC-5, Lucy FJ wrote: > > >

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] Arches 4: ElasticSearch

2017-01-31 Thread Vincent Meijer
consider that a security breach. > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Tue, Jan 31, 2017 at 10:14 AM, Vincent Meijer > wrote: > >> Thanks for explaining! Could you please tell a little bit more about what >> it m

Re: [Arches] Arches 4: ElasticSearch

2017-01-31 Thread Vincent Meijer
dditional machines if needed. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Tue, Jan 31, 2017 at 8:28 AM, Vincent Meijer > wrote: > >> In Arches 4 the ElasticSearch server is incorporated inside Arches itself:

[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

[Arches] Re: Arches v4 release schedule

2017-01-24 Thread Vincent Meijer
Very exited about this! I have decided to go straight for v4, instead of continuing development of my v3 resource graphs. Arches 4 has so many features that line up well with my requirements! I am especially happy with the feature of referencing resources within a node (see this discussion: ht

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

2017-01-13 Thread Vincent Meijer
quot;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 >> >

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

[Arches] Re: Compiling .py programs

2017-01-06 Thread Vincent Meijer
comment that 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! > > &

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

Re: [Arches] Re: Creating .Arches files

2017-01-05 Thread Vincent Meijer
ood luck! Migrating 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 > wrote: > >> Where can I find Adam Cox's excellent guide to creating a .Arches file? :) >> >> I am

Re: [Arches] Re: Creating .Arches files

2017-01-04 Thread Vincent Meijer
Where can I find Adam Cox's excellent guide to creating a .Arches file? :) I am importing an old database that is a huge mess, and it seems I will need to prepare a .arches file by querying every column of every table into a .arches format. E.g. this query: select CONCAT('HERITAGE_RESOURCE_',

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

Re: [Arches] Re: Compiling .py programs

2016-12-16 Thread Vincent Meijer
cy Fletcher-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 > wrote: > >> Hi Lucy, >> >> Did you manage to get this to work?

[Arches] Re: Other Arches live installations

2016-12-16 Thread Vincent Meijer
I would like to share our website with all of you: cvast.usf.edu Even though the database part is not live yet (working hard on our customizations), I feel I should at least acknowledge the website leans heavily on Arches and allowed me to create a fresh looking website very quickly. I will up

[Arches] Re: Happy Thanksgiving!

2016-12-16 Thread Vincent Meijer
Seeing this message only now proves I can be more active in this community. Hope you had a good Thanksgiving,Ed! Vincent On Thursday, 24 November 2016 06:48:54 UTC-5, Edmund Lee wrote: > > A bit off-topic for this group, but in a troubled world open-source > software is, in my opinion, part of

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

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

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

2016-08-24 Thread Vincent Meijer
> instructions 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

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

Re: [Arches] Uploading large files in Firefox

2016-08-16 Thread Vincent Meijer
create new volume with 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. &

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

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 UT

[Arches] Re: Adding images to a new resource type

2016-07-20 Thread Vincent Meijer
Just a thought, but did you check the browser console for any javascript errors? I use Firefox's Firebug plugin for this. Vincent On Friday, 15 July 2016 12:02:08 UTC-4, Adam Cox wrote: > > I've been to trying in vain to allow a new resource type to upload images. > I started off with a more c

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

2016-07-20 Thread Vincent Meijer
/values. This is especially useful in >> Arches, because it leaves the initial creation of that dictionary 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

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

2016-07-13 Thread Vincent Meijer
l again perform all the steps with all the suggestion you mention in >> your previous post and get back to you. >> >> Regards, >> >> On Thu, Jul 7, 2016 at 7:22 PM, Vincent Meijer > > wrote: >> >>> Hi Piyush, >>> >>> Sorry for getting

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

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

2016-07-07 Thread Vincent Meijer
mage: 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 > wrote: &g

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 you

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

2016-05-28 Thread Vincent Meijer
I got the same error after I installed from the master branch in Github (instead of "pip install arches"). The latest tag/release worked fine for me. How did you install? Vincent On Saturday, 28 May 2016 09:51:38 UTC-4, Piyush Shah wrote: > > Hi, > > I had installed Aches on my 64bit system a

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 m

[Arches] Re: ImportError when using manage.py

2016-05-17 Thread Vincent Meijer
Just a thought, but are you installing arches-hip as well (since setup_elasticsearch is not part of the official installation guide for arches itself)? If so, from what folder do you run the '(ENV)$ python manage.py packages -o setup_elasticsearch' command? This needs to be executed from the my

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

[Arches] Re: Signing in

2016-05-17 Thread Vincent Meijer
m others on the list. > > I'm sorry to hear you don't have a window - that's tough. Perhaps you can > download something inspirational from the Arches demo site to use as a > desktop image? > > All the best > > Ed > > On Monday, May 16, 2016 at 5:33:17

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

<    1   2