Thursday, June 2, 2011

Wordpress.org

http://wordpress.org/


WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
The core software is built by hundreds of community volunteers, and when you’re ready for more there are thousands of plugins and themes available to transform your site into almost anything you can imagine. Over 25 million people have chosen WordPress to power the place on the web they call “home” — we’d love you to join the family.

http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install


sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
# files are in /var/www
# http://localhost/

sudo apt-get install mysql-server
sudo apt-get install php5-mysql
sudo apt-get install phpmyadmin
# http://localhost/phpmyadmin/
# 'root'/pwd
# mysqladmin create

wget http://wordpress.org/latest.tar.gz
tar -xzvf latest.tar.gz
Plugins
http://wordpress.org/extend/plugins/oqey-gallery/
http://wordpress.org/extend/plugins/jquery-slick-menu/

http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates 

No comments: