Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:installation:mediawiki_installation [2017/09/07 12:06]
Usman Nasir [MediaWiki Installation]
litespeed_wiki:installation:mediawiki_installation [2017/09/07 14:35]
Lisa Clarke [Download and Extract MediaWiki]
Line 20: Line 20:
  
  
-=====Mariadb ​Installation:​=====+=====MariaDB ​Installation:​=====
 Install MariaDB: Install MariaDB:
 <​code>​sudo yum install mariadb-server <​code>​sudo yum install mariadb-server
Line 28: Line 28:
 Enter ''​$yourpassword''​ Enter ''​$yourpassword''​
 =====Create MediaWiki DB Account ===== =====Create MediaWiki DB Account =====
-Create the Joomla ​database and your Joomla ​user/​password:​+Create the MediaWiki ​database and your MediaWiki ​user/​password:​
 <​code>​ mysql -u root -p$yourmysqlpassword <​code>​ mysql -u root -p$yourmysqlpassword
  ​create database mediawiki; grant all privileges on mediawiki.* to mediawiki@localhost identified by '​mediawiki';​ exit;</​code> ​  ​create database mediawiki; grant all privileges on mediawiki.* to mediawiki@localhost identified by '​mediawiki';​ exit;</​code> ​
Line 35: Line 35:
 ===== Set Index File ===== ===== Set Index File =====
  
-An index file needs to be set in Litespeed web admin console. Navigate to **Virtual Hosts > Select Virtual Host from List >  General > Index Files**, click **Edit** on top right corner, ​now inside **Index Files** box enter **index.html,​index.php**.+An index file needs to be set in LiteSpeed Web Admin console. Navigate to **Virtual Hosts > Select Virtual Host from List >  General > Index Files**, click **Edit** on top right corner, ​and enter **index.html,​index.php** ​in the **Index Files** box.
  
 {{ :​litespeed_wiki:​installation:​selection_010.png?​600 |}} {{ :​litespeed_wiki:​installation:​selection_010.png?​600 |}}
Line 41: Line 41:
 ===== Download and Extract MediaWiki ===== ===== Download and Extract MediaWiki =====
  
-To illustrate setting up Joomla ​on a vhost we'll use the default virtual host, “Example”. You can download ​Joomla ​from their official [[https://​www.mediawiki.org/​wiki/​Download|download page]]. ​+To illustrate setting up MediaWiki ​on a vhost we'll use the default virtual host, “Example”. You can download ​MediaWiki ​from their official [[https://​www.mediawiki.org/​wiki/​Download|download page]]. ​
  
 Please note that document root of '​Example'​ virtual host is **/​usr/​local/​lsws/​Example/​http/​** Please note that document root of '​Example'​ virtual host is **/​usr/​local/​lsws/​Example/​http/​**
Line 90: Line 90:
   * Name of wiki: Litespeedtech   * Name of wiki: Litespeedtech
   * Your username: litespeedtech   * Your username: litespeedtech
-  * Password: ​litespeedtech+  * Password: ​litespeed
   * Email address: example@example.com   * Email address: example@example.com
  
  • Admin
  • Last modified: 2017/09/07 14:41
  • by Lisa Clarke