Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

WordPressin asentaminen

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.

Asioita, joita sinun pitää tietää ennen WordPressin asentamista

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:

Asioita, jotka sinun pitää tehdä ennen WordPressin asentamista

Aloita asentaminen noudattamalla vaiheita:

  1. Varmista, että web-palvelimesi täyttää WordPressin vähimmäisvaatimukset.
  2. Lataa viimeisin versio WordPressistä.
  3. Pura ladattu tiedosto kansioon kovalevylläsi.
  4. Valmistaudu valitsemaan turvallinen salasana salaista avaintasi varten
  5. Tulosta tämä sivu, niin sinulla on kätevästi se saatavilla asennuksen aikana.

Kuuluisa viiden minuutin asennus

Tässä on nopea versio asennusohjeista niille, jotka ovat tottuneet samantapaisiin asennuksiin. Lisää ohjeita alempana.

  1. Lataa ja pura WordPress-paketti, jos sinulla ei jo ole sitä.
  2. Luo tietokanta WordPressiä varten web-palvelimessa sekä myös MySQL -käyttäjä, jolla on kaikki oikeudet tietokannan muokkaamiseen ja käyttämiseen.
  3. Nimeä wp-config-sample.php -tiedosto nimelle wp-config.php.
  4. Avaa wp-config.php haluamassasi tekstimuokkaimessa ja täytä tietokantasi tiedot sivulla wp-config.php -tiedoston muokkaaminen esitetyllä tavalla luodaksesi ja käyttääksesi salaista salasanaasi.
  5. Laita WordPress in tiedostot haluamaasi sijaintiin web-palvelimellasi:
    • Jos haluat upottaa WordPressin domainisi ylimpään kansioon (esim. http://esimerkki.fi/), siirrä tai lataa kaikki sisällöt puretusta WordPress-kansiosta (ei kuitenkaan hakemistoa itsessään) web-palvelimesi ylimpään kansioon.
    • Jos haluat, että WordPress-asennus on sen omassa kansiossa (esim. http://esimerkki.fi/blogi/), nimeä kansio wordpress haluamallesi nimelle ja siirrä tai lataa se sitten palvelimelle. For example if you want the WordPress installation in a subdirectory called "blog", you should rename the directory called "wordpress" to "blog" and upload it to the root directory of your web server.

      Hint: If your FTP transfer is too slow read how to avoid FTPing at : Step 1: Download and Extract.
  6. Run the WordPress installation script by accessing wp-admin/install.php in your favorite web browser.
    • If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php
    • If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php

Siinä se! WordPressin pitäisi olla nyt asennettu.

Detailed Instructions

Tarkemmat ohjeet löytyvät englanninkielisestä versiosta.

Yleisiä asennusongelmia

Seuraavassa esitellään yleisiä ongelmia asennuksen aikana. Saadaksesi lisätietoja ongelmissa WordPress-asennuksessa, tarkista UKK Asennus ja UKK Ongelmanratkaisu.

Näen paljon Headers already sent -virheitä. Kuinka tämä korjataan?

Muokatessasi wp-config.php -tiedostoa, teit luultavasti syntaksivirheen.

  1. Lataa wp-config.php (jos sinulla ei ole shell-yhteyttä).
  2. Avaa se haluamassasi tekstimuokkaimessa.
  3. Tarkista, että ensimmäisellä rivillä ei ole mitään muuta kuin <?php, ja että tekstiä ei ole ennen sitä (ei edes tyhjää lyöntiä).
  4. Tarkista, että viimeinen rivi sisältää vain tekstin ?>, ja että sillä ei ole tekstiä jälkeen sen (ei edes tyhjää lyöntiä).
  5. Jos tekstimuokkaimesi tallentaa Unicode-muotoon, tarkista että se lisää no byte order mark (BOM). Useat Unicode-tekstimuokkaimet eivät ilmoita lisääkö se BOM tiedostoihin; jos näin tapahtuu yritä toista tekstimuokkainta.
  6. Tallenna tiedosto, lataa se palvelimelle ja päivitä sivu tarvittaessa.

Sivut ovat siansaksaa. Kun katson lähdekoodia, näen paljon "<?php ?>" -tageja.

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.

Saan virhettä Error connecting to database mutta asetukseni ovat varmasti oikein.

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.

Minun kuvien tai MP3-tiedostojen lataus epäonnistuu.

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."

Installation Instructions in Other Languages

For installation instructions in other languages, see WordPress in Your Language.

Installing Multiple Blogs

Detailed information about Installing Multiple Blogs is available.

Installing WordPress on your own Computer

Manual Installation Instructions

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.

Software Appliance - Ready-to-Use

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.

  • TurnKey WordPress Appliance: a free Ubuntu-based appliance that just works. It bundles a collection of popular WordPress plugins and features a small footprint, automatic security updates, SSL support and a Web administration interface. Part of TurnKey Linux's virtual appliance library.

Resources