mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: jquery work / docker-compose


From: Ben Sturmfels
Subject: Re: jquery work / docker-compose
Date: Thu, 24 Jun 2021 10:47:08 +1000
User-agent: mu4e 1.4.15; emacs 27.2

Hi jgart,

On Wed, 23 Jun 2021, jgart wrote:

> I tried using docker-compose but the Dockerfile it references 
> (Dockerfile-debian-python3-sqlite) does not exist in the master branch.
>
> I tried referencing the other Dockerfiles in the root of the project
> from docker-compose and they all fail to build the project when
> running `docker-compose up`.

For you personally, I'd suggest using a Guix container as described in
guix-env.scm. This is what I'm currently using.

The docker-compose approach is purely experimental at this point. I
wrote it some time back, but I don't use it for my own development work.
The Dockerfiles should work, but are really just intended for running
the test suite in CI than for actual development. This is because they
download the source directly from the master MediaGoblin branch. It
turns out to be complicated to share your local editable source reliably
with the Docker container - there are lots of ways for MediaGoblin to
break depending on the contents of your local development directory.

> Any suggestions or tips would be greatly appreciated.
>
> Also, has anyone been working on porting the jquery to js? I just want to 
> make sure I am not repeating any work already started by someone else.

I believe you're the only one working on it. Thanks for work here!

Regards,
Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]