Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-18 Thread larrygoh84
Hi Vincent, Had you faced this issue before?  We are now trying to connect to Azure DB for Postgresql.  The container log just freezes at Testing if database server is up.. Is it senstive to the @?  thanks. Original message From: Lawrence Goh Date: 10/19/18 3:03 PM (GMT+12:00

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-18 Thread Lawrence Goh
Hi Vincent, Had you faced this issue before? We are now trying to connect to Azure DB for Postgresql. The container log just freezes at Testing if database server is up.. Is it senstive to the @? thanks. On Friday, October 19, 2018 at 3:03:47 PM UTC+13, Lawrence Goh wrote: > > Hi Vincent, >

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-18 Thread Lawrence Goh
Hi Vincent, Yups. Was poking around the codes yesterday and had a go with removing the staticfiles_storage and all went well :) Thanks. Regards, Lawrence On Thu, Oct 18, 2018 at 9:00 PM Vincent Meijer wrote: > If I'm understanding you correctly, you want to serve static files the > 'standard

Re: [Arches] Re: Signing in

2018-10-18 Thread Vincent Meijer
Also, any contributions towards running Arches offline would be great! ;) On Wednesday, 17 October 2018 16:50:02 UTC+2, Pat Lurcock wrote: > > Thanks Vincent, > > Glad you like it. It is very rewarding as I get a message from a relative > every year or two, grateful to see where their relative's

Re: [Arches] Installing dependencies in Ubuntu - pip version

2018-10-18 Thread Vincent Meijer
I don't think it makes a big difference what version you use. Our Docker image currently uses 18.0 I believe. P.s. Since you are interested in the Ubuntu installation, you may also want to check out our Dockerfile. If you were to leave out the capitalized commands at the start of the sentences,

Re: [Arches] Re: Hosting Arches on Azure as a Web App for Containers

2018-10-18 Thread Vincent Meijer
If I'm understanding you correctly, you want to serve static files the 'standard' way (directly from the Arches app using Whitenoise) and serve uploaded files from Azure Blob Storage? I do the same at the moment. For that, use: DEFAULT_FILE_STORAGE='storages.backends.azure_storage.AzureStorage'