Re: [Arches] Where is django configuration file my_project.settings

2019-05-16 Thread Martha S
> /home/ubuntu/Projects/my_project/my_project/wsgi.py process-group=arches > > I think the key difference here is that the first path in the > "python-path" argument is to the directory above my_project/settings.py. > > Let me know if that works. > > Adam > &

[Arches] Re: Need Help Troubleshooting Search

2019-05-28 Thread Martha S
This issue is now resolved. I believe it arose from having two records in the map extent settings. Martha On Thursday, May 23, 2019 at 4:53:22 PM UTC-7, Martha S wrote: > > My 4.4.1 website is up and running with the demo data from the repository. > Everything appears to be wor

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

2019-05-09 Thread Martha S
Researcher, I hope you've conquered your install difficulties, but I have one more bit of information that might help. Two of us who were doing 4.4.1 installs on fresh machines ran into similar issues with missing modules. Colin Wu shared his discovery that pip needs to be upgraded both before

Re: [Arches] Serving Arches 4.1 with Apache

2019-05-22 Thread Martha S
Adam, Just a heads-up on a problem and some 4.4.1 documentation changes needed with regard to setting up Apache to access the arches static files. - It turns out that clean installs of arches need to run collectstatic, too, even if neither of the two conditions noted pertain. The

Re: [Arches] Serving Arches 4.1 with Apache

2019-05-23 Thread Martha S
tories) have more restrictive permissions by default, which is > why in the example I put STATIC_ROOT in the project. I didn't realize, > however, that collectstatic makes the directory for you, so that is great > to know. > > Adam > > On Wed, May 22, 2019, 6:59 PM Martha

Re: [Arches] Where is django configuration file my_project.settings

2019-05-16 Thread Martha S
ngs question he had. In short, if you are having trouble, I think it > must be a different issue; it sounds like his development server was > running fine. > > Cheers, > Adam > > On Thu, May 16, 2019 at 1:25 PM Martha S > wrote: > >> Since Colin's thread was

Re: [Arches] Where is django configuration file my_project.settings

2019-05-21 Thread Martha S
/ENV/lib/python2.7/site-packages > WSGIScriptAlias / > /home/ubuntu/Projects/my_project/my_project/wsgi.py process-group=arches > > I think the key difference here is that the first path in the > "python-path" argument is to the directory above my_project/settings.py. >

[Arches] Where is django configuration file my_project.settings

2019-05-16 Thread Martha S
Since Colin's thread was locked and re-directed, I'm using the same title to respond to his comment regarding my_project.settings. When we reached the same point with the same problem, I examined some of the stack trace. As Colin is doing, I am installing arches on a new machine, not upgrading

[Arches] Re: New install of 4.4.1 fails to install Elasticsearch

2019-05-02 Thread Martha S
you try pip installing captcha does that solve it, or lead to >>> messages of new libraries that are missing? >>> Use >>> >>> pip install django-recaptcha==1.4.0 >>> >>> as is listed here >>> https://github.com/archesproject/arch

[Arches] Re: New install of 4.4.1 fails to install Elasticsearch

2019-05-02 Thread Martha S
Hi, All, We are at exactly the same point in the 4.4.1 install with the same issue. Any answers? We are on Ubuntu 18.04, pip 19.1, and Python 2.7.15rc1. Martha On Wednesday, May 1, 2019 at 7:10:49 PM UTC-7, Colin Wu wrote: > > Hi all, > > I am trying to install Arches on a Ubuntu 16.04

Re: [Arches] Re: New install of 4.4.1 fails to install Elasticsearch

2019-05-02 Thread Martha S
try this out with a fresh virtual >>> environment and then share the log here? Use >>> >>> pip install arches --no-binary :all: --log pipinstall.log >>> >>> And then we can take a look at the log file. >>> >>> Thanks, >>

Re: [Arches] Re: New install of 4.4.1 fails to install Elasticsearch

2019-05-02 Thread Martha S
On Thursday, May 2, 2019 at 5:48:52 PM UTC-7, Martha S wrote: > > I redid the pip install of everything after the recaptcha line; some were > already present and one failed -- pycryptodome, which you can see in the > screen shot below. > > Now the problem is that there is no pytho

Re: [Arches] Re: New install of 4.4.1 fails to install Elasticsearch

2019-05-02 Thread Martha S
> Adam >>> >>> On Thursday, May 2, 2019 at 3:20:56 PM UTC-5, mr.a...@gmail.com wrote: >>>> >>>> Hi Colin and Martha, >>>> >>>> I'll try out a test installation locally and see what I can find. In >>>> the meantime, if

[Arches] Re: New install of 4.4.1 fails to install Elasticsearch

2019-05-02 Thread Martha S
Adam, I should point out that the rest of the install to this point was done by another user, though I don't know if that matters.Just one more bit of information. Thanks, Martha On Thursday, May 2, 2019 at 4:22:24 PM UTC-7, Martha S wrote: > > Adam, > > Unfortunately, the

Re: [Arches] Querying Arches database through QGIS

2019-04-26 Thread Martha S
; Arches 4 you would need to make a new view in postgres which collects the >> geometries and puts them in a spatial table. However, I believe that would >> be a read-only situation, so it's really a diminished utility as compared >> to what is in the blog post for v

[Arches] ImportError: No module named oauth2_provider

2019-07-02 Thread Martha S
Having a bad day here. I am trying to do a complete re-install of arches, which is now trying to install 4.4.2. We had a 4.4.1 install prior to this. I have remembered to upgrade pip inside my environment, so that's not an issue. I am getting a lot of warnings with my arches-project create,

Re: [Arches] ImportError: No module named oauth2_provider

2019-07-02 Thread Martha S
ld be helpful if you reply with some > screenshots. > > Adam > > On Tue, Jul 2, 2019 at 4:00 PM Martha S > > wrote: > >> Having a bad day here. I am trying to do a complete re-install of arches, >> which is now trying to install 4.4.2. We had a 4.4.1 install

[Arches] Re: Signing in

2019-04-24 Thread Martha S
Hello, All, I am a consultant working with a client in Los Angeles to run Arches in-house. They are experienced with Arches, but not with hosting. We'll be getting the newest version going and setting the client up to manage it in addition to its data.We want this to be as smooth a transition

Re: [Arches] Querying Arches database through QGIS

2019-04-25 Thread Martha S
Adam, The https://www.legiongis.com/using-qgis-geoserver-and-postgis-to-make-and-maintain-arches-overlays.html link is no longer valid; do you have a replacement? I'd like to read this for background, even though we will be working with v4.4.1. Thank you, Martha On Monday, August 7, 2017

[Arches] Increasing Search Speed

2019-09-03 Thread Martha S
Hi, All, Our new Arches installation is on a clean Ubuntu 18.04 server, so we are currently working with default settings for everything. We've got a relatively large database of more than 110,000 items with complex interrelations. Our ElasticSearch data is currently at 6.7 GB. Search and

[Arches] Re: Increasing Search Speed

2019-09-05 Thread Martha S
stage. > > Once the data loading is completed we will be looking at configuring > additional nodes. > > > > > On Wednesday, September 4, 2019 at 12:18:34 AM UTC+1, Martha S wrote: >> >> Hi, All, >> >> Our new Arches installation is on a clean Ub

Re: [Arches] Preferred Method of Getting SHP2PGSQL

2019-07-15 Thread Martha S
already installed, though I guess through > different means) shp2psql is now available to me. I haven't tested anything > further, but that may be the best way. > > Adam > > On Mon, Jul 15, 2019 at 2:25 PM Martha S > wrote: > >> Hello, >> >> We are runni

[Arches] Preferred Method of Getting SHP2PGSQL

2019-07-15 Thread Martha S
Hello, We are running Arches 4.4.2 on Ubuntu 18.04. I'm ready to create some overlays from shapefiles and find SHP2PGSQL to be a recommended part of the conversion. Unfortunately, it is not on my system and I'd like to know the preferred means of adding it. apt-get install --dry-run shp2pgsql

[Arches] Error Exporting Business Data from Arches 4.4.2

2019-09-27 Thread Martha S
I am trying to export all the data for a particular resource model to CSV for review and modification and ran into an error during the process -- UnicodeEncodeError: 'ascii' codec can't encode character u'\xa6' in position 51: ordinal not in range(128) *My command* python manage.py packages

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

2019-10-01 Thread Martha S
dle in a haystack time. Thanks, Martha On Tuesday, October 1, 2019 at 10:35:47 AM UTC-7, Martha S wrote: > > Thank you, Alexi, > > I'll just have to hope that's the only "special" character in the data. > > Martha > > On Friday, September 27, 2019 at 5:13:59 PM UTC

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

2019-10-02 Thread Martha S
ered. I haven't taken a look at the code to see how >> straightforward that might be, but if I could log the problem record and >> keep on going, that would be swell. I wasn't thinking I'd be altering core >> code but if that keeps me going, why not? >> >&

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

2019-10-02 Thread Martha S
me to log the bad records and continue with the export nonetheless? Somehow, I need to correct the issues and successfully export data from the database. Thanks in advance, Martha On Wednesday, October 2, 2019 at 10:40:31 AM UTC-7, Martha S wrote: > > Thank you,to both Adams. >

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

2019-10-02 Thread Martha S
on the tools you have already provided me here and export that to CSV. I'm still interested in any further guidance you might offer regarding my inability to export business data to csv, even as I pursue this new avenue. Thanks, Martha On Wednesday, October 2, 2019 at 3:37:45 PM UTC-7, Martha S wrote

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

2019-10-01 Thread Martha S
Thank you, Alexi, I'll just have to hope that's the only "special" character in the data. Martha On Friday, September 27, 2019 at 5:13:59 PM UTC-7, Martha S wrote: > > I am trying to export all the data for a particular resource model to CSV > for review and modification an

[Arches] Map Legends

2019-12-06 Thread Martha S
Hi, All, I'm not seeing anything in the forum, documentation, Arches Designer Resource Models, or Map Layer Manager about adding legends for the resource layers we display on the search map. How would I do this, please? Thanks, Martha -- -- To post, send email to

[Arches] Re: Map Legends

2019-12-09 Thread Martha S
> -Dennis > > On Friday, December 6, 2019 at 4:11:51 PM UTC-8, Martha S wrote: >> >> Hi, All, >> >> I'm not seeing anything in the forum, documentation, Arches Designer >> Resource Models, or Map Layer Manager about adding legends for the resource >

[Arches] Re: Map Legends

2019-12-09 Thread Martha S
fine > the Legend Content widget. > > Cheers, > > Dennis > > On Friday, December 6, 2019 at 4:11:51 PM UTC-8, Martha S wrote: >> >> Hi, All, >> >> I'm not seeing anything in the forum, documentation, Arches Designer >> Resource Models, or Map Laye

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

2019-10-18 Thread Martha S
there some other setting to make this happen? Thanks, Martha On Thursday, October 17, 2019 at 12:39:40 PM UTC-7, Martha S wrote: > > Well, this has been an adventure, but I think I'm finally on the road to > success. Loading the corrected data into a temp table, which includes a lot > of

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

2019-10-17 Thread Martha S
ginal_file > new_file I now have a table with accented words that I hope will enable me to update the records with corrections. Thanks, Martha Thanks, Martha On Tuesday, October 8, 2019 at 5:20:29 PM UTC-7, Martha S wrote: > > This is great, Bryan, thank you. > > Once we repair

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

2019-10-22 Thread Martha S
UTC-7, Martha S wrote: > > Back for what I hope is the final hurdle in updating the tiledata in my > Arches database. > > At this point, I have a temp table loaded from a CSV, so it is all text. I > was unable to load the new tiledata in jsonb, so I left it for later t

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

