Created
March 2, 2015 04:23
-
-
Save nownabe/5501ff191d49d65b0c93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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