Re: [Arches] Re: Arches Community Forum launch scheduled for June 1st

2021-05-17 Thread Alexei Peters
Thanks Ed for welcoming everyone over the past 8 years and for creating such a great way for people to introduce themselves and "break the ice" with their singing in posts! Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, May 17, 2021 at 3:48 AM

Re: [Arches] Re: Arches installation with database on a separate server

2021-05-12 Thread Alexei Peters
Hi Markus, Have you set these settings in settings.py? PG_SUPERUSER PG_SUPERUSER_PW These should be set to a user who can create a database in Postgres. If you set those that should get you past the error above. Cheers, Alexei On Thursday, April 22, 2021 at 3:04:41 PM UTC-7 Markus S. wrote: >

Re: [Arches] Re: register and present resource information in multiple languages

2021-03-18 Thread Alexei Peters
Hi Anjo, As for your question about contributing to the project please see the documentation found here: https://arches.readthedocs.io/en/stable/overview/#contributing-to-arches Hopefully that points you in the right direction. Cheers, Alexei On Wed, Mar 17, 2021 at 10:38 AM anjo.we...@gmail.com

Re: [Arches] Re: Error when trying to start celery

2021-02-12 Thread Alexei Peters
m my app > name, I get an error. Can you please try retesting by setting your elastic > search prefix setting to something that doesn’t equal your project name to > see if you hit the same error as me? > > Thanks, > Angela > > On Thu, Feb 11, 2021 at 8:04 PM Alexei Peters wr

Re: [Arches] Re: Error when trying to start celery

2021-02-11 Thread Alexei Peters
en I edit those lines manually and change them to > use my project's name, I can run the command fine. > > Am I supposed to have a separate celery management command within my > project folder or is this a bug with the arches management command? > > Thanks, > Angela > >

Re: [Arches] Re: Error when trying to start celery

2021-01-29 Thread Alexei Peters
celery.py file from the fresh > project to my migrated project? And do you think this is an anomaly or a > "feature" of migrating from much earlier versions? If the latter, should we > add something to the docs to cover this? > > Thank you for sticking with this, > Angela >

Re: [Arches] Re: Error when trying to start celery

2021-01-29 Thread Alexei Peters
ard -- no renaming of anything. > > Thanks, > Angela > On Tuesday, January 26, 2021 at 3:44:15 PM UTC-5 Alexei Peters wrote: > >> Hi Angela, >> I assume that you're running the "python manage.py celery start" >> command from your project and not from the root of th

Re: [Arches] Re: Error when trying to start celery

2021-01-26 Thread Alexei Peters
Hi Angela, I assume that you're running the "python manage.py celery start" command from your project and not from the root of the Arches code base correct? The command also assumes that you haven't rename your folders in your project directory. -Alexei Director of Web Development - Farallon

Re: [Arches] Importing dates earlier than 1970-01-01

2021-01-21 Thread Alexei Peters
Hi Markus, I just created a small graph based on your example. I allowed for multiple values for the Evaluation Card. With that setup, I was able to import a csv file structured exactly like the one you specify above without any issue. Have you tried creating a date older than 1970 via the UI?

[Arches] Re: Importing dates earlier than 1970-01-01

2021-01-20 Thread Alexei Peters
Hi Markus, Let me check to see what is going on here and I'll try and get back to you soon. Cheers, Alexei On Wednesday, January 20, 2021 at 2:19:50 PM UTC-8 Markus S. wrote: > Hi Lindsey, > > No, I still cannot import dates earlier than 1970-01-01. It has not been a > huge issue since we are

Re: [Arches] Re: Arches 5.1.0 released

2021-01-05 Thread Alexei Peters
Hi kubalobo@gmail, It looks like the error message you received is because you have geometric coordinates that are integers mixed with coordinates that are decimals. Elasticsearch (ES) dynamically maps incoming fields based on the first document indexed. It appears that the first document had

Re: [Arches] Hiding Spatial Locations in the Report Template

2020-12-09 Thread Alexei Peters
gt; But once you know, easy-peasy! > > Thanks for all your help, > > > Bryan > > > > > On Wed, 9 Dec 2020 at 07:37, Alexei Peters wrote: > >> Hi Bryan, >> Right now the data for storing you coordinates is in 1 node and if the >> permissions are set such

