TRY THIS PIAF 5 and Vultr

jeff.h

Guru
Joined
Dec 1, 2010
Messages
502
Reaction score
71
Trying to load the ISO to Vultr, but it keeps failing with a message "Unable to contact remote server".

I can download the ISO if I use the same link, but I can't seem to upload a local ISO to Vultr though.
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,170
Reaction score
5,199
Just start with Debian 8 and use the 3CX install script. It's covered in the NV tutorial.
 

jeff.h

Guru
Joined
Dec 1, 2010
Messages
502
Reaction score
71
Ok so I am going by the NV tutotial here http://nerdvittles.com/?p=22374 but am confused when it comes to the syntax of the install instructions.

If I am reading it correctly it should be entered as....

Code:
wget -O- http://downloads.3cx.com/downloads/3cxpbx/public.key | apt-key add - echo "deb
http://downloads.3cx.com/downloads/3cxpbx/ /" | tee

Then the next command should be....

/etc/apt/sources.list.d/3cxpbx.list

However I get this error....

-bash: /etc/apt/sources.list.d/3cxpbx.list: No such file or directory

What am I doing wrong?
 
Joined
Oct 26, 2013
Messages
69
Reaction score
23
Two separate commands, the first one uses wget to download the key for the 3CX repo and then it installs it:

Code:
wget -O- http://downloads.3cx.com/downloads/3cxpbx/public.key | apt-key add -

Code:
The second command is to just add the file 3cxpbx.list file to /etc/apt/sources.list.d directory and populate it with the line "deb http://downloads.3cx.com/downloads/3cxpbx/ /":

Code:
echo "deb http://downloads.3cx.com/downloads/3cxpbx/ /" | tee /etc/apt/sources.list.d/3cxpbx.list

You should be able to copy/paste from this reply and the commands will work. Your error message above looks like you split the second command incorrectly. It should be just one line, /etc/apt/sources.list.d/3cxpbx.list is not a separate command, but the name of a file.
 

Members online

Forum statistics

Threads
25,782
Messages
167,514
Members
19,203
Latest member
frapu
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top