Diferencia entre revisiones de «Instalación Blog»
De Wiki
| Línea 1: | Línea 1: | ||
| − | == | + | ==Instalar php5== |
.-apt-get install php5 | .-apt-get install php5 | ||
| − | == | + | ==Instalar apache2.2== |
.- apt-get install apache2 | .- apt-get install apache2 | ||
| − | == | + | ==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" | ||
| − | == | + | ==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/ | ||
| − | == | + | ==Configuro apache== |
| − | |||
| − | |||
.-dgp:/var/www# mcedit /etc/apache2/sites-enabled/000-default | .-dgp:/var/www# mcedit /etc/apache2/sites-enabled/000-default | ||
| Línea 58: | Línea 57: | ||
</Directory> | </Directory> | ||
| − | + | ==Reinicio apache== | |
.- /etc/init.d/apache2 restart | .- /etc/init.d/apache2 restart | ||
| − | + | ==Pruebo http://www.dgp.unc.edu.ar/My== | |
| − | + | ==Instalo== | |
.- dgp:/var/www# apt-get install mysql-server | .- dgp:/var/www# apt-get install mysql-server | ||
| − | + | ==Reinicio apache== | |
.- /etc/init.d/apache2 restart | .- /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 | .- dgp:/var/www# apt-get install mediawiki | ||
| − | + | ||
| − | + | ==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 del 13:55 26 ago 2010
Contenido
- 1 Instalar php5
- 2 Instalar apache2.2
- 3 Instalar mysql-server
- 4 Descargo phpmyadmin
- 5 Configuro apache
- 6 Agregamos lo siguiente debajo de </Directory>
- 7 Reinicio apache
- 8 Pruebo http://www.dgp.unc.edu.ar/My
- 9 Instalo
- 10 Reinicio apache
- 11 Ingreso con root
- 12 Creo una base con nombre wiki sin tocar cotejamiento y presiono crear
- 13 Instalo la wiki
- 14 Agregamos lo siguiente debajo de </Directory> como en el caso
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
.- 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>