[Arches] Re: Arches local installation on virtual machine

2016-04-22 Thread couimet . hcd
Hi Adam, I attached the file relating to the Arches installation (pip install arches > full_output.txt 2>&1). Here are some of the specs that I'm using: Parallels for Mac (Virtual machine software) Ubuntu 14.04 LTS (set up with 4GB Ram) Yes I believe I have the virtual environment activated wh

[Arches] Re: installation erros

2016-04-22 Thread Adam Cox
Hi Ellie, I think there are a couple of small issues going on, and the first one may be all you need to worry about. It's just a syntax error in your settings.py file. The postgis template line should look like this: DATABASES['default']['POSTGIS_TEMPLATE'] = 'postgis_20_sample' However, based

[Arches] Re: Arches local installation on virtual machine

2016-04-22 Thread Adam Cox
Hi Chris, also just wanted to double check that you have the virtual environment activated when you try the elasticsearch installation... On Friday, April 22, 2016 at 10:20:32 AM UTC-6, Adam Cox wrote: > > Hi Chris and Alexei, I think the django import error is evidence that the > install did no

[Arches] Re: Arches local installation on virtual machine

2016-04-22 Thread Adam Cox
Hi Chris and Alexei, I think the django import error is evidence that the install did not work correctly. Somehow it finished thinking that it had, but some of the pieces did not get fully installed. To start over in the same virtual environment you can run pip uninstall arches I'm surprised t