informatica:dokuwiki:instalacion
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| informatica:dokuwiki:instalacion [2007/08/12 00:19] – created root | informatica:dokuwiki:instalacion [2015/04/13 20:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Instalación | + | ====== |
| + | |||
| + | |||
| + | 1. Descargar la última versión de dokuwiki (http:// | ||
| + | |||
| + | wget -c --tries=0 http:// | ||
| + | |||
| + | 2. Descomprimir el paquete | ||
| + | |||
| + | tar xvfz / | ||
| + | |||
| + | 3. Permisos | ||
| + | |||
| + | find / | ||
| + | find / | ||
| + | |||
| + | 4. Hacer accesible la wiki en apache2 | ||
| + | |||
| + | 5. Teclear en un navegador: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Seguir las instrucciones | ||
| + | |||
| + | |||
| + | |||
| + | ====== Configuración ====== | ||
| + | |||
| + | El fichero importantes es: | ||
| + | |||
| + | / | ||
| + | |||
| + | Por defecto no existe. Si seguimos las instrucciones de ' | ||
| + | |||
| + | |||
| + | ===== Usuarios ===== | ||
| + | |||
| + | Se configuran automáticamente con los valores introducidos en ' | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Barra Lateral ===== | ||
| + | |||
| + | sidebar | ||
| + | |||
| + | Descargar la barra de: | ||
| + | http:// | ||
| + | |||
| + | Se descomprime en la carpeta sidebar dentro de: | ||
| + | |||
| + | lib/tpl | ||
| + | |||
| + | Y se añade al fichero: | ||
| + | |||
| + | conf/ | ||
| + | |||
| + | La linea: | ||
| + | |||
| + | $conf[' | ||
| + | |||
| + | En el fichero: | ||
| + | |||
| + | lib/ | ||
| + | |||
| + | Podemos cambiar propiedades: | ||
| + | |||
| + | $conf[' | ||
| + | $conf[' | ||
| + | $conf[' | ||
| + | $conf[' | ||
| + | |||
| + | También las podemos cambiar desde admin -> " | ||
| + | |||
| + | Si tenemos nombres de menus muy largos, podemos poner en el fichero: | ||
| + | |||
| + | lib/ | ||
| + | |||
| + | La linea: | ||
| + | |||
| + | overflow: | ||
| + | |||
| + | < | ||
| + | /* sidebar orientation and position */ | ||
| + | #sidebar | ||
| + | { | ||
| + | width: | ||
| + | margin:0; | ||
| + | padding: | ||
| + | position: relative; | ||
| + | overflow: | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Plugins ===== | ||
| + | |||
| + | Dentro de Admin, vamos a " | ||
| + | |||
| + | Como no me sale, lo hago manualmente | ||
| + | |||
| + | |||
| + | |||
| + | ==== Add New Page ==== | ||
| + | |||
| + | 1. Descargar | ||
| + | |||
| + | wget -c --tries=0 http:// | ||
| + | |||
| + | 2. Descomprimir | ||
| + | |||
| + | unzip / | ||
| + | |||
| + | 3. Mover | ||
| + | |||
| + | cp -Rv / | ||
| + | |||
| + | 4. Realizar cambios en plantilla ' | ||
| + | |||
| + | cp / | ||
| + | nano / | ||
| + | |||
| + | Antes: | ||
| + | |||
| + | < | ||
| + | ... | ||
| + | <div class=" | ||
| + | |||
| + | <div class=" | ||
| + | <?php tpl_button(' | ||
| + | <?php tpl_button(' | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <?php tpl_button(' | ||
| + | <?php tpl_searchform()?>& | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | </ | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | Después: | ||
| + | |||
| + | < | ||
| + | <div class=" | ||
| + | |||
| + | <div class=" | ||
| + | <?php tpl_button(' | ||
| + | <?php tpl_button(' | ||
| + | </ | ||
| + | |||
| + | <!-- ############### | ||
| + | <div class=" | ||
| + | <?php | ||
| + | $out = p_render(' | ||
| + | echo str_replace(array("< | ||
| + | ?> | ||
| + | </ | ||
| + | <!-- ############### | ||
| + | |||
| + | <div class=" | ||
| + | <?php tpl_button(' | ||
| + | <?php tpl_searchform()?>& | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | Grabar y salir | ||
| + | |||
| + | ===== Substituir _ por espacios en el título ===== | ||
| + | |||
| + | En el fichero inc/ | ||
| + | Cambiamos la linea | ||
| + | $ret .= $link[' | ||
| + | Por esta | ||
| + | $ret .= strtr($link[' | ||
informatica/dokuwiki/instalacion.1186877944.txt.gz · Last modified: (external edit)
