On 07/30/2017 05:33 PM, etech3 wrote:


On 07/30/2017 05:12 PM, [email protected] wrote:
I have attempted to install various asterisk gui's only to find out that they all depend on systemd for some arbitrary reason like systemd-uuid.

Does anyone know of one that doesn't need it?

(for phones I want "it just works" - a gui)

take a look at this:

Hi all,

I've ported/re-written fusionpbx-install.sh for Devuan. You can find it
here. It may be included in the upstream.
(https://github.com/fusionpbx/fusionpbx-install.sh/pull/95)

Following the instructions,. you would do something like:

wget -O -
https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/devuan/pre-install.sh
| sh
cd /usr/src/fusionpbx-install.sh/devuan && ./install.sh

However, the paths will not be correct from my github repo
(https://raw.githubusercontent.com/smwltr/fusionpbx-install.sh/master/devuan/pre-install.sh).

So do the following on a fresh Devuan install:
#upgrade the packages
apt-get -q update && apt-get upgrade -y

#install git
apt-get install -y git

#get the install script
cd /usr/src && git clone https://github.com/smwltr/fusionpbx-install.sh.git

#change the working directory
cd /usr/src/fusionpbx-install.sh/devuan

#execute the install script
./install.sh

If anyone tries it and finds bugs, I would be grateful if you let me
know either here on this mailing list, my personal email, or on github.

Kind regards,

Simon

On archives around first part of May 2017

Thanks man you're a lifesaver.

I gotta have an easy GUI for critical stuff like phones.

Also you forgot to "reply all" FYI.

_______________________________________________
Dng mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to