- Joined
- Apr 3, 2020
- Messages
- 26
- Reaction score
- 4
One of my colleagues bought a Raspberry PI 4 and told me to set up a test environment for 3cx.
"That will be painful" I thought, so I read for some hours and examined some debian stretch 3cx systems.
I managed to install the raspbian buster image to have a working raspberry.
Then I tried to make it compatible with 3CX
sudo apt remove libcurl4
sudo apt autoremove
sudo apt remove libcurl3
sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot
wget http://security.debian.org/debian-security/pool/updates/main/i/icu/libicu57_57.1-6+deb9u4_armhf.deb
wget http://ftp.debian.org/debian/pool/main/c/curl/libcurl3_7.52.1-5+deb9u10_armhf.deb
sudo dpkg -i libicu5*
sudo apt autoremove
sudo apt –fix-broken install
sudo dpkg -i libcurl3*
And then I tried to install 3cx:
wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add -
echo “deb http://downloads-global.3cx.com/downloads/debian stretch main” | sudo tee /etc/apt/sources.list.d/3cxpbx.list
echo “deb http://downloads-global.3cx.com/downloads/debian stretch-testing main” | sudo tee /etc/apt/sources.list.d/3cxpbx-testing.list
sudo apt update
sudo apt install net-tools dphys-swapfile nginx nginx-common nginx-full
sudo systemctl enable nginx.service
sudo apt-cache policy 3cxpbx
in the end I gave
sudo apt -y install 3cxpbx
and went for a console installation and a reboot
The result was a running 3cx environment in my lab, with some issue.
One issue that I'm trying to fix in my spare time is that 3CX PhoneSystem Database Server is stopped, and if I click to restart it, I get logged out from server with the error: Server Error.
How can I dig into that better?
Kindest Regards
"That will be painful" I thought, so I read for some hours and examined some debian stretch 3cx systems.
I managed to install the raspbian buster image to have a working raspberry.
Then I tried to make it compatible with 3CX
sudo apt remove libcurl4
sudo apt autoremove
sudo apt remove libcurl3
sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot
wget http://security.debian.org/debian-security/pool/updates/main/i/icu/libicu57_57.1-6+deb9u4_armhf.deb
wget http://ftp.debian.org/debian/pool/main/c/curl/libcurl3_7.52.1-5+deb9u10_armhf.deb
sudo dpkg -i libicu5*
sudo apt autoremove
sudo apt –fix-broken install
sudo dpkg -i libcurl3*
And then I tried to install 3cx:
wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add -
echo “deb http://downloads-global.3cx.com/downloads/debian stretch main” | sudo tee /etc/apt/sources.list.d/3cxpbx.list
echo “deb http://downloads-global.3cx.com/downloads/debian stretch-testing main” | sudo tee /etc/apt/sources.list.d/3cxpbx-testing.list
sudo apt update
sudo apt install net-tools dphys-swapfile nginx nginx-common nginx-full
sudo systemctl enable nginx.service
sudo apt-cache policy 3cxpbx
in the end I gave
sudo apt -y install 3cxpbx
and went for a console installation and a reboot
The result was a running 3cx environment in my lab, with some issue.
One issue that I'm trying to fix in my spare time is that 3CX PhoneSystem Database Server is stopped, and if I click to restart it, I get logged out from server with the error: Server Error.
How can I dig into that better?
Kindest Regards