Diferencia entre revisiones de «Instalación Blog»

De Wiki
Saltar a: navegación, buscar
 
(No se muestran 4 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
'''==instalar php5=='''
+
==Instalar php5==
  
 
  .- apt-get install php5
 
  .- apt-get install php5
  
'''2.- instalar apache2.2'''
+
==Instalar apache2.2==
  
 
  .- apt-get install apache2
 
  .- apt-get install apache2
  
'''3.- instalar mysql-server'''
+
==Instalar mysql-server==
  
 
  .- apt-get install mysql-server  
 
  .- apt-get install mysql-server  
 
  .- luego nos va a pedir un password para "root"
 
  .- luego nos va a pedir un password para "root"
  
'''4.- descargo phpmyadmin'''
+
==Descargo phpmyadmin==
 
   
 
   
 
  .- http://www.phpmyadmin.net/home_page/downloads.php
 
  .- http://www.phpmyadmin.net/home_page/downloads.php
 
  .- descomprimo
 
  .- descomprimo
 +
.- lo copio en ftp://200.16.30.9/htdocs/sitios/
  
'''5.- lo copio en ftp://200.16.30.9/htdocs/sitios/'''
+
==Configuro apache==
  
'''6.- configuro apache'''
+
  .- dgp:/var/www# mcedit /etc/apache2/sites-enabled/000-default
 
 
  .-dgp:/var/www# mcedit /etc/apache2/sites-enabled/000-default
 
  
 
  .- Aparece lo siguinete
 
  .- Aparece lo siguinete
Línea 48: Línea 47:
  
  
'''7.- Agregamos lo siguiente debajo de </Directory>'''
+
==Agregamos lo siguiente debajo de </Directory>==
  
 
     Alias /My "/var/www/htdocs/sitios/phpmyamdin/"
 
     Alias /My "/var/www/htdocs/sitios/phpmyamdin/"
Línea 58: Línea 57:
 
     </Directory>
 
     </Directory>
  
'''8.- reinicio apache'''
+
==Reinicio apache==
 
  .- /etc/init.d/apache2 restart
 
  .- /etc/init.d/apache2 restart
 +
.- Pruebo http://www.dgp.unc.edu.ar/My
  
'''9.- pruebo http://www.dgp.unc.edu.ar/My'''
+
==Instalo mysql-server==
 
 
'''10.- instalo'''
 
 
   .- dgp:/var/www# apt-get install mysql-server
 
   .- dgp:/var/www# apt-get install mysql-server
  
'''11.- reinicio apache'''
+
==Reinicio apache==
 
  .- /etc/init.d/apache2 restart
 
  .- /etc/init.d/apache2 restart
 +
.- Ingreso con root
  
'''12.- ingreso con root'''
+
==Creo una base con nombre wiki sin tocar cotejamiento y presiono crear==
  
'''13.- creo una base con nombre wiki sin tocar cotejamiento y presiono crear.'''
+
==Instalo la wiki==
  
'''14.- instalo la wiki'''
+
  .- dgp:/var/www# apt-get install mediawiki
  
  .- dgp:/var/www# apt-get install mediawiki
+
==Agregamos lo siguiente debajo de </Directory> como en el caso==
7
 
15.- Agregamos lo siguiente debajo de </Directory> como en el caso
 
  
 
     Alias /wiki "/var/www/htdocs/sitios/wiki/"
 
     Alias /wiki "/var/www/htdocs/sitios/wiki/"

Revisión actual del 13:57 26 ago 2010

Instalar php5

.- apt-get install php5

Instalar apache2.2

.- apt-get install apache2

Instalar mysql-server

.- apt-get install mysql-server 
.- luego nos va a pedir un password para "root"

Descargo phpmyadmin

.- http://www.phpmyadmin.net/home_page/downloads.php
.- descomprimo
.- lo copio en ftp://200.16.30.9/htdocs/sitios/

Configuro apache

.- dgp:/var/www# mcedit /etc/apache2/sites-enabled/000-default
.- Aparece lo siguinete

/etc/apach~00-default [-M--] 4 L:[ 34+ 4 38/ 67] *(839 /1629b)= A 65 0x41 <------>LogLevel warn

<------>CustomLog /var/log/apache2/access.log combined

   Alias /doc/ "/usr/share/doc/"
   <Directory "/usr/share/doc/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order deny,allow
       Deny from all
       Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>
   Alias /Pg "/var/www/htdocs/sitios/phpPgAdmin-4.2.3/"
   <Directory "/var/www/htdocs/sitios/phpPgAdmin-4.2.3/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order deny,allow
       Allow from all
   </Directory>


Agregamos lo siguiente debajo de </Directory>

   Alias /My "/var/www/htdocs/sitios/phpmyamdin/"
   <Directory "/var/www/htdocs/sitios/phpmyadmin/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order deny,allow
       Allow from all
   </Directory>

Reinicio apache

.- /etc/init.d/apache2 restart
.- Pruebo http://www.dgp.unc.edu.ar/My

Instalo mysql-server

 .- dgp:/var/www# apt-get install mysql-server

Reinicio apache

.- /etc/init.d/apache2 restart
.- Ingreso con root

Creo una base con nombre wiki sin tocar cotejamiento y presiono crear

Instalo la wiki

 .- dgp:/var/www# apt-get install mediawiki

Agregamos lo siguiente debajo de </Directory> como en el caso

   Alias /wiki "/var/www/htdocs/sitios/wiki/"
   <Directory "/var/www/htdocs/sitios/wiki/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order deny,allow
       Allow from all
   </Directory>