Nietzsche says "God is dead" God says "Nietzsche is dead "
Header image

installing apache php and mysql on Pardus

Posted by ALonon in Linux

Open 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

Related posts

You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

Leave a Reply