Trabla: Install DokuWiki on windows ( XAMPP + php7 )
DokuWiki is a wiki application licensed under GPLv2 and written in the PHP programming language. It works on plain text files and thus does not need a database. Its syntax is similar to the one used by MediaWiki.
https://en.wikipedia.org/wiki/DokuWiki
Solving:
1. Download and install XAMPP with php 7
https://apachefriends.org/download.html
2. Download DokuWiki stable sources from official site
http://download.dokuwiki.org/
Click on direct link of Stable version
3. Create folder /dokuwiki in XAMPP htdocs and copy files from downloaded archive
( extract files using any unzip program e.g. 7zip )
e.g. on my computer
C:\xampp\htdocs\dokuwiki
4. Open XAMPP Control Panel and start apache and mysql database
If all is ok you will see green labels
5. Open browser and type following localhost address to start installation of DokuWiki
http://localhost/dokuwiki/install.php
6. Enter your data into fields and press "Save"
7. Installation completed - don't forget to delete file install.php
C:\xampp\htdocs\dokuwiki\install.php
Hooray !!!
No comments:
Post a Comment