Wordpress Notes
Installing Wordpress
- Add the domain name and entry to /etc/httpd/conf/httpd.con
- Create the directory /var/www/domains/com/domain/www
- Install the files using SVN
- Create the database
- Go through Wordpress setup
- Create the awstats file
- Install plugins
- Stat Press
- Wide screen
- NextGen
To install Wordpress from the svn repository:
svn co http://svn.automattic.com/wordpress/tags/x.x.x .
To switch an svn directory:
svn sw http://svn.automattic.com/wordpress/tags/x.x.x/ .
To learn more:
http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion
