Re: [Arches] Arches has moved to GitHub

2016-01-11 Thread Adam Cox
Hi Alexei, happy about the move, good for exposure.  Will you be moving
arches-HIP as well?  Wondering also because there is a lot of overlapping
documentation between the two repositories, and just want to clarify that
both sets of documentation will remain at readthedocs.

Adam

On Mon, Jan 11, 2016 at 3:38 PM, Alexei Peters  wrote:

> It's now official!
>
> Arches has moved to GitHub.  The Bitbucket repo will be kept around for
> reference but no more activity will be made against that repo.  All users
> who were pulling the repo from Bitbucket should repoint to the new GitHub
> repo here .  Anyone wishing to
> submit issues should use the GitHub based issue tracker.  All issues (open
> and closed) have been moved from Bitbucket.
>
> We hope everyone enjoys the switch!
>
> View the original post for additional details.
> https://groups.google.com/forum/#!topic/archesproject/yLqcILrArV0
>
> - the ArchesProject team
>
> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. For more
> information, visit https://groups.google.com/d/forum/archesproject?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Arches Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Re: Installing Arches-HIP: Creating Database Error: ImportError: No module named resource

2016-01-11 Thread Alexei Peters
Hi Ivan,
Arches will only run on python 2.7.6
I'd fix that first.
Cheers,
Alexei


Director of Web Development - Farallon Geographics, Inc. - 971.227.3173

On Mon, Jan 11, 2016 at 4:06 PM, Ivan Jovanovski 
wrote:

> Hi everyone,
>
> did you managed to solve the:
>
> django.db.utils.ProgrammingError: relation "concepts" does not exist
> LINE 1: ...concepts"."nodetype", "concepts"."legacyoid" FROM "concepts"...
>
> problem? I'm trying to install arches-HIP on Windows XP 32bit. There were
> a lot of python modules missing that I installed using pip. Did any of you
> encountered the same problems?
> I've also tried installing Arches-HIP on Ubuntu 14 LTS. But Ubuntu comes
> prepacked with Python 3.4 so I guess I need to downgrade to 2.7.6 or do you
> recommend using another distribution?
>
> Kind Regards,
> Ivan
>
>
> On Thursday, September 3, 2015 at 10:15:12 AM UTC+2,
> mai.ab...@aucegypt.edu wrote:
>>
>> Hi Alexei,
>>
>> I am sorry about the delayed response.
>> I am stumped as well, I have tried your last suggestion and the results
>> were the same.
>> When accessing psql through a terminal we found that the table concepts
>> is created and there are even values in it!
>> We tried selecting from it using the command "SELECT * FROM
>> concepts.concepts;" and it did return some values,
>> However when we tried "SELECT * FROM concepts;" the previous error was
>> shown; that is "relation concepts does not exist".
>> Now I am not an experienced psql user but isn't there a search path that
>> should be checked by sql in case the schema is omitted?
>> Do you think this has anything to do with the problem that we're facing?
>> One last thing, do you know where the errors are logged in Arches?
>>
>> Thanks a lot for your tremendous help!
>>
>> --
>> Sincerely,
>> Mai Abdelaziz
>>
>>
>> On Thu, Aug 27, 2015 at 9:52 PM, Alexei Peters  wrote:
>>
>>> Hi Mai,
>>> I'm a bit stumped!  Every time I've seen an error like 
>>> "django.db.utils.ProgrammingError:
>>> relation "concepts" does not exist" it invariably means that the table
>>> hasn't been created or is somehow inaccessible.
>>>
>>> My only other suggestion would be to change your db settings to this and
>>> test again:
>>>
>>> DATABASES = {
>>> 'default': {
>>>'ENGINE': 'django.db.backends.postgresql_psycopg2',
>>> 'NAME': 'arches_%s' % (PACKAGE_NAME),
>>> 'USER': 'd',
>>> 'PASSWORD': '',
>>> 'HOST': '127.0.0.1',
>>> 'PORT': '5432',
>>>'POSTGIS_TEMPLATE' : 'template_postgis'
>>> }
>>> }
>>>
>>> See if that works.
>>> Cheers,
>>> Alexei
>>>
>>>
>>> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173
>>>
>>> On Thu, Aug 27, 2015 at 5:51 AM, Mai Abdelaziz El Kady <
>>> mai.ab...@aucegypt.edu> wrote:
>>>
 Hi Alexei,

 Thanks for your suggestions.
 I have tried loading the system using the "postgres" user and checked
 that there is indeed a scheme called "concepts", and within it a table
 called "concepts" as well (shown in the screenshot attached), and yet still
 the same error remains unchanged.

 I really appreciate your help.

 --
 Sincerely,
 Mai Abdelaziz

 On Wed, Aug 26, 2015 at 6:39 PM, Alexei Peters 
 wrote:

> Hi Mai,
> It appears that your database called "arches_my_hip_app" wasn't
> installed correctly.  If you have pgadmin3 or access to a terminal can you
> confirm that you have a schema called "concepts" and within that a table
> called "concepts".
> Your database user "django" needs to have the privilege to create
> tables, functions, etc..  Can you confirm that as well.  As a test you
> might temporarily load the system using the "postgres" user.
> Thanks,
> Alexei
>
>
> Director of Web Development - Farallon Geographics, Inc. -
> 971.227.3173
>
> On Wed, Aug 26, 2015 at 12:43 AM, 'Mai Abdelaziz El Kady' via Arches
> Project  wrote:
>
>> Hi Cyrus,
>>
>> My name is Mai and I am working with Asmaa in installing Arches.
>> Thank you for your quick reply.
>> We tried your suggestion but unfortunately the error remained the
>> same, so do you have any more ideas about what could be the cause of it?
>>
>> Thanks a lot for your help and support
>>
>> --
>> Sincerely,
>> Mai Abdelaziz
>>
>>
>> On Mon, Aug 24, 2015 at 5:01 PM, Cyrus Hiatt 
>> wrote:
>>
>>> Hi Asmaa -
>>>
>>> Glad to hear you got a bit further.
>>>
>>> Sorry I didn't catch this last time, but I see that the paths (e.g.
>>> 'os.path') in: RESOURCE_GRAPH_LOCATIONS, CONCEPT_SCHEME_LOCATIONS, 
>>> and
>>> BUSINESS_DATA_FILES have been uncommented. You should try commenting 
>>> those
>>> lines back out again until you are ready to modify or add to the 

[Arches] Adding example data (Loading Reference Data) in Arches

2016-01-11 Thread Kasun Dasanayake
I hae already done installation, and  I tried to install (Loading Reference 
Data)

http://arches3.readthedocs.org/en/latest/arches-data/#resource-graphs
I did instruction given in the documentation, But finally ,

I run this code

python manage.py packages -o load_concept_scheme --source '{PATH TO AUTHORITY 
FILES}'

But it gave this error (check image attached)



Please help me to solve this.

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Arches] Re: Adding example data (Loading Reference Data) in Arches

2016-01-11 Thread Adam Cox
Hi Kasun, thanks for adding a screenshot.  Though it's a little confusing 
because you say that you ran the load_concept_scheme command, but that 
command is not what you have in the screenshot.

Regardless, it looks like your first problem is with the virtual 
environment.  With your first command I can see that you are trying to 
activate the virtual environment, however, as you can see, there was an 
error.  This is because the "activate" file is within the ENV\Scripts 
directory, not the ENV\Scripts\my_hip_app directory, which is where you ran 
your activate command from.

You must have the virtual environment activated to proceed with the 
installation.  When you do get it activated, you'll see (ENV) in the front 
of your command prompt, and you'll be able to continue.

Good luck,
Adam

