ELK Stack with CentOS7 Supporting Tools Nginx & Configuration Elasticsearch & Configuration Kibana & Configuration Nginx Conf Logstash & Configuration Multiple Config Setup Account & Roles Creation Create UsersManagement – Security – Users Create UsersClick “Create user”Create Users Create RolesManagement – Security – Roles Click “Create role”Create Roles
Author Archives: kazumak92
WordPress CentOS7, MySQL, Nginx, Cloud Service
Install WordPress on CentOS7, with MySQL on ESC Supporting Tools sudo yum install wget nano telnet openssl Install NGINX sudo yum install epel-releasesudo yum install nginxsudo systemctl enable nginxsudo systemctl start nginxsudo firewall-cmd –permanent –zone=public –add-service=httpsudo firewall-cmd –permanent –zone=public –add-service=httpssudo firewall-cmd –reload Install PHP yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum install -y yum-utils yum-config-manager –disable remi-php54 yum-config-manager …
Continue reading “WordPress CentOS7, MySQL, Nginx, Cloud Service”
