Install Wordpress-mu
Installing wordpress-mu on freebsd is easy as installing another port.
This is the steps required to install wordpress-mu:
- Change to /usr/ports/www/wordpress-mu
- As root issue “make install clean”
- Change to /usr/local/www/wordpress-mu
- Issue chown www:www /usr/local/www/wordpress-mu
- Create database
As mysql root issue:
create database wordpressmu;
grant all privileges on wordpressmu.* to wordpressmu@localhost identified by ‘wordpress-mu’; - Configure apache to make /usr/local/www/wordpress-mu accessible from web, in this example http://yourserver.tld/blog/
- Open your web browser, open http://yourserver.tld/blog/
- Enter database parameters from command number 5)
- Login to your admin page.
Now you can add blog and user.
