Hi guys
I'm new to FreeBSD and need a quick help (no coding, just info and maybe easy testing) to "port" my app to FreeBSD.
The topo:
My app exists on several packages: PyPI, Snap, Flatpak.
It's a python app using ncurses and sqlite3.
The app is of course free and under GPL3.
I installed a virtualbox with FreeBSD with python38, sqlite3, pip (as root).
When starting the app as a user, I need your help because I have a R/W error.
In fact the app needs to copy the INI file and the DB in a user folder for read/write accesses.
I solved the problem of sandbox on Linux, Mac.
As Python supports FreeBSD and the app seems working, I could support your OS without too much work.
Actually, the app was installed in /usr/home/<user> on FreeBSD.
i don't know if it's correct, can someone help me?
You can install the app via: https://pypi.org/project/sonofman/
Some videos: https://asciinema.org/~hlwd
The keys in the app:
Q) to quit
B) for the books
A) for the articles and check the keys
P) for the parables
M) Menu
Arrow keys) to change page
Thanks a lot
I'm new to FreeBSD and need a quick help (no coding, just info and maybe easy testing) to "port" my app to FreeBSD.
The topo:
My app exists on several packages: PyPI, Snap, Flatpak.
It's a python app using ncurses and sqlite3.
The app is of course free and under GPL3.
hotlittlewhitedog / BibleMultiTheSonOfMan · GitLab
Bible multi languages for Terminal. Easy to use with quick searches, parables, articles, cross references.
gitlab.com
I installed a virtualbox with FreeBSD with python38, sqlite3, pip (as root).
When starting the app as a user, I need your help because I have a R/W error.
In fact the app needs to copy the INI file and the DB in a user folder for read/write accesses.
I solved the problem of sandbox on Linux, Mac.
As Python supports FreeBSD and the app seems working, I could support your OS without too much work.
Actually, the app was installed in /usr/home/<user> on FreeBSD.
i don't know if it's correct, can someone help me?
You can install the app via: https://pypi.org/project/sonofman/
Some videos: https://asciinema.org/~hlwd
The keys in the app:
Q) to quit
B) for the books
A) for the articles and check the keys
P) for the parables
M) Menu
Arrow keys) to change page
Thanks a lot