Diferencia entre revisiones de «Instalación Blog»
De Wiki
(Página nueva: '''1.- instalar php5''' .- apt-get install php5 '''2.- instalar apache2.2''' .- apt-get install apache2 '''3.- instalar mysql-server''' .- apt-get install mysql-server .- lu...) |
|||
Línea 45: | Línea 45: | ||
Order deny,allow | Order deny,allow | ||
Allow from all | Allow from all | ||
− | |||
</Directory> | </Directory> | ||
Línea 57: | Línea 56: | ||
Order deny,allow | Order deny,allow | ||
Allow from all | Allow from all | ||
− | |||
</Directory> | </Directory> | ||
Línea 78: | Línea 76: | ||
.- dgp:/var/www# apt-get install mediawiki | .- dgp:/var/www# apt-get install mediawiki | ||
+ | 7 | ||
+ | 15.- 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> |
Revisión del 10:24 26 ago 2010
1.- instalar php5
.- apt-get install php5
2.- instalar apache2.2
.- apt-get install apache2
3.- instalar mysql-server
.- apt-get install mysql-server .- luego nos va a pedir un password para "root"
4.- descargo phpmyadmin
.- http://www.phpmyadmin.net/home_page/downloads.php .- descomprimo
5.- lo copio en ftp://200.16.30.9/htdocs/sitios/
6.- 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>
7.- 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>
8.- reinicio apache
.- /etc/init.d/apache2 restart
9.- pruebo http://www.dgp.unc.edu.ar/My
10.- instalo
.- dgp:/var/www# apt-get install mysql-server
11.- reinicio apache
.- /etc/init.d/apache2 restart
12.- ingreso con root
13.- creo una base con nombre wiki sin tocar cotejamiento y presiono crear.
14.- instalo la wiki
.- dgp:/var/www# apt-get install mediawiki 7
15.- 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>