Thread: Evopedia
View Single Post
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#190
@nokiabot

Kiwix is running fine in Fremantle.

Download:
http://download.kiwix.org/bin/kiwix-server-arm.tar.bz2 -O kiwix-server-0.9-linux-armv5tejl.tar.bz2
and unpack for example in /opt/kiwix.

ZIM archives are available at:
http://download.kiwix.org/zim/wikipedia/


create a kiwix_start script with: (substiture the path of your ZIM wikipedia dump)

#!/bin/bash
/opt/kiwix/kiwix-serve --port 8888 /media/mmc1/KIWIX/wikipedia_en_all_nopic_01_2014.zim &
sleep 3
dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"localhost:8888"


Done.
PS. Remember to kill the kiwix-serve, maybe with a kiwix_stop
 

The Following 4 Users Say Thank You to xes For This Useful Post: