Go to your public_html directory.
cd ~/public_html
Download WordPress.
wget http://wordpress.org/latest.tar.gz
Unzip it.
tar xzvf latest.tar.gz
Move WordPress into your root website directory.
mv wordpress/* .
Browse to http://your.ip.address/index.php and follow the directions.
You'll probably need to set it up with your MySQL login information.