Diferencia entre revisiones de «WikiFSF Local»
De FSF
Sin resumen de edición |
|||
| Línea 15: | Línea 15: | ||
</pre> | </pre> | ||
----- | ----- | ||
=== Otros === | |||
: {{a3|Script paths}} | |||
<pre> | |||
$wgScriptPath = "/wikifsf"; | |||
</pre> | |||
----- | |||
<pre> | |||
</pre> | |||
----- | |||
<pre> | <pre> | ||
</pre> | </pre> | ||
Revisión del 14:07 10 mar 2026
Ajuste LocalSettings
= MySQL - MariaDB
$wgDBserver = "localhost"; $wgDBname = "wikifsf"; $wgDBuser = "root"; $wgDBpassword = "";
Servidor
$wgServer = "http://localhost";
Otros
- Script paths
$wgScriptPath = "/wikifsf";