Mmmh, so I wanted a beautiful website layout. The selfmade was nice, however if you don’t do it fulltime, it will never become as good as professional CMS.

The decision was between Wordpress and Typo3. WordPress convinced me, because of the easy installation routine.

Steps:

  1. mysql installation accordingly: https://wiki.archlinux.org/index.php/MySQL 1. create user
  2. create wordress table
  3. WordPress installation **not **with pacman (archlinux wiki doesn’t recommend) 1. wget https://wordpress.org/latest.tar.gz
  4. tar xvzf latest.tar.gz
  5. nginx settings: http://wiki.nginx.org/WordPress
  6. done 🙂

Wordpress Installation