Re: [Arches] Hiding Spatial Locations in the Report Template

2020-12-08 Thread Alexei Peters
Hi Bryan, Right now the data for storing you coordinates is in 1 node and if the permissions are set such that a specific group isn't allowed to see it, then the flows to all the different ways that data could show up. In this case the map data and the coordinate data are derived from that same

Re: [Arches] Graph Validation Error (you cannot modify a Resource Model with instances) - how do I find instances?

2020-10-15 Thread Alexei Peters
Hi Jude, If you want to delete all the "Monument" instances just go to the graph designer for that model. Then select the "Manage" button in the upper left corner. That should give you an option to delete all instances of that model. I know it's obvious, but this is permanent. There is no way

Re: [Arches] Re: V5 dependencies installation - postygres install problem

2020-09-21 Thread Alexei Peters
Hi Pat, Could you submit a ticket about this and in the ticket add the suggested fixes and maybe also add a link to this thread. Thanks, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Sat, Sep 19, 2020 at 4:23 AM patlu...@gmail.com wrote: > Hello Alina, > >

Re: [Arches] Changing the Default Search

2020-05-27 Thread Alexei Peters
Hi Martha, If you want to replace the entire page with something custom, then you could go to urls.py and redirect that url to your page. -Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Tue, May 26, 2020 at 12:51 PM Martha S wrote: > Hi, all, > > I'm looking

Re: [Arches] Re: Related card

2020-05-05 Thread Alexei Peters
Hi Mélina, I think the simplest way to solve this would be to create a custom card component ( https://arches.readthedocs.io/en/stable/functions-widgets-datatypes/#card-components) that would hide certain

Re: [Arches] Multilingual Record Structure

2020-03-30 Thread Alexei Peters
Hi Elishai, The Arches user interface can be localized via django's in-built functionality (see: https://docs.djangoproject.com/en/2.2/topics/i18n/) The business data on the other hand will only support the language that the user chooses to work in. For example, the name of a graph will be in

Re: [Arches] Re: Controlling order of indexing of resource types for Elasticsearch?

2020-03-23 Thread Alexei Peters
Hi David, This is a bit of a hack, but would achieve what I believe you are looking for. 1. Go to the graph editor for the resource type you want to re-index. 2. From the "Manage" button in the top left, select "Functions" 3. Select the "Define Resource Descriptors" from the left panel

Re: [Arches] help deleting data model

2020-03-19 Thread Alexei Peters
s/django/core/handlers/base.py”, >>> line 115, in _get_response >>> Mar 03 09:41:09.940 [staging-arches-ruscha] arches response = >>> get_response(request) >>> Mar 03 09:41:09.940 [staging-arches-ruscha] arches File >>> “/web_root/ENV/lib/pyth

Re: [Arches] Implementing Custom Search Filters in Arches 5

2020-03-16 Thread Alexei Peters
> > Thanks, > Adam > > On Mon, Mar 16, 2020 at 2:18 PM Alexei Peters wrote: > >> Hi Adam, >> Everything you laid out is correct. I"m sure you've already done this, >> but looking at the existing components should be enlightening. >> Because you have n

Re: [Arches] Implementing Custom Search Filters in Arches 5

2020-03-16 Thread Alexei Peters
Hi Adam, Everything you laid out is correct. I"m sure you've already done this, but looking at the existing components should be enlightening. Because you have no UI, then your client side code should be pretty simple. All you should need to do is append your search parameter onto the search url

Re: [Arches] New Python Script/Workflow for creating Nested Toggle-based Cards.

2020-03-16 Thread Alexei Peters
Hi Brendon, I think that you could satisfy this with a custom card component. I don't think new data type is what you're looking for. see https://arches.readthedocs.io/en/stable/functions-widgets-datatypes/#card-components Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. -

Re: [Arches] help deleting data model

2020-03-04 Thread Alexei Peters
value_lookup[valueid] > Mar 03 09:41:09.940 [staging-arches-ruscha] arches File > “/web_root/arches/arches/app/datatypes/concept_types.py”, line 30, in > get_value > Mar 03 09:41:09.940 [staging-arches-ruscha] arches Traceback (most recent > call last): > Mar 03 09:41:09.940 [staging-

Re: [Arches] help deleting data model

2020-03-03 Thread Alexei Peters
Hi Lily, Are you getting any error messages in the terminal running Arches, or any messages in the arches.log file? Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Mar 2, 2020 at 4:42 PM Lily Pregill wrote: > Hi all, > > I have a data model that

Re: [Arches] Re: Programmatic management of resources?

2020-02-24 Thread Alexei Peters
> there anything for developers such as an entity relationship diagram for >> the database, to explain how to query it? >> I'll try your SQL and proceed with caution (and backups!) when I get to >> deletions. >> >> Cheers >> David >> >> On Tuesd

[Arches] Re: Programmatic management of resources?

2020-02-18 Thread Alexei Peters
Hi David, There isn't a baked in "grep"-like command to do what you want but I've crafted a bit of sql that you might be able to run to retrieve resource instances based on node values. SELECT t.tileid, t.resourceinstanceid, t.tiledata, n.nodeid FROM tiles t LEFT JOIN nodes n ON t.nodegroupid =

[Arches] Arches v5.0 released (now using Python 3!)

2020-01-13 Thread Alexei Peters
The Arches team is happy to announce the release of v5.0 This is a major release of Arches and it will require several updates to the dependencies upon which Arches relies. To upgrade from a previous version please review the "Upgrading Arches" section of the release notes for v5.0

Re: [Arches] Upgrading to a specific version of Arches - 4.4.1 (not the latest 4.4.2 version)

2019-10-07 Thread Alexei Peters
ult_cache = list(self._iterable_class(self)) > > File "c:\obap\env4.1.1\lib\site-packages\django\db\models\query.py", > line 53, in __iter__ > > results = compiler.execute_sql(chunked_fetch=self.chunked_fetch) > > File > "c:\obap\env4.1.1\lib\site-pack

Re: [Arches] Re: Error Exporting Business Data from Arches 4.4.2

2019-10-04 Thread Alexei Peters
Sounds like you're on track Martha! I'm glad we could help. -Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Fri, Oct 4, 2019 at 9:56 PM Martha S wrote: > That worked, Adam, > > I now have what I need to put together my select statement. I now "get" > the

Re: [Arches] Upgrading to a specific version of Arches - 4.4.1 (not the latest 4.4.2 version)

2019-10-03 Thread Alexei Peters
Hi Tom, The pip command to install a specific version should be this `pip install myPackage=={version num} So for Arches that should be: ‘pip install arches==4.4.1 --upgrade --no-binary :all:’ Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Thu, Oct 3,

Re: [Arches] Re: Error Exporting Business Data from Arches 4.4.2

2019-10-02 Thread Alexei Peters
Hi Martha, I think you're looking for the wrong character. In your initial post the stack trace indicated the "broken bar" character. see http://www.fileformat.info/info/unicode/char/a6/index.htm Try searching for that character instead. Cheers, Alexei Director of Web Development - Farallon

Re: [Arches] Error Exporting Business Data from Arches 4.4.2

2019-10-01 Thread Alexei Peters
Hi Martha, It looks like somewhere you have a "broken bar" character in your data ( https://www.fileformat.info/info/unicode/char/00a6/index.htm) If you can find it and remove it then that might solve the problem. Hope that points you

Re: [Arches] Arches v4 Windows Installation with pip

2019-07-16 Thread Alexei Peters
Hi Anthony, I just did a quick check and something strange seems to be happening with your install. The line of code you're hitting shouldn't even be run as far as I can tell. Maybe Adam Cox can lend his thoughts to this. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. -

Re: [Arches] How to change the application language?

2019-06-14 Thread Alexei Peters
itle bit more. I think > I can fix one language per project, thus I can bypass the problem putting > all my translations in the 'en' folder. I let you know if I find something > new. > > Cheers, > Marlene > > Le mercredi 12 juin 2019 20:24:47 UTC+2, Alexei Peters a écrit

Re: [Arches] How to change the application language?

2019-06-12 Thread Alexei Peters
ed (search page is loading when choosing > en-US language_code despite the error message on /media/img/Workflow.png). > > Cheers, > Marlène > > Le lundi 10 juin 2019 19:50:02 UTC+2, Alexei Peters a écrit : >> >> Hi Marlene, >> Can you post a copy of any errors you

Re: [Arches] How to change the application language?

2019-06-10 Thread Alexei Peters
Hi Marlene, Can you post a copy of any errors you're seeing, either directly from the search page, or from the console. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Wed, Jun 5, 2019 at 6:18 AM Marlene Gilles wrote: > Hello, > > I would like to

Re: [Arches] Re: Falling at first hurdle, then the next, then the next.

2019-05-10 Thread Alexei Peters
Thanks Martha for mentioning that! We should make sure to add that bit of information to our documentation. Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Thu, May 9, 2019 at 9:20 AM Martha S wrote: > Researcher, > > I hope you've conquered your install

Re: [Arches] External hyperlinks

2019-04-27 Thread Alexei Peters
dget options. > > Chris > > On Monday, April 22, 2019 at 12:42:46 PM UTC-4, Alexei Peters wrote: >> >> Hi Christian, >> The only widget we have right now that supports hyperlinks is the >> rich-text widget. That widget requires a string datatype and should allow &

Re: [Arches] External hyperlinks

2019-04-22 Thread Alexei Peters
Hi Christian, The only widget we have right now that supports hyperlinks is the rich-text widget. That widget requires a string datatype and should allow you to enter a hyperlink and have it be active. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On

Re: [Arches] Re: Error after changing map search area

2019-04-17 Thread Alexei Peters
; > > On Wednesday, 17 April 2019 19:11:09 UTC+1, Alexei Peters wrote: >> >> Hi David, >> I created a ticket for this issue here: >> https://github.com/archesproject/arches/issues/4780 >> >> In the mean time to get you past this bug you'll have to temporaril

[Arches] Re: Error after changing map search area

2019-04-17 Thread Alexei Peters
Hi David, I created a ticket for this issue here: https://github.com/archesproject/arches/issues/4780 In the mean time to get you past this bug you'll have to temporarily edit one of the files found here on your system:

Re: [Arches] Falling at first hurdle, then the next, then the next.

2019-04-10 Thread Alexei Peters
It looks like you have your virtual environment activated, but some of your dependencies might be missing (django perhaps). When you installed Arches did you use this command: pip install arches --no-binary :all: If you just ran "pip install arches" then you'll be missing all of your

Re: [Arches] Possible RDF Error

2019-04-05 Thread Alexei Peters
Hi Brian, Have you tried to undo what you did by removing the "parent" reference using the "Manage Parents" function? -Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Fri, Apr 5, 2019 at 5:54 AM Bryan Alvey wrote: > Hi guys, > > I thought I might notify you

Re: [Arches] EDTF dates generating errors

2019-04-03 Thread Alexei Peters
Hi Neil, This might be an issue with how Elasticsearch dynamically maps incoming data to data types. The very first time that a new value of a certain type is saved, Elasticsearch will assign a datatype to it. In the case of an EDTF datatype, if the first time a user saved a value to that field

[Arches] Re: Add default languages to Arches

2019-04-02 Thread Alexei Peters
Hi Bryan, The way to do this is to use the Django admin console. Go to "Models/D Languages". There you'll be able to add a new language entry. http://localhost:8000/admin/models/dlanguage/ The language id should be in the form of xx-XX and the name should be uppercase for consistencies sake.

Re: [Arches] Hardware

2019-02-25 Thread Alexei Peters
Hi David, This really depends on the number of simultaneous users you anticipate having to host. Can you shed some light on this? Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Feb 25, 2019 at 2:07 AM David Gurevich wrote: > Hello. > I am

Re: [Arches] Creating two widgets with same card

2018-12-03 Thread Alexei Peters
Hi Yazan, What version of Arches are you using? -Alexei On Sun, Dec 2, 2018, 12:13 PM Yazan Tahhan Hi all, > > I'm trying to create a two widgets in the same card. > An example to that is the "Name" and "Name Type" that exists in the "Create > Branch" section in the documentation >

Re: [Arches] Unit tests in custom Arches app

2018-11-19 Thread Alexei Peters
Vincent, I've never tried this before, but I'm sure you can get it to work with a little fiddling. The test module is completely separate from the pip installed arches code. ROOT_DIR should point to your app root directory. TEST_DIR should point to your test directory. Hope that's helpful. -Alexei

Re: [Arches] Fuzzy dates

2018-11-19 Thread Alexei Peters
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! >>> >>> On Thu, Sep 6, 2018 at 10:41

Re: [Arches] Error in the Resource Model Designer

2018-10-22 Thread Alexei Peters
It looks like one of your dependencies (d3 library ) didn't install properly. You might try running the `yarn` command again. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Oct 22, 2018 at 8:49 AM Matteo Orlando <

Re: [Arches] Using concept values in reports

2018-09-25 Thread Alexei Peters
Vincent, If you can find that value in a Knockout context, then it's in the javascript somewhere. You're going to have to do some sleuthing to find out where though. Alternatively, there is an api endpoint (localhost:8000/rdm/concepts/{conceptid}) that you could use, except that it's not

Re: [Arches] Possible of creating a new resource or editing the node

2018-09-21 Thread Alexei Peters
Hi Kevin, In the latest version of Arches (4.3.1) you can easily create a graph that collects exactly the data you want. You should take a look at that version. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Fri, Sep 7, 2018 at 3:00 AM, lu kevin

Re: [Arches] Fuzzy dates

2018-09-06 Thread Alexei Peters
Oops! Here's the link... http://www.loc.gov/standards/datetime/pre-submission.html Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Thu, Sep 6, 2018 at 11:36 AM, Alexei Peters wrote: > Hi Vincent, > Here's a link to the EDTF proposal. It has a bunch of ex

Re: [Arches] Fuzzy dates

2018-09-06 Thread Alexei Peters
Hi Vincent, Here's a link to the EDTF proposal. It has a bunch of examples of EDTF strings and what they mean and how they should be interpreted. -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] Arches 4.3.1 released

2018-09-04 Thread Alexei Peters
The Arches team was made aware of a few issues with our latest release (4.3.0) so we've quickly fixed them and pushed a 4.3.1 release. Some of the highlights: - Fixes issue preventing users unassigned to the Graph Editor group from editing related resources - Fixes migration for users upgrading

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

2018-08-23 Thread Alexei Peters
A pretty awesome achievement indeed! Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Wed, Aug 22, 2018 at 8:03 AM, Edmund Lee < edmund@historicengland.org.uk> wrote: > Hey everybody, > > We reach what feels like an important milestone today - 5 years since the >

Re: [Arches] time wheel alternative in time search?

2018-05-22 Thread Alexei Peters
Hi Xavier, No, at this point Arches only uses the time wheel. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Tue, May 22, 2018 at 2:58 AM, Xavier Prat wrote: > Hello, > > I looked the time wheel widget located in time

[Arches] Arches 4.1.1 released

2018-05-18 Thread Alexei Peters
The Arches team has been busy trying to improve Arches and fix a several bugs as well. Below you'll find a listing of all the changes that are included in the latest release. *Some of the highlights:* - Arches now saves a resource instance only after a tile is saved - Adds the

Re: [Arches] GDPR features on Arches

2018-05-03 Thread Alexei Peters
Hi Joel, This is a really good question and one that I was wondering about myself, because of the recent flurry of GDPR related emails I've been getting. I don't know if I can definitively answer this question, but I can speculate, so here goes! The main thrust of the GDPR is around protecting

Re: [Arches] Can't delete Thesaurus or items in it if they contain accents

2018-02-20 Thread Alexei Peters
Hi Arnau, What version of Arches are you using and what specific term are you trying to delete? I'm able to manage and delete entries with diacritic marks in the latest for whatever that's worth. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Sat, Feb

[Arches] Arches 4.1.0 released

2018-01-23 Thread Alexei Peters
*Arches 4.1.0 release notes (*see https://github.com/archesproject/arches/blob/4.1.0/docs/releases/4.1.0.md for a nicely formatted version of this announcement*)* The Arches team has been busy trying to improve Arches and fix a several bugs as well. Below you'll find a listing of all the

Re: [Arches] cannot import ref data -- DC identifier type not in DB

2017-12-04 Thread Alexei Peters
Hi Joshua, I'm assuming that you pulled the latest but haven't run the migrations associated with the update. I'm guessing that you don't have the latest db migrations. From the django docs: "Migrations are Django’s way of propagating changes you make to your models (adding a field, deleting a

Re: [Arches] Hiding certain resources

2017-11-06 Thread Alexei Peters
gt;> >> >> >> >> >> >> *Phil Carlisle* >> >> Knowledge Organization Specialist >> >> Listing Group, Historic England >> >> Direct Dial: +44 (0)1793 414824 <+44%201793%20414824> >> >> >> >>

Re: [Arches] Hiding certain resources

2017-11-05 Thread Alexei Peters
nough to know whether there is somewhere in the > methods that load the resources that I could apply. Filter. > > > Darcy W. Christ > @1000camels > > On 5 Nov 2017, at 5:26 am, Alexei Peters <apet...@fargeo.com> wrote: > > Hi Darcy, > There currently isn't a way to

Re: [Arches] Hiding certain resources

2017-11-04 Thread Alexei Peters
Hi Darcy, There currently isn't a way to do this, but it's a use-case that we're aware of. -Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Sat, Nov 4, 2017 at 12:44 AM, Darcy Christ wrote: > Is there a way to hide specific resources

[Arches] Arches 4.0.1 released

2017-10-16 Thread Alexei Peters
*Arches 4.0.1 released!* The Arches team has been busy trying to improve Arches and fix a several bugs as well. Below you'll find a listing of all the changes that are included in the latest release. Some of the highlights: - Added advanced search capability - Added the ability to import

Re: [Arches] Re: Confusion with initial setup of v4

2017-09-21 Thread Alexei Peters
Hi Darcy, I agree with you when you say that your installation may be incorrect. Those buttons you mention on the left doing nothing were removed before we released v4 (although you're making me second guess myself now). Did you pip install Arches or are you pulling from the repo? Cheers, Alexei

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

2017-07-28 Thread Alexei Peters
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 instructions are for you! The first thing to do is download the attached python script file (update_project.py). The script

[Arches] Arches v4.0 released

2017-07-27 Thread Alexei Peters
Hi Everyone, The Arches team is happy to announce the v4.0 release of Arches! We're super excited about this new version and hope you are too! Once you have Arches installed we strongly recommend reviewing the documentation found here: (http://arches4.readthedocs.io/en/latest/). If you're

Re: [Arches] Elasticsearch requirements

2017-07-14 Thread Alexei Peters
Hi Vincent, I'm using a scripted aggregation to power search terms and at one point needed that setting, although I just tested and it seems like maybe now it's not needed. I'm a bit hesitant to remove it just yet as I would like to test a bit more. Cheers, Alexei Director of Web Development -

Re: [Arches] Issues trying to install ARCHES 4 on Win10

2017-06-12 Thread Alexei Peters
Hi George, It seems to me that Arches didn't install properly in the first place. I would try a pip uninstall and then a pip install of Arches to see if this fixes the issues you are seeing. Cheers, Alexei On Jun 11, 2017 1:40 PM, "George Leventis" wrote: > *Hello Adam

Re: [Arches] Problems loading Arches 4

2017-06-09 Thread Alexei Peters
Hi Peter, Try following the instructions for installing Arches, found here: http://arches4.readthedocs.io/en/latest/installation/ Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Thu, Jun 8, 2017 at 6:34 AM, wrote: > Greetings > > I

Re: [Arches] IDE for Django

2017-05-30 Thread Alexei Peters
use? I > tried to install default with PIP, but failed. What is the appropriate > version for Python 2.7? > > Thank you, > Viktor > > On Thursday, May 25, 2017 at 10:06:20 AM UTC-7, Alexei Peters wrote: > >> Hi Viktor, >> I actually don't use a debugger with Subli

Re: [Arches] IDE for Django

2017-05-25 Thread Alexei Peters
u, > Viktor > > > On Thursday, May 11, 2017 at 10:04:13 AM UTC-7, Alexei Peters wrote: > >> Hi Vincent, >> I personally use Sublime Text (https://www.sublimetext.com/) and there >> are others in our office that use Atom (https://atom.io/). >> I don't use any

Re: [Arches] load_resources command not working

2017-05-19 Thread Alexei Peters
or wrote: >> >> Hi Alexei, >> >> Yes, Elasticsearch is working. >> >> On Tuesday, May 16, 2017 at 1:07:07 AM UTC+8, Alexei Peters wrote: >>> >>> Hi Joel, >>> Besides just trying to load those resources again, have you confirmed >>> that ES

Re: [Arches] load_resources command not working

2017-05-15 Thread Alexei Peters
Hi Joel, Besides just trying to load those resources again, have you confirmed that ES is running? -Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Sat, May 13, 2017 at 7:47 AM, Joel Aldor wrote: > Hi all, > > Tried to load an arches

Re: [Arches] IDE for Django

2017-05-11 Thread Alexei Peters
Hi Vincent, I personally use Sublime Text (https://www.sublimetext.com/) and there are others in our office that use Atom (https://atom.io/). I don't use any kind of automatic linter, but sublime as well as atom both support a rich ecosystem of plugins. A little googing found these (

Re: [Arches] Arches Installation Unable to run Django Server

2017-04-25 Thread Alexei Peters
Hi Susan, What changed between last week and this? Have you pip installed Arches, or are you running directly from the repository? Obviously something changed. It just a matter of pip pointing what. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Tue,

Re: [Arches] TypeError: sequence item 0: expected string, datetime.datetime

2017-04-20 Thread Alexei Peters
Wonderful! On Apr 19, 2017 11:44 PM, "Darcy Christ" <da...@1000camels.com> wrote: > Perfect, Alexei. That worked like a charm! > > > > Darcy W. Christ > Digital Generalist > @1000camels > > > > On Apr 20, 2017, at 4:36 PM, Alexei Peters <apet

Re: [Arches] TypeError: sequence item 0: expected string, datetime.datetime

2017-04-20 Thread Alexei Peters
Hi Darcy, Changing line 191 in "/home/hkarches/lib/python2.7/site-packages/arches_hip/models/resource.py" from this: entity_data.append(node.value) to this: entity_data.append(str(node.value)) should fix the issue you're seeing. This is only temporary as nothing has been pushed to the HIP repo

Re: [Arches] Getting Started

2017-04-12 Thread Alexei Peters
>>>> >>>> In the meantime you might check if you have Java 8 installed: >>>> >>>> $ java -version >>>> >>>> If not, you can install it with the following: >>>> >>>> $ sudo apt-get install openjdk-8-j

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
sv -ow overwrite > operation: import_business_data > package: arches > Time to import_business_data = 0:00:40.954979 > No import errors > > > The reason is because the* -ow overwrite* parameter needs the absolute > path of the CSV file, in order to import the business data pro

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
db/schemes/arches_concept_collections.rdf -ow overwrite -st keep* Cheers Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Apr 10, 2017 at 10:21 AM, Alexei Peters <apet...@fargeo.com> wrote: > Hi Joel, > That file needs to be fixed. It was messe

Re: [Arches] Re: Using Arches Designer in v4

2017-04-10 Thread Alexei Peters
rt to > find 9.6 on (you can do this in the settings.py or settings_local.py file). > > Adam > > On Mon, Apr 10, 2017 at 12:15 PM, Alexei Peters <apet...@fargeo.com> > wrote: > >> Hi Scott, >> What version of Postgres are you running? Arches requires 9.5

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
Hi Joel, That file needs to be fixed. It was messed up recently and just hasn't been fixed. I"ll make sure that gets fixed today. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Fri, Apr 7, 2017 at 9:02 PM, Joel Aldor wrote: >

Re: [Arches] Re: Using Arches Designer in v4

2017-04-10 Thread Alexei Peters
Hi Scott, What version of Postgres are you running? Arches requires 9.5 Looking at the error it looks like db schema wasn't loaded properly because of a reference to a jsonb column. As far as I know, jsonb wan't available until Postgres 9.4 Just so you know, you can run multiple versions of

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

2017-03-06 Thread Alexei Peters
ual machine, unlike AWS where you have to stop > the EC2 instance first. That's what I found out so far. > > Regards, > > Joel > > On Thursday, February 23, 2017 at 1:56:44 AM UTC+8, Alexei Peters wrote: >> >> Thanks for sharing your experience so far and congr

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

2017-02-27 Thread Alexei Peters
Hi Bhavya, It looks like maybe a permissions issue with accessing the "config/elasticsearch.yml" file. I would just find that file and add these lines to the top of the file: # - FOR TESTING ONLY - # - THESE SETTINGS SHOULD BE REVIEWED FOR PRODUCTION -

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

2017-02-20 Thread Alexei Peters
Thanks for sharing Joel (and for all the hard work)! I'm sure this will be helpful to many users. How do you find AWS vs. Azure? Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Feb 20, 2017 at 11:00 PM, Joel Aldor wrote: >

Re: [Arches] Using different versions of Linux and Python

2017-02-14 Thread Alexei Peters
Hi Lucy, Can't really comment on your version of Linux, but upgrading to Python 2.7 shouldn't require you to re-install Arches. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Sun, Feb 12, 2017 at 5:02 AM, 'Lucy FJ' via Arches Project <

Re: [Arches] Arches 4: ElasticSearch

2017-01-31 Thread Alexei Peters
nly through the > Arches app? > > Vincent > > On Tuesday, 31 January 2017 12:44:33 UTC-5, Alexei Peters wrote: >> >> Hi Vincent, >> Good question! This graphic is actually a little misleading and should >> be changed to show Arches app acting as a proxy to to t

Re: [Arches] Arches 4: ElasticSearch

2017-01-31 Thread Alexei Peters
Hi Vincent, Good question! This graphic is actually a little misleading and should be changed to show Arches app acting as a proxy to to the Elasticsearch server. Elasticsearch runs as a separate service and additional instances of Elasticsearch can be setup on additional machines if needed.

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

2016-08-25 Thread Alexei Peters
This is awesome work guys! The Arches community is definitely better off with your involvement. I have yet to install the dockerized version but anything that can ease the installation of Arches is much appreciated. Just so you know, we're aware of the difficulties with installing Arches and for

Re: [Arches] Failed Initial Migration for Models

2016-08-22 Thread Alexei Peters
Hi Sajan, It looks like you're trying to run Arches by itself without a package. Arches requires a package to be installed before it can be run successfully. If you're just evaluating Arches, then the easiest way to get a package is to install arches_hip into your virtualenv.

Re: [Arches] Failed Initial Migration for Models

2016-08-21 Thread Alexei Peters
Hi Sajan, If you're still using Arches v3 I would suggest that you stick with the v3 branch. https://github.com/archesproject/arches/tree/stable/3.x The latest in master is meant for v4 users and will require an upgrade to postgres 9.5 Both 9.3 and 9.5 can be run at the same time on the same

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

2016-07-22 Thread Alexei Peters
Hi Adam, I've recently come across the IDE called PyCharm ( https://www.jetbrains.com/pycharm/). It comes with a graphical debugger which can be very useful. It allows you to step through your code line-by-line. Check it out, it may help you solve your issue. I've used it a few time

Re: [Arches] Re: Accessing languages via Django

2016-07-12 Thread Alexei Peters
short how-to guide to making Arches multilingual, with > screenshots, and will make it available on this thread. > > On Monday, July 11, 2016 at 7:38:50 PM UTC+1, Alexei Peters wrote: >> >> Hi Andrea, >> I'm still unsure when this is happening, but I'm going to take a

Re: [Arches] Re: Accessing languages via Django

2016-07-11 Thread Alexei Peters
uot;,"businesstablename":"domains"},{"value":"92c37d46-dc23-4869-b868-b978d9f972aa","label":"ديني","child_entities":[],"entitytypeid":"SITE_FUNCTION_TYPE.E55","parentid":"6b8526b0-62ec-486

Re: [Arches] Re: Accessing languages via Django

2016-06-27 Thread Alexei Peters
ties - call them as you may) > that were saved into the DB in Arabic. Any idea as to why the JS does this? > > Thank you - getting there step by step! > > Andrea > > On Thursday, June 16, 2016 at 7:43:59 PM UTC+1, Alexei Peters wrote: >> >> Hi Andrea, >>

  1   2   3   >