Last active
August 29, 2015 14:25
-
-
Save kozo2/5c4e33d18c945730437a to your computer and use it in GitHub Desktop.
wordpress playground
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
# https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04 | |
# https://help.ubuntu.com/community/phpMyAdmin | |
# https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-14-04 | |
# https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-12-04 | |
# port forwarding in first run | |
apt update | |
apt install mysql-server | |
service mysql start | |
apt install phpmyadmin | |
service apache2 start | |
apt install wget | |
wget http://wordpress.org/latest.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment