• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to Configure and Create Own Article in MediaWiki

{{postValue.id}}

To Configure and Create Own Article in MediaWiki

Mediawiki is an opensource wiki application which is written in PHP programing. The contents of Media wiki are stored in database. It is used for several wiki projects like Wikipedia, Wikimedia and many more. In this article we are going to show how to configure and create own article in Mediawiki.

TO INSTALL MEDIAWIKI IN CENTOS 7 visit,
https://www.linuxhelp.com/how-to-install-mediawiki-in-centos-7/

Move the downloaded LocalSettings.php file into mediawiki root directory.

[root@linuxhelp Desktop]# mv LocalSettings.php /var/www/html/media/

Change the required permission for LocalSetting.php

[root@linuxhelp Desktop]# chmod 644 /var/www/html/media/LocalSettings.php

Change the selinux policy for LocalSetting.

[root@linuxhelp Desktop]# restorecon -r /var/www/html/media/LocalSettings.php

Open the web browser and navigate to http://< IP_address> /admin/indexxpMain

The main page of Mediawiki appears.
Configure-Create-Own-Article-MediaWiki-wiki-application-Open-browser-main-page

Click the Login button and enter the Login credentials.
Configure-Create-Own-Article-MediaWiki-wiki-application-Login

Click Discussion tab in Mainpage to modify the main page.
Configure-Create-Own-Article-MediaWiki-wiki-application-Mainpage
Configure-Create-Own-Article-MediaWiki-wiki-application-create-page

To preview the page, click Show preview.

Configure-Create-Own-Article-MediaWiki-wiki-application-Show-preview

To add topics, Click Add topic option .
Configure-Create-Own-Article-MediaWiki-wiki-application-Add-topic

Enter the subtitle for topic and also give the description for the article. Finally preview the status and click save.
Configure-Create-Own-Article-MediaWiki-wiki-application-subtitle-description

Now the topic will be successfully added. If you want to add more topics, follow the same steps.

To view the last activities, click view history tab.
Configure-Create-Own-Article-MediaWiki-wiki-application-view-last-activities

Tags:
brayden
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Does MediaWiki require shell access?

A

Shell access (SSH) is not required for installing MediaWiki, but it is highly recommended. Without shell access, it may even be difficult for you to get a backup of your wiki, or to upgrade to a new version. Some maintenance tasks are not possible at all without shell access. Many major extensions work best with shell access.

Q

How do I completely disable caching?

A

Add in your LocalSettings.php file the following lines:

$wgEnableParserCache = false;
$wgCachePages = false;

Q

Does MediaWiki work with safe_mode enabled?

A

Yes, MediaWiki is a safemode but only to a limited degree in safemode

Q

Can I install more than one wiki on a server using MediaWiki?

A

It is possible to install more than one wiki on a server provided that:
1)You use a different database for each wiki
2)You use a different database prefix for each wiki

Q

How do I create a new page?

A

There are several ways to create a new page:
Create a link to the page on another page, then click on the red link which appears
Browse to the intended location of the page

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Lucas ?
Various options in Top command

Am using Top command only to view the load average, what are the various options in Top command..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.