User Tools

Site Tools


info_doku:doku_free

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
info_doku:doku_free [2021/01/01 21:25]
127.0.0.1 external edit
info_doku:doku_free [2025/12/08 16:33] (current)
manu
Line 1: Line 1:
-===== Bug in the latest dokuwiki ​======+====== Dokuwiki ​======
  
-dokuwiki-2012-10-13 “Adora Belle”, web pages takes only 50% from screen:+===== Why is it optimized for my use ? =====
  
-Update the following parameters: +  * Dokuwiki is a wiki which can easily be implemented,​ and maintained (files in text format, not a databse) 
-<cli prompt='#'>​ +  * Powerful indexation, differently from MS Sharepoint where you can't find anything
-dokuwiki:/​srv/​www/​htdocs # cat lib/​tpl/​default/​design.css | grep width +  Pages are text files that can be automatically generated for automating reports, inventory…
-... +
- /width: 700px; */ +
-  width: 100%; +
-  min-width: 100%; +
-  max-width: 100%; +
-... +
-</​cli>​+
  
 +===== Requirements for the installation on Redhat 9 ======
  
 +Install httpd and php 
 <cli prompt='#'>​ <cli prompt='#'>​
-dokuwiki:/​srv/​www/​htdocs # cat lib/​tpl/​dokuwiki/​style.ini  +dnf install httpd php-gd php 
-... +dnf module list 
-; site and sidebar widths +dnf module enable php:8.3 -y 
-;​__site_width__ ​     = "​75em"​ +dnf module list 
-__site_width__ ​     = "​100%"​ +dnf install -y php php-cli php-common php-gd php-mbstring php-mysqlnd php-xml 
-__sidebar_width__ ​  = "​16em"​ + 
-...+systemctl restart httpd
 </​cli>​ </​cli>​
  
 +===== Problem with pages refresh in dokuwiki ======
  
 +Remove all folders into **data/​cache/​**
 +
 + ​However,​ you will still have lots of junk left around. For example in data/​changes.log,​ various files under cache (including the .idx files etc). If possible you could just start from a blank state as follows (again under Unix) but be warned that this will mean losing all your historical information (i.e. recent changes):
 +
 +    cat /dev/null > /​dokuwiki_base/​data/​changes.log
 +    rm -Rf /​dokuwiki_base/​data/​attic/​*
 +    rm -Rf /​dokuwiki_base/​data/​cache/?​
 +    rm -Rf /​dokuwiki_base/​data/​cache/​*.idx
 +    rm -Rf /​dokuwiki_base/​data/​cache/​purgefile
 +    Browse each and every page of your Wiki.
 +
 +Reindex wiki pages (-c to clear index before):
 +<cli prompt='#'>​
 +# cd /​var/​www/​html/​dokuwiki
 +# php ./​bin/​indexer.php -c
 +</​cli>​
  
-====== Dokuwiki for free ======+===== Dokuwiki for free =====
  
 - first extract the dokuwiki binaries on local and transfert it by ftp on you free web site. - first extract the dokuwiki binaries on local and transfert it by ftp on you free web site.
Line 965: Line 977:
 </​cli>​ </​cli>​
  
-===== Problem with pages refresh in dokuwiki ====== 
  
-Remove all folders into **data/​cache/​** 
info_doku/doku_free.1609532700.txt.gz · Last modified: 2021/01/01 21:25 by 127.0.0.1