Line 1: |
Line 1: |
− | {{WIP box}}
| |
| {{Level|Medium|These instructions assume familiarity with basic shell commands}} | | {{Level|Medium|These instructions assume familiarity with basic shell commands}} |
| [[Category:Howto|J]] [[Category:Webapps]] | | [[Category:Howto|J]] [[Category:Webapps]] |
Line 105: |
Line 104: |
| | | |
| Then you can enable two-factor authentication following the Joomla! documentation. | | Then you can enable two-factor authentication following the Joomla! documentation. |
| + | |
| + | ==Removing Joomla!== |
| + | |
| + | To remove Joomla! from your system, you will need to remove the ibay, the database, the database user, and the httpd.conf template fragment, if you added one. |
| + | |
| + | ===Remove the ibay=== |
| + | Remove the ibay using the server-manager |
| + | |
| + | ===Remove the database and database user=== |
| + | [root@e-smith html]# '''mysql''' |
| + | mysql> '''revoke all privileges from joomla@localhost;''' |
| + | mysql> '''drop user joomla@localhost;''' |
| + | mysql> '''drop database joomla;''' |
| + | mysql> '''quit''' |
| + | |
| + | ===Remove the httpd.conf template fragment=== |
| + | [root@e-smith html]# '''rm /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/92Joomla''' |
| + | [root@e-smith httpd.conf]# '''expand-template /etc/httpd/conf/httpd.conf''' |
| + | [root@e-smith httpd.conf]# '''service httpd-e-smith restart''' |
| + | Restarting httpd-e-smith [ OK ] |
| | | |
| --[[User:DanB35|DanB35]] ([[User talk:DanB35|talk]]) 23:54, 10 October 2014 (CEST) | | --[[User:DanB35|DanB35]] ([[User talk:DanB35|talk]]) 23:54, 10 October 2014 (CEST) |