= How to install WordPress at Blinkenshell = Wordpress uses PHP which is only available on [[Info/Supporter|Supporter accounts]]. == Download and unpack == Download and unpack the latest version of WordPress (version 3 when writing this): {{{ wget http://wordpress.org/latest.tar.gz tar xvzf latest.tar.gz }}} Rename (and move): {{{ mv wordpress public_html/blog rm latest.tar.gz }}} == Set up MySQL == Edit the WordPress config file: {{{ cd public_html/blog mv wp-config-sample.php wp-config.php nano -w wp-config.php }}} Enter login details for the database, DB_HOST should be localhost. == Run installer == Next, surf to: `http://.blinkenshell.org/blog/wp-admin/install.php` Enter blogs name and email, press next. Copy the password and save it in a textfile or something. == Logging in == Go back to your blog: `http://.blinkenshell.org/blog/` Login with "admin" and the password you saved in a textfile before. ---- CategoryHowto CategoryWebapps