Install script on localhost in Ubuntu
Written on 28 January, 2009 – 10:26 am | by dedyisn | 765 viewsThis is How to Install scripts on localhost in ubuntu
- Download the scripts
- Extract the archive
- move the script to /var/www
- Change directory to /var/www
- Change Permission of script directory /var/www- Default to 755
- Change Permission of script file - default 644
- Change Owner of the script to www-data
- Browse to your script using you browser
sudo cp -R /home/dedyisn/Documents/Download/wordpress /var/www/blog
cd /var/www
sudo find /var/www/blog/ -type d -exec chmod 755 {} \;
sudo find /var/www/blog/ -type f -exec chmod 644 {} \;
sudo chown -R www-data:www-data blog/
Example : http://localhost/blog/
| Posted in »
Are you learning ubuntu ? or you want to know ubuntu ? there are a free ebook from http://Ubuntupocketguide.com . this book author by Keir Thomas . Each chapter of Ubuntu Pocket Guide and Reference tackles an aspect of Ubuntu. Ubuntu Pocket Guide and Reference is his third Ubuntu book. He also write Book Ubuntu Kungfu and Beginning Ubuntu Third Edition. I have read the book, and its good for whom new in ubuntu. So What are you waiting . just browse to 








