[Arches] Re: Multi-language (Internationalization) support for Arches

2021-05-04 Thread Markus S.
Hi Dennis, We here at Parks Canada are very interested in Arches internationalization. We are slowly building our Arches system to capture information on historic places, persons and events, among other things. We are required by law to provide content to the end users in both English and

Re: [Arches] Re: Arches installation with database on a separate server

2021-04-22 Thread Markus S.
t;), >> "POSTGIS_TEMPLATE": "template_postgis", >> "OPTIONS": { >> "sslmode": get_env_variable("PGSSLMODE") #needs to use ' >> *require*' if connecting to Azure Database for Postgresql >&g

Re: [Arches] Re: Arches installation with database on a separate server

2021-04-19 Thread Markus S.
your database > ahead of time and add the postgis and uuid-ossp extensions to it. > > Hope that helps a bit, > Adam > > On Wed, Apr 14, 2021 at 1:26 PM Markus S. wrote: > >> Hi Ryan, >> >> Thanks, this is very helpful. That's pretty much what I had alread

[Arches] Re: Arches installation with database on a separate server

2021-04-14 Thread Markus S.
with any updates or additional info. > > Cheers, > Ryan > > > On Wednesday, April 14, 2021 at 10:51:21 AM UTC-7 Markus S. wrote: > >> Hi, >> >> Does anyone have experience installing Arches 5.1 using two servers, one >> for the web server/app and one for

[Arches] Arches installation with database on a separate server

2021-04-14 Thread Markus S.
Hi, Does anyone have experience installing Arches 5.1 using two servers, one for the web server/app and one for the PostgreSQL database? I'm looking at doing that on Azure. It does not seem as simple as just setting the database server host name and port in the settings file (I tried it).

[Arches] Re: Problems importing data from a csv with the mapping file

2021-01-28 Thread Markus S.
Hi, It looks like it was successfully able to save 6384 records but was not able to write the log entry. Can you confirm the import itself was successful? In addition to file permissions, also ensure that the folder in which the file is located has sufficient permissions so that files inside

Re: [Arches] Importing dates earlier than 1970-01-01

2021-01-28 Thread Markus S.
ata to see if the > format of the csv is the same as what you're trying to import. > > FYI I didn't need to specify resource ids as UUIDs for the import to work. > Cheers, > Alexei > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > <(971)%2022

[Arches] Re: Importing dates earlier than 1970-01-01

2021-01-20 Thread Markus S.
ecember 15, 2020 at 3:35:30 PM UTC-8 Markus S. wrote: > >> Hi, >> >> I ran into a bit of a curious issue while importing dates from a CSV file >> to a date field or fields in Arches v5.1. >> >> The CSV file looks roughly like this: >> >> *Resource

[Arches] Importing dates earlier than 1970-01-01

2020-12-15 Thread Markus S.
Hi, I ran into a bit of a curious issue while importing dates from a CSV file to a date field or fields in Arches v5.1. The CSV file looks roughly like this: *ResourceID,Period of Significance From Date,Period of Significance To Date* 3215,1985-01-01,1986-01-01 3215,1964-01-01,1965-01-01 For

Re: [Arches] Re: Arches 5.1.0 released

2020-11-24 Thread Markus S.
nstall` from > the directory with your package.json file rather than the one with > manage.py? You probably did it correctly, but running yarn from the > manage.py directory is an easy mistake to make.. > > Thanks, > > Cyrus > > On Thu, Oct 29, 2020 at 3:24 PM Markus

Re: [Arches] Re: Arches 5.1.0 released

2020-10-29 Thread Markus S.
er than the one with > manage.py? You probably did it correctly, but running yarn from the > manage.py directory is an easy mistake to make.. > > Thanks, > > Cyrus > > On Thu, Oct 29, 2020 at 3:24 PM Markus S. wrote: > >> Hi all, >> >> Congrats and thank you

Re: [Arches] Re: Arches 5.1.0 released

2020-10-29 Thread Markus S.
Hi all, Congrats and thank you for a new version! We just performed an upgrade from v5 to v5.1 to give it a whirl. It's now working fine, and we are excited to see the new features (including language switcher!), but we had the following issue during installation: The new or upgraded JS

Re: [Arches] CSV import not working for nodes that use ''Place node(s) in a separate card'

2020-09-17 Thread Markus S.
ith us > as this may be slower than usual. > > > > http://www.heritagedata.org/blog/ > > > > *From:* arches...@googlegroups.com *On > Behalf Of *Markus S. > *Sent:* 16 September 2020 22:10 > *To:* Arches Project > *Subject:* [Arches] CSV import not

[Arches] CSV import not working for nodes that use ''Place node(s) in a separate card'

2020-09-16 Thread Markus S.
Hi, I have been experimenting with imports of CSV data to Arches v5. Mostly it has been going well without an issue, and I understand how the process works. However, in more complicated models, certain fields did not seem to be importing at all. The common denominator for these nodes turned

Re: [Arches] Re: Arches v5 in Docker - creating a Project

2020-06-11 Thread Markus S.
t > > * volumes:* > * - ./:/web_root/ * > > Run the container again: docker-compose up arches > > > Best Regards, > Ashish > > > On Wed, Jun 10, 2020 at 12:44 AM Markus S. > wrote: > >> Hi Ashish, >> >> That worked, thank you!

[Arches] Re: Signing in

2020-06-10 Thread Markus S.
Hi, I work for Parks Canada in a project for renewing our digital platform for heritage places. I am currently evaluating and testing Arches v5 to see how well it would fit our project - so far so good. I have a background in information systems, web app projects, GIS, project management and

Re: [Arches] Re: Arches v5 in Docker - creating a Project

2020-06-09 Thread Markus S.
container without any issue only in DEV mode. If you want to run in PROD > mode then more steps are required which also depends on whether you want to > run Celery or not. > > Best Regards, > Ashish > > > > > > > On Thu, Jun 4, 2020 at 4:41 AM Markus S. > w

[Arches] Re: Arches v5 in Docker - creating a Project

2020-06-03 Thread Markus S.
I got further by changing DJANGO_MODE=PROD to DJANGO_MODE=DEV. Now system starts up at least. It looks broken, though. The web server returns a 400 error on a lot of the media files. Nevertheless, I am trying to do this with *v5*. The instructions at

[Arches] Arches v5 in Docker - creating a Project

2020-06-02 Thread Markus S.
Hi, I have been running *Arches v5* in a *Docker *container without an issue for a while. Next it was time to create a custom Project. I followed instructions at https://github.com/archesproject/arches/tree/master/docker#setting-up-your-own-arches-project without success: Gunicorn always