[Arches] Re: Arches 4.4.2 released

2019-07-02 Thread Joel Aldor
Thanks for the update, Cyrus. Does this mean we could upgrade directly from v3 to v4.4.2 without going first to v4.4.1? Regards, Joel On Saturday, June 29, 2019 at 2:36:04 AM UTC+8, Cyrus Hiatt wrote: > > The Arches team is happy to announce the 4.4.2 release which includes a > number

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-23 Thread Joel Aldor
t). > > psql -U postgres -d arches_phm2app -h philippineheritagemap.org -c > "\dt+ *.*" > > Adam > > On Monday, April 22, 2019 at 4:31:18 PM UTC-5, Joel Aldor wrote: >> >> Here's the error: >> >> >>> from arches.app.models.resourc

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-22 Thread Joel Aldor
^ >>> On Tuesday, April 23, 2019 at 5:12:24 AM UTC+8, Adam Cox wrote: > > Oops, that's my fault. Try > > a = Resource().get(uuid) > > instead. > > On Mon, Apr 22, 2019 at 3:56 PM Joel Aldor > wrote: &

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-22 Thread Joel Aldor
ontext, I believe the error you are seeing is from this try/except > block, and I'm not sure what is causing it, but it would be good to narrow > it down... > https://github.com/archesproject/arches/blob/stable/3.x/arches/app/utils/data_management/resources/formats/archesjson.py#L32

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-22 Thread Joel Aldor
ve now just so we're on > the same page (sans sensitive info of course)? > > On Mon, Apr 22, 2019 at 3:06 PM Joel Aldor > wrote: > >> Hi Adam, >> >> I just did that, and it threw the same info and same export files as the >> last one. >> >> Regard

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-22 Thread Joel Aldor
meters that Arches > defines by default. In this case you'll need to make sure that all of the > necessary parameters (shown above) are included in your new definition, not > just the ones you want to change. Specifically, I'm thinking that you don't > have the SCHEMAS parameter. > &

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-22 Thread Joel Aldor
d your DATABASES setting at all? I have a guess at > what the issue may be, but it would be best to start with knowing exactly > what is in your settings.py and settings_local.py files for databases > (excluding passwords of course). > > On Sat, Apr 20, 2019 at 8:12 PM Joel Aldor

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-20 Thread Joel Aldor
rty":"","businesstablename":"" },{"form_groups":null,"child_entities":[],"label":"","value":"", "entitytypeid":"HERITAGE_RESOURCE.E18","entityid": "bfd47a61-4f6f-49ca-

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-20 Thread Joel Aldor
be actually be called Pillow in pip. > > Adam > > On Sat, Apr 20, 2019, 7:37 PM Joel Aldor > > wrote: > >> Hi Adam, >> >> I'd like to think we need to explicitly point the settings.py to our >> phm2app instance in order for the export_resources command to

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-20 Thread Joel Aldor
On Sunday, April 21, 2019 at 8:25:41 AM UTC+8, Joel Aldor wrote: > > Hi Adam, > > I tried to install arches v3.1.2 and pointed the instance into our > existing database on settings.py, then I ran the export_resources command, > which produced those export files. However, the cons

Re: [Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-20 Thread Joel Aldor
t and try exporting again. This would > leave your old env untouched. > > Adam > > On Sat, Apr 20, 2019, 6:23 AM Joel Aldor > > wrote: > >> Hi all, >> >> We're supposed to migrate our v3 data into v4 this Easter weekend using >> the i

[Arches] Migration to v4: No option for export_resources on Arches v3

2019-04-20 Thread Joel Aldor
Hi all, We're supposed to migrate our v3 data into v4 this Easter weekend using the instructions from this link , but we ran into a problem. Apparently, our v3 instance doesn't have the export_resources option when we execute this

[Arches] Re: Error encountered during arches install

2019-04-15 Thread Joel Aldor
Thanks Vincent, that worked! On Sunday, April 14, 2019 at 12:22:15 PM UTC+8, Joel Aldor wrote: > > Trying to install another Arches instance on Ubuntu 16.04 server for our > v3 migration activities this week, but I encountered this error during > installation: > > (ENV) ubunt

[Arches] Re: Arches 4.4.1 released

2019-03-02 Thread Joel Aldor
I've been waiting for years for the v3 to v4 migration workflow to be finally published and made available for an Arches release. This is fantastic! Thank you so much Adam and the Arches team for helping make this happen! Regards, Joel On Friday, March 1, 2019 at 10:00:00 AM UTC+8, Cyrus

[Arches] Re: Other Arches live installations

2019-01-02 Thread Joel Aldor
Hi Adam, Thanks for this update. Looking forward to the published migration workflow very soon! :) Cheers, Joel On Thursday, January 3, 2019 at 2:19:45 AM UTC+8, Adam Cox wrote: > > Hello Edmund! > > Apologies for such a late reply to this query, because I do indeed have > updates from 2018.

