55
edits
(url format) |
|||
Line 16: | Line 16: | ||
<code>tar -pxvzf latest.tar.gz</code> | <code>tar -pxvzf latest.tar.gz</code> | ||
The -p insures that the permissions will be the same as the compressed file you just downloaded (trusting WordPress have it right, as they generally do). | The -p insures that the permissions will be the same as the compressed file you just downloaded (trusting WordPress have it right, as they generally do). | ||
*You now have a folder called "wordpress" in your public_html folder, and that's basically as much as you need to do from your SSH connection. <code>http:redbrick.dcu.ie/~'''YOURUSERNAME'''/wordpress/</code> | *You now have a folder called "wordpress" in your public_html folder, and that's basically as much as you need to do from your SSH connection. <code><nowiki>http://redbrick.dcu.ie/~</nowiki>'''YOURUSERNAME'''/wordpress/</code> | ||
*You need to check the permission on config.php also, so that it is 400. | *You need to check the permission on config.php also, so that it is 400. | ||
<code>chmod 400 wp-config.php</code> | <code>chmod 400 wp-config.php</code> |