WordPress/Installation
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "Installation done on a VM running Ubuntu 14.04LTS") |
|||
| Line 1: | Line 1: | ||
Installation done on a VM running Ubuntu 14.04LTS | Installation done on a VM running Ubuntu 14.04LTS | ||
| + | ==Download required packages== | ||
| + | On a LAMP setup make sure to download the standard packages | ||
| + | ~$ sudo apt-get update && sudo apt-get install -y apache2 mysql-server php5-mysql php5 libapache2-mod-php5 php5-mcrypt | ||
| + | If you already have LAMP installed, all WordPress needs is | ||
| + | ~$ sudo apt-get update && sudo apt-get install -y php5-gd libssh2-php | ||
Revision as of 15:32, 4 October 2014
Installation done on a VM running Ubuntu 14.04LTS
Download required packages
On a LAMP setup make sure to download the standard packages
~$ sudo apt-get update && sudo apt-get install -y apache2 mysql-server php5-mysql php5 libapache2-mod-php5 php5-mcrypt
If you already have LAMP installed, all WordPress needs is
~$ sudo apt-get update && sudo apt-get install -y php5-gd libssh2-php