How to configure system to use the FIWARE yum repository? -



How to configure system to use the FIWARE yum repository? -

i know fi-ware offers public yum repository @ http://repositories.testbed.fiware.org/ can used install fi-ware packages such orion contexto broker.

however, how can configure scheme utilize repository? e.g. .conf file need add together in /etc/yum.repos.d/ directory create work.

thanks!

you need add together file testbed-fi-ware.repo in /etc/yum.repos.d/ next lines:

[fiware] name=fiware repository baseurl=http://repositories.lab.fiware.org/repo/rpm/x86_64/ gpgcheck=0 enabled=1

i hope helps you.

edit: originally, name repositories.testbed.fiware.org changed repositories.lab.fiware.org on feburary 2016.

yum fiware filab

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -