Setting up a server

09/05/2016 20:45 Polish™#1
How to fix this issue:
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>

Thanks in advance.
09/05/2016 20:46 EEOI#2
yum -y repolist
yum -y repolist enabled
yum install -y epel-release
09/05/2016 20:50 Polish™#3
Quote:
Originally Posted by EEOI View Post
yum -y repolist
yum -y repolist enabled
yum install -y epel-release
Repository 'repository_url': Error parsing config: Error parsing "baseurl = 'repository_url'": URL must be http, ftp, file or https not ""
repolist: 0

I don't get it :X.