]> git.llucax.com Git - z.facultad/75.43/tp1.git/blob - util/install.sh
Modificacion para el punto H de mi parte
[z.facultad/75.43/tp1.git] / util / install.sh
1 #!/bin/sh
2 # vim: set binary noeol et sw=4 sts=4 :
3 # Grupo 10
4 #
5 # Lucarella, Schein, Arena
6 #
7 # Creado: Leandro Lucarella (lun may  9 16:27:41 ART 2005)
8 #
9 # $Id$
10
11 mv -f ~/public_html ~/public_html.old
12 cp -r ../sisdis10 ~/public_html
13 chmod a+r -R ~/public_html
14 chmod a+w -R ~/public_html/data ~/public_html/fotos ~/public_html/temas
15 echo "Listo! Diríjase a http://localhost/~$USER/ para ingresar al sistema."
16 echo "Recuerde iniciar el apache, si aún no está funcionando."