moanos [foss edition] on Nostr: npub1wvnpl…7rhy9 Sorry, I was on vacation. For the most part it was pretty ...
npub1wvnplrtqjmra3tvcuu692qsfk9m7k60enpw9r6hvwurydc6eavas97rhy9 (npub1wvn…rhy9) Sorry, I was on vacation.
For the most part it was pretty straightforward (put the manual install steps into the docker file). The main problem arose from the static files/web server. I use #whitenoise for this now but getting it to work was a bit of pain. For some reason it only works when I do pip install -e . (the edit flag mus be present).
The dockerfile is this: https://github.com/moan0s/ILMO2/blob/main/Dockerfile
and the ansiblre role is here: https://github.com/moan0s/ansible-role-ilmo
For the most part it was pretty straightforward (put the manual install steps into the docker file). The main problem arose from the static files/web server. I use #whitenoise for this now but getting it to work was a bit of pain. For some reason it only works when I do pip install -e . (the edit flag mus be present).
The dockerfile is this: https://github.com/moan0s/ILMO2/blob/main/Dockerfile
and the ansiblre role is here: https://github.com/moan0s/ansible-role-ilmo