Skip to content

Instantly share code, notes, and snippets.

@nownabe
Created March 2, 2015 04:23
Show Gist options
  • Save nownabe/5501ff191d49d65b0c93 to your computer and use it in GitHub Desktop.
Save nownabe/5501ff191d49d65b0c93 to your computer and use it in GitHub Desktop.
yum install -y httpd mariadb-server mariadb-devel php-mysql php php-gd php-mbstring
curl -O https://ja.wordpress.org/wordpress-4.1.1-ja.tar.gz
tar zxf wordpress-4.1.1-ja.tar.gz -C /var/www/html
chown -R apache. /var/www/html/wordpress
systemctl start httpd
systemctl start mariadb
mysql -uroot -e 'create database wordpress'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment