#!/bin/bash
#. /cdrom/debian_linux
echo "Ejecucin del curso"
# ejecucin de apache
/etc/init.d/apache stop
apache start -c "DocumentRoot `pwd`/../datos/"
# ejecucion de mysql
/etc/init.d/mysql restart
echo "Para iniciar abra su navegador web y escriba http://localhost"
