Re: [Arches] Re: RDM- my interface does not look like documentation

2016-01-21 Thread Adam Cox
HI Cat, the connection problem looks like you don't have Elasticsearch running. Does curl localhost:9200 return anything? Earlier you hinted at ES running on a different port. If this is so, you'll just need to add two lines to your settings.py file that will tell your app which port to find

[Arches] Re: RDM- my interface does not look like documentation

2016-01-21 Thread Cat Moody
I also tried doing a re-install. I did notice that at the end of that command I get a connection error output below: VACUUM deleting index : concept_labels Traceback (most recent call last): File "manage.py", line 28, in execute_from_command_line(sys.argv) File

Re: [Arches] Re: RDM- my interface does not look like documentation

2016-01-15 Thread Cat Moody
I just re-installed arches and arches hip as a new project. Did all the setup, created a database etc. copied the files from the ENV authority directory into my project authority directory and re-ran the command to load the authority files and I still get the same results. No error log

Re: [Arches] Re: RDM- my interface does not look like documentation

2016-01-15 Thread Ryan Anderson
Hi Cat, We've seen errors like this in the past when upgrading elasticsearch versions. Can you confirm that elasticsearch is running and the version number? You can use this command to view the version (assuming you are running elasticsearch on port 9200): curl -XGET 'localhost:9200' You

Re: [Arches] Re: RDM- my interface does not look like documentation

2016-01-14 Thread Cat Moody
Thanks, I am making progress, and re-read the documentation, but I'm not sure things loaded correctly since I'm not seeing the list based on the sample authority files in RDM. The were not errors in the authority file log. This is what I did- 1. Copied the sample files over to my projects

Re: [Arches] Re: RDM- my interface does not look like documentation

2016-01-14 Thread Adam Cox
Hi Cat, I just retraced all of your steps, and things worked out as expected, so I'm not sure what's going on. It sounds like all of your files were loaded correctly. I'd only recommend starting the process over with a new app, perhaps? It's good to be familiar with the install steps anyway.

[Arches] Re: RDM- my interface does not look like documentation

2016-01-14 Thread Cat Moody
Thanks Adam, I copied the files from the ENV location into my project (same location) and specified that location, then I tried running the command from my hip project directory, and I'm getting this error Traceback (most recent call last): File "manage.py", line 22, in from

Re: [Arches] Re: RDM- my interface does not look like documentation

2016-01-14 Thread Adam Cox
Hmmm, is your virtual environment activated? On Thu, Jan 14, 2016 at 3:35 PM, Cat Moody wrote: > Thanks Adam, I copied the files from the ENV location into my project > (same location) and specified that location, then I tried running the > command from my hip project