Difference between revisions of "Kiwix-serve"

Jump to navigation Jump to search
typos found with languagetool.org
(typos found with languagetool.org)
Line 6: Line 6:


<translate><!--T:3-->
<translate><!--T:3-->
'''Kiwix-serve is a ZIM compatible Web server.''' With it's help you can deliver ZIM file content over your network.</translate>
'''Kiwix-serve is a ZIM compatible Web server.''' With its help you can deliver ZIM file content over your network.</translate>


<translate><!--T:4-->
<translate><!--T:4-->
Line 61: Line 61:


<translate><!--T:17-->
<translate><!--T:17-->
One time kiwix-serve is started, everybody, who has access to this computer per network, will be able to connect to it. You need to retrieve the IP (xxx.xxx.xxx.xxx) of your computer and remember the port (per default 80) you have used and then people will only have to type in their browser address bar:
Once kiwix-serve is started, anyone with access to this computer over the network, will be able to connect to it. You need to retrieve the IP (xxx.xxx.xxx.xxx) of your computer and remember the port (per default 80) you have used and then people will only have to type in their browser address bar:
<source lang="bash">
<source lang="bash">
http://xxx.xxx.xxx.xxx:80/
http://xxx.xxx.xxx.xxx:80/
Line 71: Line 71:
Kiwix-serve provides a few options:
Kiwix-serve provides a few options:
* --port=PORT to specify the port you want to open for listening (per default 80)
* --port=PORT to specify the port you want to open for listening (per default 80)
* --index=foobar.idx to specify an fulltext index directory
* --index=foobar.idx to specify a fulltext index directory
* --daemon to execute the software in background
* --daemon to execute the software in background
* --attachToProcess=PID to attach kiwix-serve process to other process
* --attachToProcess=PID to attach kiwix-serve process to other process

Navigation menu