Go to web directory:

cd /var/www

Download unpack:

wget http://wordpress.org/latest.tar.gz
gunzip latest.tar.gz
tar -xf latest.tar
rm latest.tar

.htaccess:

vim .htaccess

It should looks like:

# BEGIN WordPress

<IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /monitor/
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /monitor/index.php [L]
</IfModule>

# END WordPress

Init configuration file:

cp wp-config-sample.php wp-config.php
vim wp-config.php

Access rights:

chown -R matus:webservd .
chmod -R g+w wp-content

Open your site in browser:

http://jeronimo.ynet.sk/wordpress

Voila :-)

 
wordpress.txt · Last modified: 31.03.2010 17:51 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki