From 2f5417745868b4b3ea7d6a1a6c3638cd42388eab Mon Sep 17 00:00:00 2001 From: Justin Parado Date: Thu, 6 Dec 2018 02:10:42 +0800 Subject: [PATCH] Arch Linux installation (#30834) Added installation methods on development environments on computers running Arch Linux --- guide/english/wordpress/index.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/guide/english/wordpress/index.md b/guide/english/wordpress/index.md index 7ce16ce417..e8277ac341 100644 --- a/guide/english/wordpress/index.md +++ b/guide/english/wordpress/index.md @@ -132,7 +132,6 @@ follow the exact steps your domain provider requries. ## Installing Wordpress If you have cPanel, go on to Softaculous and select Wordpress. It will automatically install Wordpress for your domain name. -
### Software Setup Choose Protocol: http:// (I would prefer this or https://) @@ -161,7 +160,24 @@ Email Installation Details To: -youremail- After confirming installation your will be on the WordPress Dashboard. -#### More Information +## Installation (Development Environment) + +### Arch Linux +1. Download WordPress from https://wordpress.org/download/ +2. Extract the WordPress files from the .tar.gz archive. +3. Move the extracted WordPress directory to /srv/http. This can be achieved using the following command. Remember to replace the text within the <> with the name of the extracted WordPress directory in your computer (use sudo if superuser access is required): + ```sh + mv ~Downloads/