Languages: English • suomi • のインストール 日本語 ไทย • Русский • 中文(简体) • (Add your language)
WordPress on hyvin tunnettu sen asennussovelluksen helppokäyttöisyydestä. Useimmissa olosuhteissa WordPressin sentaminen on erittäin helppo toimenpide ja se kestää alle viisi minuuttia. Useat verkkolevytilantarjoajat tarjoavat nyt työkaluja (esim. Fantastico) jotka asentavat WordPressin sinulle automaattisesti. Kuitenkin, jos haluat asentaa WordPressin itse, seuraava opas auttaa, ja WordPress 2.7:ssa ja tulevissa versioissa päivittäminen on vieläkin helpompaa.
Seuraava asennusopas auttaa sinua, halusitpa sitten Kuuluisan viiden minuutin asennuksen tai tarkemman asennusoppaan.
Ennen kuin aloitat asennuksen, sinun pitää tehdä ja sinulla pitää olla muutamia asioita.
Tarvitset yhteyden sivustoosi ja sen hakemistoihin ja ohjelmistoon, jotta voisit jatkaa asentamista. Ne ovat:
Aloita asentaminen noudattamalla vaiheita:
Tässä on nopea versio asennusohjeista niille, jotka ovat tottuneet samantapaisiin asennuksiin. Lisää ohjeita alempana.
Siinä se! WordPressin pitäisi olla nyt asennettu.
Tarkemmat ohjeet löytyvät englanninkielisestä versiosta.
Seuraavassa esitellään yleisiä ongelmia asennuksen aikana. Saadaksesi lisätietoja ongelmissa WordPress-asennuksessa, tarkista UKK Asennus ja UKK Ongelmanratkaisu.
Muokatessasi wp-config.php -tiedostoa, teit luultavasti syntaksivirheen.
If the <?php ?> tags are being sent to the browser, it means your PHP is not working properly. All PHP code is supposed to be executed before the server sends the resulting HTML to your web browser. (That's why it's called a preprocessor.) Make sure your web server meets the requirements to run WordPress, that PHP is installed and configured properly, or contact your hosting provider or system administrator for assistance.
Try resetting your MySQL password manually. If you have access to MySQL via shell, try issuing:
SET PASSWORD FOR 'wordpressusername'@'hostname' = OLD_PASSWORD('password');
If you are using a version of MySQL prior to 4.1, use PASSWORD instead of OLD_PASSWORD. If you do not have shell access, you should be able to simply enter the above into an SQL query in phpMyAdmin. Failing that, you may need to use your host's control panel to reset the password for your database user.
If you use the Rich Text Editor on a blog that's installed in a subdirectory, and drag a newly uploaded image into the editor field, the image may vanish a couple seconds later. This is due to a problem with TinyMCE (the rich text editor) not getting enough information during the drag operation to construct the path to the image or other file correctly. The solution is to NOT drag uploaded images into the editor. Instead, click and hold on the image and select "Send to Editor."
For installation instructions in other languages, see WordPress in Your Language.
Detailed information about Installing Multiple Blogs is available.
If you have a sufficiently powerful home computer and a sufficiently fast broadband connection, you may want to avoid certain hosting charges by using your own computer as a server. The following tutorials will show you how to setup a server environment and install WordPress on your home computer.
Manual installation of WordPress on a local server can be painful and time consuming, especially for users lacking technical proficiency. Many users may find that using a pre-integrated software appliance is an easier way to get up and running with WordPress, especially in combination with virtual machine software (e.g., VMWare, VirtualBox, Xen HVM, KVM).
A software appliance allows users to altogether skip manual installation of WordPress and its dependencies, and instead deploy a self-contained system that requires little to no setup, in just a couple of minutes.