Run MATE on Centos/SL 7, I'd suggest opting for the "minimal" package option during initial installation (or at least not selecting an alternative desktop environment).
- Install the epel repository:
[root@localhost ~]# yum install epel-release
- Install the X Window System:
[root@localhost ~]# yum groupinstall "X Window system"
- Install the MATE desktop:
[root@localhost ~]# yum groupinstall "MATE Desktop"
- Change systemd default.target to graphical.target:
[root@localhost ~]# ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
- Switch to your new desktop environment:
[root@localhost ~]# systemctl isolate graphical.target