Difference between revisions of "Kiwix-serve/it"

Jump to navigation Jump to search
Updating to match new version of source page
(Created page with "Una volta che kiwix-serve è avviato, chiunque abbia accesso alla rete di questo computer può connettersi. Devi rendere noto l'indirizzo IP del tuo computer (xxx.xxx.xxx.xxx)...")
(Updating to match new version of source page)
 
(8 intermediate revisions by 3 users not shown)
Line 21: Line 21:


== Come ottenerlo ==
== Come ottenerlo ==
Su MIcrosoft Windows, Apple Mac OSX e GNU/Linux, kiwix-serve è pacchettizzato e distribuito con Kiwix. Devi solamente [[Special:MyLanguage/Software|scaricare l'installer di Kiwix per il tuo Sistema Operativo]].
On Microsoft Windows, Apple Mac OS X and GNU/Linux, kiwix-serve is packaged and distributed with Kiwix. You simply need to [[Special:MyLanguage/Software|download the Kiwix installer corresponding to your Operating System]].


Forniamo anche [//sourceforge.net/projects/kiwix/files/ pacchetti pre-compilati per ARM GNU/Linux].
We newly provide kiwix-serve as part of the Kiwix tools and [https://download.kiwix.org/release/kiwix-tools/ pre-compiled binaries for many systems are available].


Per altri sistemi devi [[compilation|scaricare e compilare il codice sorgente di kiwix-serve]].
Per altri sistemi devi [[compilation|scaricare e compilare il codice sorgente di kiwix-serve]].
Line 34: Line 34:
* Un file ZIM o un file libreria (puoi usare il file library.xml del tuo profilo utente di Kiwix).
* Un file ZIM o un file libreria (puoi usare il file library.xml del tuo profilo utente di Kiwix).


Esempio per avviare kiwix-serve con un file XML da riga di comando UNIX (su Microsoft Windows basta utilizzare kiwix-serve.exe):
Unix command line (just use kiwix-serve.exe on Microsoft Windows) example to start kiwix-serve with an XML library file:
<source lang="bash">
<source lang="bash">
kiwix-serve --library ~/.www.kiwix.org/kiwix/efrnsupg.default/library.xml
kiwix-serve --library ~/.www.kiwix.org/kiwix/efrnsupg.default/data/library/library.xml
</source>
</source>


Line 50: Line 50:


== Opzioni ==
== Opzioni ==
Kiwix-serve provides a few options:
Kiwix-serve fornisce alcune opzioni:
* --port=PORT to specify the port you want to open for listening (per default 80)
* --port=PORTA per specificare la porta da mettere in ascolto (80 di default)
* --index=foobar.ix to specify an fulltext index directory
* --index=foobar.idx per specificare la cartella dell'indice
* --daemon to execute the software in background
* --daemon per eseguirlo in background
* --attachToProcess=PID to attach kiwix-serve process to other process
* --attachToProcess=PID per allegare il processo di kiwix-serve ad altri processi
* --verbose to get a few logs
* --verbose per avere un po' di informazioni


You can also run kiwix-serve without index, but in this case you won't have access to the fulltext search engine.
Puoi anche eseguire kiwix-serve senza indice, ma in questo caso non avrai accesso al motore di ricerca fulltext


== Altro ==
== Altro ==
* [http://library.kiwix.org kiwix-serve demonstration instance]
* [[kiwix-index]]
* [[kiwix-index]]
* [[kiwix-manage]]
* [[kiwix-manage]]
* [[kiwix-plug]]
* [[kiwix-plug]]
* [http://kv5r.com/computers/offline-dictionary-server/ How-to setup kiwix.exe as a Windows service]
4,922

edits

Navigation menu