Re: [Arches] SyntaxError during installation (Arches app creation)

2018-11-07 Thread Joel Aldor
and the dev server is now working. Regards, Joel On Wednesday, November 7, 2018 at 12:29:36 AM UTC+8, Rob Gaston wrote: > > Perhaps - is it possible for you to test locally to confirm or deny my > suspicions? > > Thanks, > - Rob > > > > On Nov 6, 2018, at

Re: [Arches] SyntaxError during installation (Arches app creation)

2018-11-06 Thread Joel Aldor
In which case, the shell script for dependencies on Ubuntu 16.04 must be updated then. -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send email to archesproject+unsubscr...@googlegroups.com. For more information, visit

[Arches] SyntaxError during installation (Arches app creation)

2018-11-05 Thread Joel Aldor
Hi all, I get this error message after I installed Arches v4.3.3, and cannot proceed: (ENV)ubuntu@ARCHESv4:~/Projects$ arches-project create phm4app /usr/local/lib/node_modules/yarn/lib/cli.js:62909 let code = codeRegex(); ^^^ SyntaxError: Block-scoped declarations (let, const, function,

[Arches] Uploading .arches file on v3

2018-08-21 Thread Joel Aldor
I'm currently reuploading some resources on our Arches v3, but I could no longer see any instructions for uploading .arches and .relations files via the CLI. I think that's because all v3 documentation has been removed. It's been quite a while since I last did this, and I need a refresher.

[Arches] GDPR features on Arches

2018-05-03 Thread Joel Aldor
Hi Arches Team, I'd like to know if there are any plans to incorporate features for GDPR compliance for organizations that uses Arches. GDPR is about to take effect in a few weeks in the EU (in the Philippines, the Data Privacy Act, which is 99% copied from GDPR, has been in full

[Arches] Re: Arches 4.0.1 released

2017-10-16 Thread Joel Aldor
Will try this one by the end of the month. Thanks a lot Alexei! Regards, Joel On Tuesday, October 17, 2017 at 2:21:39 AM UTC+8, Alexei Peters wrote: > > *Arches 4.0.1 released!* > > The Arches team has been busy trying to improve Arches and fix a several > bugs as well. > Below you'll find a

[Arches] Choosing a cloud service for Arches

2017-08-21 Thread Joel Aldor
Hi David, We've run Arches both on AWS and Microsoft Azure, and they run pretty smoothly on both. They will only differ on settings.py configuration during installation. Also, AWS is cheaper than Azure on almost all aspects. Haven't tried Google Cloud yet, but it does have a "forever free"

Re: [Arches] Re: Creating a new resource - Intangible heritage

2017-07-30 Thread Joel Aldor
Hi all, Just started working on Arches v.4.0.1b0 today. Was wondering if there's any prescribed resource model settings that we could apply for intangible heritage, through the Arches Designer? Thanks, Joel On Thursday, February 18, 2016 at 10:13:43 PM UTC+8, Carlisle, Philip wrote: > > Hi

[Arches] Arches v4.0 released

2017-07-27 Thread Joel Aldor
Sweet! Will do this first thing tomorrow morning! -- -- 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

Re: [Arches] Supporting "fuzzy dates", approximations, and uncertain dates in Arches

2017-07-21 Thread Joel Aldor
Hi Alexei, This is something we're really looking forward to. Thanks a lot! Regards, Joel On Saturday, July 22, 2017 at 2:18:20 AM UTC+8, Alexei Peters wrote: > > Hi Vincent, > Here's the status of dates and the collection of date information in v4. > As it stands v4.0.0 will only be able to

Re: [Arches] Re: Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-07-11 Thread Joel Aldor
ing, >> reporting it would be a good thing to do if that hasn't happened already. >> >> On Fri, Jul 7, 2017 at 6:21 PM, Joel Aldor <joel@gmail.com> wrote: >> >>> I need all our pages to load on HTTPS. Is it better to report this to >>> Bing

Re: [Arches] Re: Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-07-07 Thread Joel Aldor
te and add a new attribution in base-layers.js. It's a >> very simple addition; open layers has good documentation on it here: >> http://openlayers.org/en/latest/apidoc/ol.Attribution.html I'd >> recommend that you faithfully recreate the default Bing attribution as well &g

Re: [Arches] Re: Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-07-07 Thread Joel Aldor
July 7, 2017 at 11:17:34 PM UTC+8, Joel Aldor wrote: > > Nevermind, I found them already. :) Yeah it's in the base.htm file, and I > just added 's' on the "http://...; links. > > Most of the pages are now fully served on HTTPS, save for a few more, so > I'm in the process of

Re: [Arches] Re: Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-07-07 Thread Joel Aldor
at 11:00:40 PM UTC+8, Joel Aldor wrote: > > Tried to check on Google Developer Tools Console and I'm at loss with > where to find the files I need to modify. Anyone who knows which files need > to be edited? > > > On Friday, July 7, 2017 at 9:09:14 PM UTC+8, Adam Cox wrote

Re: [Arches] Re: Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-07-07 Thread Joel Aldor
ive that a shot and see how it goes... > > Cheers, > Adam > > On Fri, Jul 7, 2017 at 6:09 AM, Joel Aldor <joel@gmail.com > > wrote: > >> I checked the Developer Tools Console on Google and it seems there are >> scripts being requested insecurely: >

[Arches] Re: Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-07-07 Thread Joel Aldor
should also be served over HTTPS. How can we fix this? On Friday, July 7, 2017 at 5:53:06 PM UTC+8, Joel Aldor wrote: > > Hi all, > > I was able to install the SSL certificate already from Letsencrypt, but > upon opening https://training.philippineheritagemap.org on Chrome, th

[Arches] Re: Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-07-07 Thread Joel Aldor
ext thing I would check is to which certificate your Apache config > points. > Then check if the certificate actually exists in that path. > > Did the certbot command run without any errors? Did it say something along > the lines of "Congratulations! Your certificate has been downl

[Arches] Re: Need Answers

2017-05-23 Thread Joel Aldor
Hi Ahmad, Welcome to the Arches Project community! Arches was developed in Python, using Django as its framework. It also includes the following components such as PostGIS, Elasticsearch, ExtJS and OpenLayers. You may read more about the technology here: http://archesproject.org/development/

Re: [Arches] load_resources command not working

2017-05-19 Thread Joel Aldor
71.227.3173 > > On Fri, May 19, 2017 at 12:21 AM, Joel Aldor <joel@gmail.com > > wrote: > >> HI all, >> >> Would like to follow-up on this one. >> >> Thanks, >> >> Joel >> >> >> On Tuesday, May 16, 2017 at 5:27:17 AM U

[Arches] load_resources command not working

2017-05-13 Thread Joel Aldor
Hi all, Tried to load an arches file today and it didn't load the resources properly for some strange reason. It didn't give out any error messages though. Not even on the log files. This is the very first time it happened and we're able to successfully load arches files in the past. Checked

[Arches] Re: CSV export from v3 for v4 upload

