I don’t have the answer to your question. Instead I would suggest using podman (similar to docker) to run django, SQLite, etc in containers or pods. Thereby isolating those environments from your base os. But still be able to access by ip/port.
An example showing how to accomplish can be found here:
https://developers.redhat.com/blog/2019/09/11/develop-with-django-2-and-pyth...
Best regards. Phil
On Dec 7, 2020, at 7:00 AM, arm-dev-request@centos.org wrote:
Send Arm-dev mailing list submissions to arm-dev@centos.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/arm-dev or, via email, send a message with subject or body 'help' to arm-dev-request@centos.org
You can reach the person managing the list at arm-dev-owner@centos.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Arm-dev digest..."
Today's Topics:
- (no subject) (Jascha Gerold)
Message: 1 Date: Sun, 06 Dec 2020 21:39:57 -0000 From: Jascha Gerold jayalt@icloud.com To: arm-dev@centos.org Subject: [Arm-dev] (no subject) Message-ID: 3117afd7-b0b6-4dd7-ae17-64329d3de761@me.com Content-Type: text/plain; charset="utf-8"; Format="flowed"
Hi everyone!
I just joined the list. Total arm/rpi4 beginner here. Been using Fedora for a year on my personal computer (switched from Apple). Thats my background. My goal is to have my rpi4 run a webserver for my Django projects. I have been experimenting with Raspberry Pi OS, Fedora 33 and Centos 7/8 on the Raspberry. I would like to use a yum/dnf based distribution on the Pi, because I am a bit more familiar with its cli. I believe that the CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2009-sda.raw image would be the way to go.
But frankly I am terrified by configuring all the different sources for the latest packages (sqlite3, django 3, and so on) and getting them to interact flawlessly without breaking the system.
Fedora does not have a native rpi4 image. They are generic and boot differently that the CentOS one.
Can I use the boot partition from CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2009-sda.raw combined with the Fedora Userland? Id have to disable kernel updates I guess and cross compile them myself (done that successfully yesterday).
TLDR:
My question is: How do I get the native rpi4 centos way to boot combined with fedora userland?
Jay