tiredofit / docker-freepbx

Dockerized FreePBX 15 w/Asterisk 17, Seperate MySQL Database support, and Data Persistence and UCP
MIT License
516 stars 236 forks source link

Debian? #125

Open JessicaMulein opened 4 years ago

JessicaMulein commented 4 years ago

This is really a beautiful piece of work. I actually managed to get to the point where I've got a Dockerfile that even installs zend guard and all that and now it even gets far enough to need /etc/httpd/conf/httpd.conf to exist so it mocks up a fake /etc/httpd/conf for the System Admin commercial module and gets right up to where it says the system admin RPM is missing.. That particular module seems to be the key for some others, like Voicemail Reports I've paid for...

And then I realize- it all pretty much falls apart at that point. I don't know if commercial modules are supposed to work or not- but I've paid for the System Admin module and I was hoping to migrate from a FreePBX Distro box to a docker container to save some EC2 $ on instances.

But I guess I'm left wondering- I know we all love debian, but Sangoma/FreePBX's creators love binding all their crap down into the OS pretty far and they love the RedHat base... Any chance you have looked into a CentOS/"SangomaOS" flavored variant?

rusxakep commented 4 years ago

What's you thinking about add zend guard module to docker-freepbx?

JessicaMulein commented 4 years ago

It's possible to install RPM on debian.. might be able to mock up some "provides" RPMs that fool everything....