Diferencia entre revisiones de «Mediawiki»

De TechShareRoom wiki
Sin resumen de edición
Etiqueta: Revertido
Sin resumen de edición
 
(No se muestran 3 ediciones intermedias del mismo usuario)
Línea 66: Línea 66:


apt install -y apache2
apt install -y apache2
## Put YOURAPACHEFILE.conf in /etc/apache2/sites-available and enable with:
#a2ensite YOURAPACHEFILE.conf #enable site conf
#a2dissite 000-default.conf #disable a site conf
#a2enmod rewrite
#systemctl restart apache2
</syntaxhighlight>
</syntaxhighlight>


Línea 131: Línea 124:
</VirtualHost>
</VirtualHost>
</IfModule>
</IfModule>
</syntaxhighlight>
<syntaxhighlight lang="bash ">
## Put YOURAPACHEFILE.conf in /etc/apache2/sites-available and enable with:
a2dissite 000-default.conf #disable a site conf
a2ensite YOURAPACHEFILE.conf #enable site conf
a2enmod rewrite
systemctl restart apache2
</syntaxhighlight>
</syntaxhighlight>


Línea 142: Línea 144:
ln -s /snap/bin/certbot /usr/bin/certbot
ln -s /snap/bin/certbot /usr/bin/certbot


certbot
certbot --apache -d DOMAINNAME.com -d www.DOMAINNAME.com
</syntaxhighlight>
</syntaxhighlight>


Línea 237: Línea 239:


== Recursos ==
== Recursos ==
=== Tutoriales ===
*[https://workingwithmediawiki.com/book/chapter1.html Working with MediaWiki]
*[https://workingwithmediawiki.com/book/chapter1.html Working with MediaWiki]
 
=== Extensiones ===
__NOTOC__
*[https://github.com/Universal-Omega/PortableInfobox PortableInfobox]