Skip to content

Instantly share code, notes, and snippets.

@kozo2
Last active August 29, 2015 14:25
Show Gist options
  • Save kozo2/5c4e33d18c945730437a to your computer and use it in GitHub Desktop.
Save kozo2/5c4e33d18c945730437a to your computer and use it in GitHub Desktop.
wordpress playground
# 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