2019-10-08 Thread Martha S
y wont rear its head during development on the test server > as, when run from the command line, the ./manage.py script inherits the > users language and locale settings.' > > > > > Not sure this is what you want, but I thought it may help. > > > Bryan > > > > On S

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

2019-10-04 Thread Martha S
to be fixed. So, again, I truly appreciate the help. Martha On Wednesday, October 2, 2019 at 10:19:59 PM UTC-7, Martha S wrote: > > Alexi, > > I'll enter it with ¦ (Alt+0166) just to be sure, but I thought I was on > track. Won't hurt to try again. > > Thanks, > Martha >

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

2019-10-04 Thread Martha S
That worked, Adam, I now have what I need to put together my select statement. I now "get" the database to a much greater extent than before. Thanks again, Martha On Wednesday, October 2, 2019 at 10:21:35 PM UTC-7, Martha S wrote: > > Thanks, Adam, > > That shou

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

2019-10-02 Thread Martha S
eojson-feature-collection' >> order by b.name, a.name >> >> With that information, you can search for that uuid in your json to >> isolate where geometry is stored in the json. >> >> --- >> Adam Lodge >> Farallon Geographics >> >> >>

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

2019-10-02 Thread Martha S
= 'geojson-feature-collection' > order by b.name, a.name > > With that information, you can search for that uuid in your json to > isolate where geometry is stored in the json. > > --- > Adam Lodge > Farallon Geographics > > > On Oct 2, 2019, at 4:24 PM, Martha S &g

[Arches] Removing Vector Overlay Map Does Not Remove It from All Tables

2020-02-28 Thread Martha S
Just a point of information here: I added a vector overlay map to Arches that isn't quite ready, so I removed it using the Admin tools. I found that Arches continued to look for this map with every repaint of the search map, even though it no longer showed up in the list of overlays. I had to

Re: [Arches] Serving Arches Through HTTPS

2020-01-08 Thread Martha S
whether that just takes me back to the truncated or oversized response headers messages or opens new doors. Some adventure. Martha On Tuesday, January 7, 2020 at 3:33:05 PM UTC-8, Martha S wrote: > > I appreciate this, Adam. > > I may end up uninstalling the newer version o

Re: [Arches] Serving Arches Through HTTPS

2020-01-05 Thread Martha S
, then > > Pip uninstall psycopg2 > Pip install psycopg2==2.8.3 > > You can then point the apache configs at the new environment and it should > solve this problem. > > Good luck, > Adam > > On Fri, Dec 27, 2019, 6:38 PM Martha S > > wrote: > >> I

Re: [Arches] Serving Arches Through HTTPS

2020-01-05 Thread Martha S
al environment, pip >> installing everything as normal, then >> >> Pip uninstall psycopg2 >> Pip install psycopg2==2.8.3 >> >> You can then point the apache configs at the new environment and it >> should solve this problem. >> >> Good luck, >&

Re: [Arches] Serving Arches Through HTTPS

2020-01-06 Thread Martha S
ow when I get a chance to look. > > Adam > > On Sun, Jan 5, 2020 at 7:44 PM Martha S > > wrote: > >> I've found one more item in the psycopg 2.8.4 docs. Should this be my >> next step? >> >> Warning >> >> >> The psycopg2 wheel packag

Re: [Arches] Serving Arches Through HTTPS

2020-01-06 Thread Martha S
SL versions, then > one of them should work. At least, that's the easiest next thing to try. > > (env)$ pip install psycopg2==x.x.x > > If none of the changes to that python library work then maybe you should > go the route of reinstalling mod_wsgi. > > Adam > > On Mo

Re: [Arches] Serving Arches Through HTTPS

2020-01-06 Thread Martha S
other path you'd recommend. I truly appreciate you hanging in there with me, Martha On Monday, January 6, 2020 at 11:52:38 AM UTC-8, Martha S wrote: > > Thanks again, Adam, > > I'll report back when I've taken this next step, in case others have to > deal with this issue. > >

[Arches] Serving Arches Through HTTPS

2019-12-27 Thread Martha S
I feel I'm sooo close to implementing secured access to Arches and need a little help to get over the top, please. I'm running Ubuntu 18.04. My certificate is in and working. I tried making a copy of 000-default.conf (with --preserve=all), changing the port to 443, and adding these lines as

Re: [Arches] Serving Arches Through HTTPS

2020-01-07 Thread Martha S
tbot/Let's Encrypt, but for what it's > worth) > > $ certbot --version > certbot 0.31.0 > > --- > > On that server, postgres is not installed, but psql is. > > $ psql --version > psql (PostgreSQL) 10.11 (Ubuntu 10.11-1.pgdg18.04+1) > > Hope that all helps, h

[Arches] Adding Concept Collection to Resource Node

2020-03-25 Thread Martha S
I have read some older posts regarding this, indicating that the concept collection cannot be changed after data is loaded, but we need to have some way to deal with this problem. We are running Arches 4.4.2. Our Historic Resource_concepts.json file contains the following note "Heritage

[Arches] Re: Adding Concept Collection to Resource Node

2020-04-01 Thread Martha S
could potentially work to resolve > the issue you are experiencing with your collections. > > Good luck and I hope this helps. > > Cheers, > Ryan > > > > > On Wednesday, March 25, 2020 at 3:52:50 PM UTC-7, Martha S wrote: >> >> I have read some old

[Arches] No module named arches

2020-05-04 Thread Martha S
I need help with a headscratcher here, please. My 4.4.2 version of Arches was fine until I attempted to use ufw to make some port changes. This, apparently started some processes that interfered with arches loading. The message in the Apache log was that the import arches statement in

[Arches] Re: Updating Default Card in Arches 4.4.2

2020-05-13 Thread Martha S
, Martha S wrote: > > I have made some small changes to the default card, so that it doesn't > fill empty entries with 'No data entered yet' by commenting out the > line with that text and changing the knockout lines from ko to kocomment. > > I notice that the default card doe

[Arches] Updating Default Card in Arches 4.4.2

2020-05-08 Thread Martha S
I have made some small changes to the default card, so that it doesn't fill empty entries with 'No data entered yet' by commenting out the line with that text and changing the knockout lines from ko to kocomment. I notice that the default card does not have its own json file for

Re: [Arches] Changing the Default Search

2020-05-27 Thread Martha S
I ended up subbing my search for the search_home reference where appropriate. Martha On Wednesday, May 27, 2020 at 1:07:52 PM UTC-7, Martha S wrote: > > I'm sorry I wasn't more clear, Alexei, > > I just want to use a filtered search, instead of the default no filter > sea

Re: [Arches] Changing the Default Search

2020-05-27 Thread Martha S
gt; 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 for the most approp

[Arches] Changing the Default Search

2020-05-26 Thread Martha S
Hi, all, I'm looking for the most appropriate place to change the default search in Arches. Would it be an override to urls.py, search.py or somewhere else? I'd like to catch it as early in the process as possible, so I can change it in a single place. Thanks, Martha -- -- To post, send

[Arches] Re: Arches 5 Documentation Sprint: Call for Suggestions and Feedback

2020-06-04 Thread Martha S
Thank you, Intrepid Documenters, This is much-appreciated. I would like to see SSL added to the documentation. I know this will be a requirement for us and I'd like to have as straightforward a shot at success as I can get. Martha On Thursday, June 4, 2020 at 9:45:59 AM UTC-7, Adam Cox wrote:

[Arches] Issue Uploading Legacy Data with Multiple Addresses Using Either CSV orJSON

2020-06-11 Thread Martha S
We are currently running Arches 4.4.2 and have a large quantity of legacy data to upload that has not been in a previous version of Arches. We cannot as yet find a way to add a list of alternative addresses to a resource, while the remainder of the data we've tried loads just fine. The majority