Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
Thanks Alexei for all this and sorry for being a pain;) I restarted my computer and run runserver.bat (which I did previous times as well), then "install_arches_db.bat" and "install_packages.bat". I still have the same problem : initializing pop up window loads forever when I open the local ser

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Alexei Peters
Hi Azadeh, Try rerunning "install_arches_db.bat" and "install_packages.bat", but before you do that make sure that you are running "runserver.bat". I'm guessing that your're not running the runserver.bat file before running the install files. Try that. Cheers, Alexei Director of Web Development

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
I went on ElasticSearch console, this is what I see On Wednesday, August 6, 2014 6:43:07 PM UTC-4, Azadeh Vafadari wrote: > on the command window after I ran the install_p

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
on the command window after I ran the install_packages I got the last line error message C:\arches-web\arches-arches-6127ba016596\archesproject\build>cd C:\arches-web\ar ches-arches-6127ba016596\archesproject\build\.. C:\arches-web\arches-arches-6127ba016596\archesproject>call "virtualenv/ENV/

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
no just the initializing window loading On Wednesday, August 6, 2014 6:26:50 PM UTC-4, Alexei Peters wrote: > > No, the site should come up within 10 sec or less. > Are there any javascript errors or files failing to load? > > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Alexei Peters
No, the site should come up within 10 sec or less. Are there any javascript errors or files failing to load? Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Wed, Aug 6, 2014 at 3:15 PM, Azadeh Vafadari wrote: > Me again Alexei, > the pop up initializing window is s

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
Me again Alexei, the pop up initializing window is still running (2:45min). Is this normal? Thanks. Azadeh On Wednesday, August 6, 2014 4:32:09 PM UTC-4, Azadeh Vafadari wrote: > oops! my bad! fixed it. It looks like it's happening. I see initializing > window on the local server. Will let you

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
oops! my bad! fixed it. It looks like it's happening. I see initializing window on the local server. Will let you know how it goes. fingers crossed! Thanks 1000 Alexei On Wednesday, August 6, 2014 4:03:27 PM UTC-4, Alexei Peters wrote: > That's just ElasticSearch running, as it should be. > > >

Re: [Arches] Arches documentation has a new home!

2014-08-06 Thread Karl Fogel
Yiannis Avramides writes: >Thanks for being the voice of conscience Karl! The User Guide >documents were in a shared Dropbox folder, which I have shared with >Alexei for running through Pandoc. Like Alexei has done with the >Installation Guide, these will soon be in the public repository (BTW, >I'

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Alexei Peters
That's just ElasticSearch running, as it should be. Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Wed, Aug 6, 2014 at 12:52 PM, Azadeh Vafadari wrote: > I just noticed that one of me two command window when running the > "runserver" has Mcroy, henry hank in it! li

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
I just noticed that one of me two command window when running the "runserver" has Mcroy, henry hank in it! like the message on ElasticSearch console: could this be the problem? I have no idea what am I talking about!! [2014-08-06 14:19:59,173][INFO ][node ] [McCoy, Henry "Ha

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
Hi Alexei, I followed the installation guide and I did add this, as you are saying, to the settings.py (image below) -- I created a cds folder under archesproject/packages as instructed and copied the cds package there. Sorry I'm taking up your time...

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Alexei Peters
Hi Azadeh, Make sure in your settings.py file you have something like this: INSTALLED_PACKAGES = ( # entries here should correspond to folders within the packages directory 'cds', ) Make sure whatever name you use ('cds' in the above example) that it corresponds to the folder name of the

Re: [Arches] PostGIS or KML on Arches

2014-08-06 Thread Alexei Peters
Hi Guys, Here's an example of how you might go about adding a KML file to Arches: Run the following sql statements on the database: INSERT INTO app_metadata.maplayers( active, on_map, selectable, basemap, name_i18n_key, layergroup_i18n_key, layer) VALUES (FALSE,FALSE,FALSE,FALSE,'

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
when I rerun "install_arches_db" after asking twice the password this is what I see. Is this ok? INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 I

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
Hi Alexei, thanks for the quick reply. I reran "install_arches_db.bat" and "install_packages.bat", then went to ElasticSearch console but what I see is not at all what you

Re: [Arches] Arches documentation has a new home!

2014-08-06 Thread Yiannis Avramides
Thanks for being the voice of conscience Karl! The User Guide documents were in a shared Dropbox folder, which I have shared with Alexei for running through Pandoc. Like Alexei has done with the Installation Guide, these will soon be in the public repository (BTW, I'm happy to help), which I th

Re: [Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Alexei Peters
Hi Azadeh, Nice to hear from you! Hope you're doing well. It looks like you've run the "install_packages.bat" file more then once. You always have to run "install_arches_db.bat" first. If you want to run again "install_packages.bat" again, first run "install_arches_db.bat". To confirm that the d

[Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
Oh, just tried it on Firefox and it works perfectly! But it doesn't seem that there are any data in it. I can not see anything on the map and search doesn't return anything. Is there a way to check and see if the data is there. And if not how can I upload the data? thanks very much On Wednesda

[Arches] Re: Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
Oh, just tried it on Firefox and it works perfectly! But it doesn't seem that there are any data in it. I can not see anything on the map and search doesn't return anything. Is there a way to check and see if the data is there. And if not how can I upload the data? thanks very much. On Wednesd

[Arches] Problem loading test data and use of GUI

2014-08-06 Thread Azadeh Vafadari
Hello all, (Special hi to Dennis, Adam, and Alexei! It's been such a long timehope all is well and we get to see each other soon!) So I finally started to install Arches on my laptop yesterday. I had few problems along the way but thanks to your posts here I was able to install Arches on m

[Arches] PostGIS or KML on Arches

2014-08-06 Thread Alex Proca
I have the same problem. I struggle to add some kml images to arches but no success yet. Did you find a solution? -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send email to archesproject+unsubscr...@googlegroups.com. For more information, visit https://groups.g