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

2017-02-20 Thread 'Lucy FJ' via Arches Project
Hi Adam, I followed your instructions and we *are* using Python version 2.7.6 .I do not totally understand about having Python 2.7.6 in the virtual environment. I assume that that is ENV? I an uploading snips of the entire library structure we have on our server. Our app is called 'EAD', these

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

2017-02-20 Thread Joel Aldor
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'll encounter problems with Arches running on Azure. The reason we made the migration is because we got an

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: > Hi guys! > > I'm shari

[Arches] Re: Cannot run manage.py

2017-02-20 Thread Joel Aldor
Hi Vincent, thanks for helping out! But I abandoned this part already because I was able to migrate 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_

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

2017-02-20 Thread Joel Aldor
Hi guys! I'm sharing to you the steps in migrating your Arches server from AWS to Microsoft Azure. I must admit the whole migration was pretty hard, since AWS doesn't allow you to export your Linux EC2 instances to another cloud provider. But after weeks of trial and error, I'm finally able to

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

2017-02-20 Thread 'Lucy FJ' via Arches Project
Thank you very much, Vincent! On Monday, February 20, 2017 at 7:52:35 PM UTC+2, Vincent Meijer wrote: > > 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

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

2017-02-20 Thread 'Lucy Fletcher-Jones' via Arches Project
HI Adam, Thank you very much, I did not realize this had already been identified as a problem - I will look harder next time! Thank you for the workaround. Alison, Alexei: I hope this bug is fixed in Arches 4.0? Lucy Lucy Fletcher-Jones Egypt Database Project TMP Room 2181, HUSS Building AUC Ne

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

2017-02-20 Thread Adam Cox
Lucy, if you are having issues, the first step you should take is to make sure you are using python 2.7.6. The trick is that you must have virtualenv installed in the appropriate version of python before using it to make the virtual environment for your app. You can test this by activating your

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

2017-02-20 Thread Adam Cox
Hi Lucy, this is indeed a bug (I'm personally unsure why resource relationships are treated differently in the RDM), and it has come up on the forum in the past. Here's the thread that contains a workaround: https://groups.google.com/forum/#!searchin/archesproject/add$20relationship|sort:releva

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