Install wordpress on opensuse

Assumed apache+php+mysql is ready on opensuse, otherwise check out here. WordPress is just pure php+mysql application, it’s easy to install on opensuse. 1) download wordpress 3.0 download from here. # mv //wordpress-3.0.zip /srv/www/htdocs # cd /srv/www/htdocs # unzip wordpress-3.0.zip # cd wordpress-3.0 # cp wp-config-sample.php wp-config.php fill up the database …