According to this manual, I've try to install Cygnus on my Centos instance of FiwareLab but always I get the following error "Permission denied".
I have used the default user "centos" but I don't get any result. Anyone can help me? Thanks a lot!!
The error you were facing was because the user has no permission to perform that operation on the specified directory.
The solution, in this case, is use sudo
:
sudo cat > /etc/yum.repos.d/fiware.repo <<EOL (continue the lines)
I hope it had helped you.