2017-05-06 Thread Joel Aldor
Hi Ryan, I was able to download the export files (it's 33MB total). But I don't think we have the time and resources right now to write a parser to convert the JSON file to a CSV file for version 4. Isn't this something that you should be supporting instead because you changed the data model?

[Arches] Re: Migrating from Arches v3 to v4

2017-05-02 Thread Joel Aldor
;> https://github.com/archesproject/arches/tree/master/arches/db/graphs/resource_models >> >> Is that what you were looking for? >> >> Best, >> Vincent >> >> On Sunday, 30 April 2017 04:06:35 UTC-4, Joel Aldor wrote: >>> >>> Hi Dennis, &

[Arches] Re: Migrating from Arches v3 to v4

2017-04-30 Thread Joel Aldor
Hi Dennis, I'm done with Step 1 of the migration. For Step 2, we wish to retain first the default HIP graphs we had for version 3, before we make any changes to our data models using the Arches Designer. Could you provide us the updated graphs for version 4? Thank you, Joel On Friday, April

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Joel Aldor
.com > > wrote: > >> Hi Joel, >> That file needs to be fixed. It was messed up recently and just hasn't >> been fixed. I"ll make sure that gets fixed today. >> Cheers, >> Alexei >> >> >> Director of Web Development - Farallon Geogr

[Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-07 Thread Joel Aldor
Hi all, Tried to follow the instructions on https://github.com/archesproject/arches/wiki/Developer-Installation and I get this error when I started to import the dropdown lists reference data: ubuntu@ARCHESv4PROD:~/Projects/arches$ python manage.py packages -o impo

[Arches] Re: Migrating from Arches v3 to v4

2017-04-06 Thread Joel Aldor
Also, will the upgrade won't affect the mapping of images and files uploaded per resource? Thanks. On Friday, April 7, 2017 at 8:30:48 AM UTC+8, Joel Aldor wrote: > > Thank you Dennis for this. So when will the patch for v3 RDM SKOS exporter > be made available? -- -- To post, s

[Arches] Migrating from Arches v3 to v4

2017-04-06 Thread Joel Aldor
Thank you Dennis for this. So when will the patch for v3 RDM SKOS exporter be made available? -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send email to archesproject+unsubscr...@googlegroups.com. For more information, visit

[Arches] Arches on apache2 cannot run on HTTPS using LetsEncrypt

2017-03-24 Thread Joel Aldor
Hi all, I am trying to enable HTTPS on training.philippineheritagemap.org by deploying a LetsEncrypt certificate using LetsEncrypt certbot. I followed the steps here: https://certbot.eff.org/#ubuntutrusty-apache The website still runs on HTTP but when I try to put https://, all it gives is an

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

2017-03-19 Thread Joel Aldor
-servicemanagement-legacy Thanks, Joel On Tuesday, February 21, 2017 at 3:00:05 PM UTC+8, Joel Aldor wrote: > > Hi guys! > > If you plan to migrate from AWS to Microsoft Azure, I'm sharing to you > these steps which I created on my own. I must admit the whole migration was > pretty hard,

Re: [Arches] ImproperlyConfigured error when uploading an image

2017-03-19 Thread Joel Aldor
the settings > exactly. Good luck! > > On Sun, Mar 19, 2017 at 12:42 AM, Joel Aldor <joel.al...@gmail.com> wrote: > >> What the. Hahaha! Yeah I just corrected it, thanks! >> >> But now, I get this error this time. "No module named deconstruct" Weird. &g

[Arches] ImproperlyConfigured error when uploading an image

2017-03-18 Thread Joel Aldor
Hi all, So I created a separate training environment for the Philippine Heritage Map (training.philippineheritagemap.org) using a production copy of our website, and now I'm trying to upload an image under either Images & Files, or Condition Assessment, on a historic resource. Everytime I

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

2017-03-17 Thread Joel Aldor
u mind if I added this documentation to the Arches > github wiki <https://github.com/archesproject/arches/wiki>? It would be > helpful for future developers working in a similar environment. > > Adam > > On Tuesday, February 21, 2017 at 1:00:05 AM UTC-6, Joel Aldor wrote: &g

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

2017-03-02 Thread Joel Aldor
rience so far and congratulations on the grant. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Mon, Feb 20, 2017 at 11:15 PM, Joel Aldor <joel@gmail.com > > wrote: > >> Hi Alexei, >> >>

[Arches] Cannot run manage.py

2017-02-17 Thread Joel Aldor
Hello, Tried to create a new Arches3-HIP installation, but when I go to step 2 on this link: http://arches-hip.readthedocs.io/en/latest/getting-started/#running-arches-hip, I get the Unknown command: 'packages' error below. I checked 'help' as indicated below, and the packages subcommand

[Arches] Storage Settings for Azure Storage Container on settings.py

2017-02-09 Thread Joel Aldor
Hello, After a series of unsuccessful attempts trying to migrate my Ubuntu server from AWS to Azure, I've decided to just install Arches ver. 3 from scratch. However I was able to transfer my S3 bucket to an Azure blob storage, so that's taken cared of. Now I am at the part where I'm going to

[Arches] Re: Signing in

2017-01-28 Thread Joel Aldor
Hey Ilya, I used to head the Cultural Heritage Mapping Project two years ago, and Arches was supposed to be our mapping platform to supplement Wikipedia articles for all identified historic resources,

Re: [Arches] Re: CIPA 2017 in Ottawa: Invitation to submit papers on inventories & Arches workshop

2017-01-27 Thread Joel Aldor
here > <https://docs.google.com/forms/d/e/1FAIpQLScxV9fRAr5g6up9ue4vyCqH0R6ynXwugrhSN5ZyFdNzmehAFQ/viewform?usp=send_form>* > *to fill out the form.”* > > > > Best, > > David > > > > *From:* arches...@googlegroups.com [mailto: > arches...@g

[Arches] Re: CIPA 2017 in Ottawa: Invitation to submit papers on inventories & Arches workshop

2017-01-24 Thread Joel Aldor
Hi David, The workshop registration form for CIPA is blank: http://archesproject.org/arches-cipa-2017-workshop-registration-form/ Please advise. Thanks! Joel On Wednesday, January 25, 2017 at 1:59:43 AM UTC+8, David Myers wrote: > > Hi Everyone > > I would like to call to everyone's attention

[Arches] Re: Arches v4 release schedule

2017-01-24 Thread Joel Aldor
ication? > A4: Probably late summer of 2017. > > Hope this is helpful. > > Cheers, > > Dennis > > > On Tuesday, January 24, 2017 at 3:14:26 AM UTC-8, Joel Aldor wrote: >> >> Hi Dennis, >> >> This is probably the best news I've read today. :) We are curre

[Arches] Re: Arches v4 release schedule

2017-01-24 Thread Joel Aldor
Hi Dennis, This is probably the best news I've read today. :) We are currently in the process of migrating our servers from AWS to Azure, and we hope to complete our migration next month so we can already upgrade to version 4. I have a few questions though for this upgrade: 1.) Will there be

Re: [Arches] Re: Arches v4 WORKSHOP: Liverpool, March 2017

2017-01-12 Thread Joel Aldor
--- > *From:* archesproject@googlegroups.com <archesproject@googlegroups.com> > on behalf of Joel Aldor <joel.al...@gmail.com> > *Sent:* Thursday, January 12, 2017 6:19 PM > *To:* Arches Project > *Subject:* [Arches] Re: Arches v4 WORKSHOP: Live

[Arches] Re: Arches v4 WORKSHOP: Liverpool, March 2017

2017-01-12 Thread Joel Aldor
This is pretty exciting! Will you be providing a web conference for those not able to join? Regards, Joel On Friday, January 13, 2017 at 6:49:06 AM UTC+8, Alison Dalgity wrote: > > Greetings to all those who have been so patiently waiting for the > completion of v4. We are almost there! > > >

[Arches] Re: Migrating Arches implementation from AWS to Azure

2016-11-22 Thread Joel Aldor
at > directly on your new Azure set up and migrate at that time. As far as I > know, there will be a well-defined workflow for migrating Arches 3 HIP data > to Arches 4. > > Good luck! Also interested to hear any feedback about Azure. > > Adam > > > On Wednesday, November 16,

[Arches] Migrating Arches implementation from AWS to Azure

2016-11-16 Thread Joel Aldor
Hello! So we got an Azure cloud donation from Microsoft and we are planning to migrate our existing Arches installation from AWS to Azure, which should happen in the next two months (in time for Arches ver. 4). Our current setup is an EC2 instance of Ubuntu with Apache Web Server and an S3

Re: [Arches] Re: Using Docker for deploying Arches

2016-08-25 Thread Joel Aldor
# start_services.sh >>>>> (this will start PostgreSQL and ElasticSearch) >>>>> # cd my_hip_app >>>>> # python manage.py packages -o install >>>>> # python manage.py runserver 0.0.0.0:8000 >>>>> >>>>> Before exi

Re: [Arches] Re: Using Docker for deploying Arches

2016-08-23 Thread Joel Aldor
0 > connectaddress= > > netsh interface portproxy del v4tov4 listenport=80 > > > Good lock Vincent. > > > > > > > > On Monday, August 8, 2016 at 11:30:31 PM UTC+5:45, Vincent Meijer wrote: >> >> Yes, we at USF's CVAST are in a f

Re: [Arches] Re: Using Docker for deploying Arches

2016-07-28 Thread Joel Aldor
Has anyone continued the dockerization of Arches 3? On Sunday, January 11, 2015 at 3:30:01 PM UTC+8, Rita Sinha wrote: > > Hi Alex, > >Thanks for the much needed start for dockerizing the arches > project. I have gone through your work and prefer starting from where > you left. >

[Arches] Arches v4 - mobile app

2016-04-18 Thread Joel Aldor
Hi Arches Project Team, Are you going to release the source code for the Arches v4 mobile app under the same GPL v3 so that we can white-label it for our mappers here? Just want to check. Thanks, Joel -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send email

[Arches] HERE Maps integration

2016-01-31 Thread Joel Aldor
I found out that HERE Maps (formerly Nokia Maps) have more complete satellite imagery in our country, especially the old towns that we need to map but have no good imagery on Bing Maps. I also read here that it is technically possible to use this for OpenLayers, but

Re: [Arches] Re: Information Resource Error

2016-01-27 Thread Joel Aldor
I was able to replicate this error as well. But I have also found another reason for this one. You can successfully save an information resource by FIRST uploading a file on the "File Upload" tab. Once saved, you can successfully save the rest of the information entered on the other tabs,

[Arches] How to enable other file formats to be uploaded as information resource

2016-01-26 Thread Joel Aldor
Hi, We have a number of video files that we want to upload as an information resource that is related to a historic resource/historic event. But everytime I select the video file, it always display the X icon saying "You can't upload files of this type.". How do you enable other file formats

Re: [Arches] Re: How to get the load_id of a particular .arches file loading command

2016-01-05 Thread Joel Aldor
icro instance when you've finished.) This would be necessary if > you are including resource-to-resource relationships in the .relations > file. Just be sure to make an image of your instance for backup, just in > case something goes wrong. > > Adam > > On Mon, Jan 4, 2016 at 7:19 PM,

Re: [Arches] Re: Two issues on image uploads on Arches

2015-12-29 Thread Joel Aldor
FILE_OVERWRITE = False > to your settings.py file and restart apache. When I did that, everything > was solved. I'll update the documentation. > > Thanks for finding this problem!! > Adam > > On Tuesday, December 22, 2015 at 9:42:43 PM UTC-6, Joel Aldor wrote: >>

[Arches] Images do not show up on resource report

2015-12-22 Thread Joel Aldor
Good day, I would like to report a bug on our Arches installation. Images that were uploaded and related to our historic resources do not show up on the resource report pages. It only says "Images: No images recoreded" but when you go to the "Images and Files" tab, the images were there. e.g.

Re: [Arches] Images do not show up on resource report

2015-12-22 Thread Joel Aldor
ssessment section file you can just remove it, and arches will go back to > using the original that is in the virtual environment. > > Adam > > On Tue, Dec 22, 2015 at 6:25 PM, Joel Aldor <joel.al...@gmail.com> wrote: > >> Good day, >> >> I would like to report a bug

[Arches] Two issues on image uploads on Arches

2015-12-22 Thread Joel Aldor
Hi Team, I would like to report on two issues that are currently happening on our Arches installation: 1.) When images shot in portrait orientation are uploaded on Arches they show up in horizontal orientation (or 90 degs clockwise). How can we correct this immediately? Example:

Re: [Arches] Re: Importing concepts scheme into Arches

2015-12-15 Thread Joel Aldor
me? > Thanks, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Tue, Dec 8, 2015 at 4:07 PM, Joel Aldor <joel.al...@gmail.com> wrote: > >> Hi Alexei, >> >> Any updates on this issue? Thanks. >> >> Regard

Re: [Arches] Re: Importing concepts scheme into Arches

2015-12-01 Thread Joel Aldor
Nodes, > and Candidates) is the ConceptSchemes panel. > -Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Mon, Nov 30, 2015 at 4:55 PM, Joel Aldor <joel@gmail.com > > wrote: > >> And I don't see a *ConceptSchemes* pa

