Changes

Jump to navigation Jump to search
1,465 bytes added ,  22:23, 25 July 2023
m
no edit summary
Line 1: Line 1:  
{{Languages|Mediawiki}}
 
{{Languages|Mediawiki}}
=Mediawiki 1.6.10 for SME 7.x=
+
{{Needs review}}
 
   
==Maintainer==
 
==Maintainer==
 
[[User:Berdie/de|Dietmar Berteld]]<br/>
 
[[User:Berdie/de|Dietmar Berteld]]<br/>
Line 7: Line 6:     
Thanks a lot to [[User:Cool34000|Sylvain Gomez]]<br/> who helped me to improve this contrib with short URL's and automatic language detection.
 
Thanks a lot to [[User:Cool34000|Sylvain Gomez]]<br/> who helped me to improve this contrib with short URL's and automatic language detection.
 +
==Version==
 +
{{ #smeversion: smeserver-mediawiki }}
 +
 +
 +
 +
 +
    
==Description==
 
==Description==
 
With this RPM you can use the popular Wiki Mediawiki (known as Wikipedia) on your SME 7.x. You can install it as one single package in a very comfortable way. For more information see ''http://www.mediawiki.org/''.
 
With this RPM you can use the popular Wiki Mediawiki (known as Wikipedia) on your SME 7.x. You can install it as one single package in a very comfortable way. For more information see ''http://www.mediawiki.org/''.
   −
==Download==
+
==Installation==
You can download this package at ''[http://mirror.contribs.org/smeserver/contribs/dberteld/mediawiki/smeserver-mediawiki-1.6.10-5.noarch.rpm smeserver-mediawiki]'' . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
+
For installation just hit the following command
  wget http://mirror.contribs.org/smeserver/contribs/dberteld/mediawiki/smeserver-mediawiki-1.6.10-5.noarch.rpm
+
yum install --enablerepo=smecontribs smeserver-mediawiki
 +
signal-event post-upgrade ; signal-event reboot  (not needed for SME10)
 +
for SME10 the default admin user has a password set at "mediawikiadmin" clearly this should be changed immediately after installation.
 +
 
 +
Note that also for SME10 the users are local to the WikiMedia installation, and not related to the  users on the SME KOOZALI server.
 +
 
 +
Also note that as of 12July2023, the latest version of mediawiki is the 1.39.4 (LTS) version.
 +
 
 +
===Configuration===
 +
 
 +
You can enter the configuration page by:
 +
 
 +
  https://<localip>/mediawiki/mw-config/
 +
 
 +
It will ask for the UpgradeSwitch key, which you can find by:
 +
 
 +
find /opt -name LocalSettings.php | xargs -I %  sh -c 'grep UpgradeKey %'
 +
 
 +
==Update/Upgrade==
 +
A backup is done by the RPM before updating. All Files and MySQL DataBase are saved in /opt/MW_RPM_BACKUP
 +
 
 +
'''You must move the backup to a safe directory.'''
   −
==Installation and Uninstall==
+
==Uninstallation==
For installation just hit the following command
+
For uninstall just type the following command
  yum localinstall smeserver-mediawiki-1.6.10-5.noarch.rpm
+
  rpm -e smeserver-mediawiki
For uninstall just hit the following command
  −
yum remove smeserver-mediawiki
   
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
 
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
   −
===Adjusting accessibility===
+
In the new release (1.6.10-6), if you want to completly remove Mediawiki from your server, you need the following command:
The default behaviour of Mediawiki is: accessible from LAN + Internet
+
sh /root/MW_Full_Uninstall.sh
 +
This will delete MediaWiki installation files, MySQL DB and SME DB entries.
 +
 
 +
This automatic step is just for safety, '''make your own backup before updating/upgrading.'''
 +
 
 +
==Adjusting accessibility==
 +
The default behaviour of Mediawiki is: accessible from LAN + Internet with "standard http" (SSL off)
 
You can easily change this default setting with following commands:
 
You can easily change this default setting with following commands:
 +
# config setprop mediawiki HTTPS on
 +
# config setprop mediawiki HTTPS off
    
  # config setprop mediawiki PublicAccess global
 
  # config setprop mediawiki PublicAccess global
Line 30: Line 63:  
Once done, apply modifications and restart Apache:
 
Once done, apply modifications and restart Apache:
 
  # expand-template /etc/httpd/conf/httpd.conf
 
  # expand-template /etc/httpd/conf/httpd.conf
  # service httpd-e-smith restart
+
  # svc -h /service/httpd-e-smith
    
==Use==
 
==Use==
You can find mediawiki in the ''/opt/mediawiki'' directory. For using Mediawiki start your browser with the URL ''http://yourdomain.com/wiki'' and logon with the user ''admin'' + password ''admin''.  
+
You can find mediawiki in the ''/opt/mediawiki'' directory. For using Mediawiki start your browser with the URL ''http://yourdomain.com/wiki'' and logon with the user ''admin'' and the SME Server admin password.  
    
{{Warning box|For security-reasons, change your admin-password after your first login !}}
 
{{Warning box|For security-reasons, change your admin-password after your first login !}}
Line 49: Line 82:  
The new logo should have 135 x 135 Pixels.
 
The new logo should have 135 x 135 Pixels.
    +
== Bugs ==
 +
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 +
and select the smeserver-mediawiki component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-mediawiki|title=this link}}
 +
 +
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=smeserver-mediawiki |noresultsmessage=No open bugs found.}}
   −
Have much fun with Mediawiki as your preferred Wiki !
     −
''Dietmar Berteld (berdie)''
+
==Changelog==
 +
Only released version in smecontrib are listed here.
    +
{{ #smechangelog: smeserver-mediawiki }}
    
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 
[[Category: Webapps]]
 
[[Category: Webapps]]
 +
[[Category: Social Media Apps]]
3,054

edits

Navigation menu