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 >

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

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'