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

2019-10-03 Thread Cyrus Hiatt
Hi Tom - One of the challenges for upgrading from 4.1.1 will be upgrading your project(s). This is because at version 4.2 we switched from Bower to Yarn for js dependencies because bower was getting deprecated. As Adam has mentioned, each version of Arches has the upgrade process outlined in the

[Arches] Problem loading overlay maps

2019-10-03 Thread David Osborne
Hi all We need to load some overlay maps for our project and have so far been unsuccessful. I'm following the instructions at https://arches.readthedocs.io/en/stable/creating-new-map-layers/#tileserver-mapnik-layers to try to load a couple of georeferenced TIFF files. The maps load

[Arches] Database Technician job (MarEA project) posted on ArchesProject.org

2019-10-03 Thread Alina Myklebust
Good day all, Do you know we have a Bids and Jobs Announcements page on ArchesProject.org? Earlier this year, we started this page to post Arches-related bids (e.g. RFP, RFQ, Tender, etc.) and jobs. *Recently, we added a job announcement for a

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

2019-10-03 Thread Adam Cox
Hi Tom, one other thought, sometimes I like to just create a brand new virtual environment and install the new version in there, leaving the existing on as is. Then you can switch which environment is used by your app in your apache config (if that's how you're serving it), etc, and you can switch

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,

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

2019-10-03 Thread Shewring, Tom
Hi, We have an Arches deployment at 4.1.1, I wish to upgrade this environment to 4.4.1 (not the latest 4.4.2 release). 1) Can you advise on the specific command to do this since ‘pip install arches --upgrade --no-binary :all:’ will install 4.4.2 2) Are there any other steps that I