February 2018
Beginner to intermediate
348 pages
9h 40m
English
The last step is to download the latest version of WordPress and extract it at the location specified earlier; in our example: /home/wordpress/www. The latest version can always be found at https://wordpress.org/latest.tar.gz:
/home/wordpress/www# wget https://wordpress.org/latest.tar.gz/home/wordpress/www# tar xzf latest.tar.gz/home/wordpress/www# mv ./wordpress/* ./ && rm -r ./wordpress
Make sure the user and group are properly set, and give write permissions to the wordpress user over the application files:
/home/wordpress/www# chown -R wordpress .//home/wordpress/www# chgrp -R wordpress .//home/wordpress/www# chmod -R 0644 ./
Read now
Unlock full access