The following 66 words could not be found in the dictionary of 1150 words (including 1150 LocalSpellingWords) and are highlighted below:
admin   available   back   before   blinkenshell   Blinkenshell   blog   blogs   cd   config   database   details   Download   Enter   for   Go   gz   Howto   installer   latest   localhost   Logging   move   mv   My   name   nano   next   Next   on   only   or   password   Press   press   public   Rename   rm   Run   sample   save   saved   Set   should   something   Supporter   surf   tar   textfile   this   to   unpack   up   username   uses   Webapps   wget   when   which   with   Word   Wordpress   wordpress   wp   writing   xvzf  

Clear message
Edit History Actions Discussion

Howto/Webpage/Wordpress

How to install WordPress at Blinkenshell

Wordpress uses PHP which is only available on 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://<username>.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://<username>.blinkenshell.org/blog/

Login with "admin" and the password you saved in a textfile before.


CategoryHowto CategoryWebapps