This requires a jailbroken iPhone.

Initial Setup


Instance Setup


$ cd /private/var/mobile/TiddlyWeb/
$ twinstance myInstance
$ cd myInstance
$ nohup twanager server localhost 8080 &> tweb.log &

Accessing Instance


In Safari, open http://localhost:8080 or directly http://localhost:8080/recipes/default/tiddlers.wiki.

Terminating Instance


$ ps aux | grep twanager | cut -d " " -f 2-8 # returns PID
$ kill <PID>

Related Links