# β-howto is DokuWiki Satellite for Gemini Protocol
# β-Doku is DokuWiki Satellite for Gemini Protocol
Allows to launch read-only DokuWiki instance using [Gemini Protocol](https://geminiprotocol.net/)
@ -18,13 +18,13 @@ Project under development, please join to work by sending PR or bug report!
@@ -18,13 +18,13 @@ Project under development, please join to work by sending PR or bug report!
@ -32,7 +32,7 @@ Project under development, please join to work by sending PR or bug report!
@@ -32,7 +32,7 @@ Project under development, please join to work by sending PR or bug report!
## Start
Before launch the server, copy or create alias of `path/to/dokuwiki/data` folder to `betahowto/host/127.0.0.1` on example above.
Before launch the server, copy or create alias of `path/to/dokuwiki/data` folder to `betadoku/host/127.0.0.1` on example above.
On every start, previous memory cache will be cleaned and new search index created.
After `data` folder update, you need just to restart your server with systemd or another process manager.
@ -43,6 +43,6 @@ Open `gemini://127.0.0.1` in your favorite [Gemini browser](https://github.com/k
@@ -43,6 +43,6 @@ Open `gemini://127.0.0.1` in your favorite [Gemini browser](https://github.com/k
## Update
1. `cd betahowto`
1. `cd betadoku`
2. `git pull` - get latest codebase from this repository