installing apache php and mysql on Pardus
Posted by in LinuxOpen console and write
- pisi update-repo
- sudo pisi it apache mysql-server mod_php
- sudo mysql_install_db
- sudo service mysql-server on
- sudo service apache on
After you should restart your comptuter
Test
<?php
echo “Hello World”;
?>
save this as test.php and copy /var/www/localhost/htdocs/
write firefox http://localhost/test.php
if you do eveything correct, you will see hello world on page
You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.
