Difference between revisions of "MediaWiki"
From HackerNet
Helikopter (talk | contribs) (Created page with "MediaWiki är asbra. ==Installation== ==Konfiguration== ==Plugins==") |
|||
Line 1: | Line 1: | ||
− | MediaWiki är | + | MediaWiki är en open-source wiki application som driver två av dom största och bästa wiki hemsidorna på nätet [http://hackernet.se Hackernet] och [https://www.wikipedia.org/ Wikipedia]. |
+ | |||
+ | |||
+ | == Förberedelser == | ||
+ | För att kunna köra mediawiki krävs det att du har [[LAMP]]. | ||
+ | |||
+ | === Valfria program === | ||
+ | Mediawiki fungerar utan dessa paketen men allt beror på vilken installation du tänkt göra. Man kan installera dom i efterhand också. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |php-apc||Alternative PHP Cache. | ||
+ | |- | ||
+ | |php5-intl|| Unicode normalization. | ||
+ | |- | ||
+ | |ImageMagick|| Image thumbnailing. | ||
+ | |- | ||
+ | |GD Library||Alternative to ImageMagick. Install libgd2-xpm libgd2-xpm-dev php5-gd. | ||
+ | |- | ||
+ | |phpmyadmin|| MySQL administration tool. | ||
+ | |- | ||
+ | |php5-cli||Ability to run PHP commands from the command line, which is useful for debugging and running maintenance scripts. | ||
+ | |} | ||
+ | Exempel: | ||
+ | sudo apt-get install php-apc php5-intl imagemagick phpmyadmin vsftpd php5-cli | ||
+ | |||
==Installation== | ==Installation== |
Revision as of 17:10, 14 July 2015
MediaWiki är en open-source wiki application som driver två av dom största och bästa wiki hemsidorna på nätet Hackernet och Wikipedia.
Förberedelser
För att kunna köra mediawiki krävs det att du har LAMP.
Valfria program
Mediawiki fungerar utan dessa paketen men allt beror på vilken installation du tänkt göra. Man kan installera dom i efterhand också.
php-apc | Alternative PHP Cache. |
php5-intl | Unicode normalization. |
ImageMagick | Image thumbnailing. |
GD Library | Alternative to ImageMagick. Install libgd2-xpm libgd2-xpm-dev php5-gd. |
phpmyadmin | MySQL administration tool. |
php5-cli | Ability to run PHP commands from the command line, which is useful for debugging and running maintenance scripts. |
Exempel:
sudo apt-get install php-apc php5-intl imagemagick phpmyadmin vsftpd php5-cli