Dear FreeBSD users,
I just started using FreeBSD and i'm currently running a few test servers to get familiar with FreeBSD. I have read a[]lot of guides and manuals but I can't seem to find any information regarding a private ports/package repo. Let's say I have a created a business application and i want to distribute it to my clients. I will install the software myself, but I'd like to keep the source for myself. And only distribute the binaries.
Is it possible to have a production servers create binaries for certain versions of FreeBSD and then on the clients add a private repo to pk2ng? So I can update my private repo from the company and the clients will automatically look for updates daily. And if I have a new client I can just install the latest version with:
I'd like to prevent uploading my source/package to the public repo. Is this in any way possible?
Thanks a[]lot in advance,
Navles
--EDIT--
I use a[]lot of c++ code. Would it be better to distribute the compiled c++ code or create a FreeBSD package and distribute the package?
I just started using FreeBSD and i'm currently running a few test servers to get familiar with FreeBSD. I have read a[]lot of guides and manuals but I can't seem to find any information regarding a private ports/package repo. Let's say I have a created a business application and i want to distribute it to my clients. I will install the software myself, but I'd like to keep the source for myself. And only distribute the binaries.
Is it possible to have a production servers create binaries for certain versions of FreeBSD and then on the clients add a private repo to pk2ng? So I can update my private repo from the company and the clients will automatically look for updates daily. And if I have a new client I can just install the latest version with:
pkg install <package-name>.I'd like to prevent uploading my source/package to the public repo. Is this in any way possible?
Thanks a[]lot in advance,
Navles
--EDIT--
I use a[]lot of c++ code. Would it be better to distribute the compiled c++ code or create a FreeBSD package and distribute the package?