On Monday, January 11, 2016 at 3:56:41 AM UTC-6, Kasun Dasanayake wrote:
>
> I hae already done installation, and  I tried to install (Loading 
> Reference Data)
>
> http://arches3.readthedocs.org/en/latest/arches-data/#resource-graphs
> I did instruction given in the documentation, But finally ,
>
> I run this code
>
> python manage.py packages -o load_concept_scheme --source '{PATH TO AUTHORITY 
> FILES}'
>
> But it gave this error (check image attached)
>
>
> 
>
> Please help me to solve this.
>
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Re: Dependencies installed, but Arches fails to install

2016-01-11 Thread Alexei Peters
Hi Kasun,
You need to activate you virtual environment from the Scripts folder not
the my_hip_app folder.
Once you do that you should be able to runserver from the my_hip_app folder.
Cheers,
Alexei


Director of Web Development - Farallon Geographics, Inc. - 971.227.3173

On Mon, Jan 11, 2016 at 1:57 AM, Kasun Dasanayake 
wrote:

> I hae already done installation, and  I tried to install (Loading
> Reference Data)
>
> http://arches3.readthedocs.org/en/latest/arches-data/#resource-graphs
> I did instruction given in the documentation, But finally ,
>
> I run this code
>
> python manage.py packages -o load_concept_scheme --source '{PATH TO AUTHORITY 
> FILES}'
>
> But it gave this error (check image attached)
>
>
> 
>
> Please help me to solve this.
>
>
> On Tuesday, October 27, 2015 at 2:16:30 AM UTC+5:30, Adam Cox wrote:
>>
>> That is strange, because for me, pgsl and pg_ctl are both in the 9.3/bin
>> directory, and I assume with your 9.3.1 version it would be the same.  It
>> seems that the pg_ctl command is still the correct way to handle those
>> controls in 9.3.1, so maybe just go into the file system and check that
>> there isn't something strange with your install directories?
>>
>> On Monday, October 26, 2015 at 1:44:35 PM UTC-5, Amy Elizabeth Uebel
>> wrote:
>>>
>>> I'm a bit new to this, but I've been learning a lot in the process.
>>>
>>> I have the dependencies installed correctly and the variables done (at
>>> least I think so, they all see to open and it has progressed smoothly.
>>>
>>> My path reads as follows:
>>> C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Windows\CCM;C:\Program
>>> Files\PostgreSQL\9.3.10\bin;C:\OSGeo4W64\bin;C:\Python27\;C:\Python27\Scripts
>>>
>>>
>>> However, when it comes time to install Arches I seem to be hitting a bit
>>> of a snag. I have created the virtual environment in 'Projects' and then
>>> activated that virtual enviroment. When I then go to pip install arches it
>>> says that it doesn't find a lot of files and then I ultimately get an error
>>> that reads as follows
>>> 
>>>
>>>
>>>
>>> 
>>>
>>>
>>> 
>>>
>>>
>>>
>>> I was looking into the Error Code 101 but nothing seemed to make sense
>>> in my situation. I was wondering if someone had any idea where the error
>>> started?
>>>
>>> Thank you!
>>>
>>> Amy Elizabeth
>>>
>>> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. For more
> information, visit https://groups.google.com/d/forum/archesproject?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Arches Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Arches] Re: Map issues with Firefox (39 and higher)?

2016-01-11 Thread Adam Cox
Hi Bojan, I just checked this out, and it is very bizarre, and completely 
unusable.  Will look into it further...

On Saturday, January 9, 2016 at 3:24:23 AM UTC-6, Bojan Kastelic wrote:
>
> Hi,
> is there any progress with map issues with Firefox (39 and higher)? I 
> reported this issue (https://github.com/archesproject/arches/issues/270) 
> quite some time ago and I am wondering if I am the only one who is bothered 
> by this issue - this bug affects all known live Arches installations.
>
> In my country (Slovenia) Firefox is one of the most popular browsers and 
> my next project with Arches is aiming mostly at Slovenian users. I am 
> afraid that if this issue is not resolved soon, it will substantially 
> affect the success of the project. Is there at least some workaround for 
> this issue?
>
> Thanks,
>
> Bojan
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.