[Arches] Re: Importing concepts scheme into Arches

2015-11-30 Thread Joel Aldor
And I don't see a *ConceptSchemes* panel as written here: https://arches3.readthedocs.org/en/latest/rdm/?highlight=conceptschemes#importing-a-scheme Where is it? On Tuesday, December 1, 2015 at 8:44:11 AM UTC+8, Joel Aldor wrote: > Hi Ryan, > > I used both approaches: copy-pas

[Arches] Importing concepts scheme into Arches

2015-11-24 Thread Joel Aldor
Hello, I tried to export all my concepts from our production server as a SKOS file through the RDM. I tried to import the schema to a clean installation of Arches on another dev server, but the concepts do not load at all. I even changed the SKOS file to an RDF file, and still it didn't work.

[Arches] Limiting access to RDM

2015-11-24 Thread Joel Aldor
Hello, I would like to know how I should be able to limit user access to only the Resource Manager. Right now all our usernames have access to the RDM, and we don't want people to mess up with the concepts or anything within the RDM. Should I do it via the Django site admin, or do you have to

Re: [Arches] Re: Arches 3.1.1 and Arches-HIP 1.0.4 released

2015-11-20 Thread Joel Aldor
ersion (it's currently supposed to be 3.3.0). > You might try running collectstatic with the "-c" option which will clear > the existing files first. > Give that a shot. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 &g

[Arches] Re: Arches 3.1.1 and Arches-HIP 1.0.4 released

2015-11-19 Thread Joel Aldor
Hello Alexei, Tried to apply the patch but it gives me this error: (ENV2)ubuntu@ip-172-31-28-36:~/Projects/phm2app$ python manage.py install_patch -s upgrade_to_v3_1_1 INSTALLING PYSHP MODULE --- You are using pip version 7.1.0, however version 7.1.2 is available. You

[Arches] Re: Philippine Heritage Map (powered by Arches-HIP) is now live

2015-11-19 Thread Joel Aldor
gh you website . > i wanna build a similar web application using Arches like your website > can you help me to set up from the beginning > reply me thanks > > > On Friday, August 21, 2015 at 11:55:24 AM UTC+5:30, Joel Aldor wrote: >> >> >> <https://lh3.g

Re: [Arches] Re: Arches 3.1.1 and Arches-HIP 1.0.4 released

2015-11-19 Thread Joel Aldor
Hi Alexei, Did that collectstatic command too before this issue was posted. I'll check as well if I need to update my apache config file since I switched to a separate virtual env when I upgraded to this version, although I'm not sure if it has to do with the issue. What do you think? Joel

[Arches] Re: new documentation on converting Excel workbook to .arches file

2015-10-09 Thread Joel Aldor
Adam, I usually do an Excel macro to convert Excel data to .arches and .relations file, but this one really looks very helpful. I will try this the next time we do another data import. Thank you for taking time to add this helpful resource to the documentation! Regards, Joel On Saturday,

[Arches] Philippine Heritage Map (powered by Arches-HIP) is now live

2015-08-21 Thread Joel Aldor
(www.facebook.com/PhilippineHeritageMap) and thru Twitter ( twitter.com/HeritageMapPH). You may reach out to us as well at philippineheritage...@gmail.com. We would be glad to support and help out other fellows to implement and deploy Arches for your country. Regards, *Joel Aldor* Grupo Kalinangan

[Arches] Re: Arches 3.0.4 and Arches-HIP 1.0.3 released

2015-07-21 Thread Joel Aldor
Thank you for this update Alexei. On Wednesday, July 22, 2015 at 5:38:32 AM UTC+8, Alexei Peters wrote: Hi Everyone, The Arches team has been busy trying to improve Arches and fix a few bugs as well. Below you'll find a listing of all the changes that are included in the latest releases.

Re: [Arches] ImportError: Cannot import name DataSource

2015-07-02 Thread Joel Aldor
Peters apet...@fargeo.com wrote: Hi Joel, I'll try and have the documentation updated today. Cheers, Alexei Sent from my Windows Phone -- From: Joel Aldor joel.al...@gmail.com Sent: ‎6/‎29/‎2015 5:28 PM To: archesproject@googlegroups.com; apet...@fargeo.com Cc

Re: [Arches] ImportError: Cannot import name DataSource

2015-06-29 Thread Joel Aldor
Would it be possible that the documentation be updated for Windows, especially for 64-bit? Thank you. On Tuesday, June 30, 2015 at 6:04:00 AM UTC+8, Alexei Peters wrote: Hi Mohamed, I just reconfirmed all the steps for setting up Arches on a windows 8 64bit machine. To get past the issue

Re: [Arches] Re: Installing Arches on Win server 64bits

2015-04-27 Thread Joel Aldor
for instructions: https://docs.djangoproject.com/en/1.6/ref/contrib/gis/gdal/#gdal-library-path . Hope this helps. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Sun, Apr 26, 2015 at 12:14 AM, Joel Aldor joel@gmail.com javascript: wrote