Skip to content

Instantly share code, notes, and snippets.

@sillygwailo
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sillygwailo/4ff24c310c67241d3f8c to your computer and use it in GitHub Desktop.
Save sillygwailo/4ff24c310c67241d3f8c to your computer and use it in GitHub Desktop.
Installing Known on Centos 7
yum install httpd mariadb mariadb-server mod_php php-xmlrpc unzip php-pdo php-mysql php-xml php-gd php-mbstring
systemctl start mariadb.service
systemctl enable mariadb.service
mysql_secure_installation
systemctl start httpd.service
systemctl enable httpd.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment