Manual:Installation guide/he

Contents
- What is MediaWiki?
- Documentation
- Customization
- Versions & Download
- Installation
- Support & Contact
- Development
All other topics
- See navigation on the left
Welcome to the MediaWiki installation guide which provides instructions on how to manually install and configure MediaWiki on a web server. Note that some users may find MediaWiki software bundles and hosting services with 1-click installation and wiki farms a convenient alternative to manual installation.
ברוכים הבאים למדריך התקנת מדיה-ויקי. חלקו הראשון מסביר באופן כללי כיצד להתקין ולקבוע את תצורת מדיה-ויקי בשרת רשת. חלקו השני כולל רשימת נספחים הנותנים יותר פרטים לגבי ההתקנה ותצורת מערכת ושימושים נוספים לתוכנה.
Contents
Upgrade guide[edit | edit source]
If you are already running MediaWiki, see the Upgrade guide.
![]() |
For image thumbnailing and TeX-support, additional programs are required. (*) – MariaDB, a GPL fork of the MySQL code by Monty Widenius, the founder of MySQL, is an alternative and can also be used by MediaWiki. Debian/Ubuntu repos. |
המדריך להתקנה מהירה[edit | edit source]
Warning about webhost auto-installers |
Programs provided by webhosts to automatically install applications such as MediaWiki can, and frequently do, screw up the process, resulting in errors and a failure to install MediaWiki (or another application for that matter). If you encounter this problem, it does not mean that you cannot install MediaWiki; all it means is that you should do it manually. This is very easy and there are benefits to doing this, including more control over where on the server and file path you want to install it, the ability to use a shared database, or the ability to control more features of the wiki during the installation. |
הוראות התקנה אלו מיועדות למשתמשים מנוסים בלבד. רוב המשתמשים יעדיפו את הגרסה המפורטת יותר.
- ודאו כי המערכת שלכם עומדת ב דרישות מינימליות (שרת רשת, MySQL4 ו PHP5).
- הורידו את מדיה-ויקי (קישור ישיר לגרסה ההאחרונה) ויצאו את הקבצים לספרייה היעודית בשרת.
- בתוכנת הגלישה עיברו לספריית
config
. - עיקבו אחר ההוראות על המסך לסיום ההתקנה.
הוראות אלו מתומצתות בכוונה. אם משהו איננו עובד כשורה או שיש לכם ספק קיראו את מדריך ההתקנה המלא.
מדריך התקנה מלא[edit | edit source]
- לפני ההתקנה
- קיראו מה זה מדיה-ויקי?
- בידקו את רשימת מאפייני התוכנה
- בידקו מהם דרישות ההתקנה - לפני שתמשיכו הלאה
מידה-ויקי
- התקינו את התוכנה
- קביעת תצורה:
- תצורה ראשונית (using the configuration script)
- תצורה מתקדמת
- התאמה כללית
- התקנת הרחבות
Alternative to manual installation[edit | edit source]
Some users may prefer to skip manual installation by using a pre-integrated MediaWiki software appliance or hosting services with 1-click installation and wiki farms.
If you are installing only for development or testing, consider using mediawiki-vagrant. You must have (and enable) hardware virtualization. Many modern computers have this, and you can check in your BIOS.
נספחים[edit | edit source]
משתמשים מתקדמים[edit | edit source]
The following pages give instructions about how to install/configure MediaWiki for other, less common purposes.
תצורה מתקדמת[edit | edit source]
הדפים הבאים מכסים את רוב ההגדרות המתקדמות הקשורות לתצורה:
Installation assistance[edit | edit source]
- FAQ: FAQ#Installation and configuration
- IRC (#mediawiki)
- mediawiki-l (Mailing List) is the high-traffic mailing list to ask for support.
- MediaWiki Users (Forum) is a user-to-user MediaWiki support forum (offline)
הוראות התקנה למערכות הפעלה[edit | edit source]
The following pages give more detailed installation instructions aimed at specific systems. However, by and large Manual:Installing MediaWiki is more up to date, and better written than the per system docs, and as such it is recommended you first consult the main install instructions before looking at a per system installation documents.
Notes[edit | edit source]
- MediaWiki ships with an installation script which allows web-based configuration
- MediaWiki can share the database of another web-based application, e.g. phpBB etc.
- Knowledge of PHP is required in order to customize the software
- PHP 5 support has been required since MediaWiki 1.7 – if you are using an older version of PHP and cannot upgrade then you should use MediaWiki 1.6.12 (download). Note that this version is no longer supported.
- MySQL 4 support has been required since MediaWiki 1.6 – if you are using an older version of MySQL and cannot upgrade then you should use MediaWiki 1.5.8 (download). Note that this version is no longer supported.
- MySQL 5 support is required since MediaWiki 1.19 – if you are using an older version of MySQL and cannot upgrade, you should use MediaWiki 1.18.5 (download). Note that this version is no longer supported.
- Some users find it helpful to install an additional software package such as phpMyAdmin (MySQL) or phpPgAdmin (Postgres) to help administer the database server.