How to Configure and Create Own Article in MediaWiki
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.
Click the Login button and enter the Login credentials.
Click Discussion tab in Mainpage to modify the main page.
To preview the page, click Show preview.
To add topics, Click Add topic option .
Enter the subtitle for topic and also give the description for the article. Finally preview the status and click save.
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.
Comments ( 0 )
No comments available