nginxinc / nginx-amplify-agent

NGINX Amplify Agent
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

Unable to configure nginx agent on Ubuntu 16.04 (Xenial) #22

Open illinoise-beep opened 6 years ago

illinoise-beep commented 6 years ago

I tried installing & configure nginx amplify on my Ubuntu VM (VMware workstation 12 pro) but when I run the following command

sudo API_KEY ='apikey' sh ./install.sh

I get the following error message

ubuntu 64-bit - vmware workstation 02-04-2018 16_22_31

illinoise-beep commented 6 years ago

I was able to remove the CD-ROM settings by commenting out the ubuntu CD ROM repository source at etc/apt/source.list & it now reaches the stage where it starts the service but I get the following error which asks to view the log file.

akamoroz commented 6 years ago

Hi @samyakjha, Could you double check the API_KEY in /etc/amplify-agent/agent.conf? Looks like you have unneeded symbol ~ here.

Thanks!