From c8df1d15d0f7f803bdb67c94c897375e6b91732c Mon Sep 17 00:00:00 2001 From: Justin Parado Date: Sat, 20 Jul 2019 12:45:50 +0800 Subject: [PATCH] Added install instructions for Arch Linux (#30830) --- guide/english/joomla/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/guide/english/joomla/index.md b/guide/english/joomla/index.md index ed22314168..0567b2229f 100644 --- a/guide/english/joomla/index.md +++ b/guide/english/joomla/index.md @@ -20,3 +20,19 @@ Some advantages of using Joomla!: [Joomla Documentation: online collaborative community manual](https://docs.joomla.org/) [Joomla! Developers Portal](https://docs.joomla.org/Portal:Developers) + +### Installation + +#### Arch Linux +1. Download Joomla! from https://downloads.joomla.org/ +2. Extract archive file +3. Move the archive file to /srv/http +4. For **DEVELOPMENT** purposes, it is recommended to set file permissions of the Joomla! directory to 777. Note that the permission change is strictly for development purposes only. Execute the following command in the terminal. Remember to change the text within <> according to your Joomla! folder name: +``` + +sudo chmod -R 777 /srv/http/ +``` + +5. Open a browser +6. Navigate to localhost/ +7. Follow the graphical install process and you're all set.