For anyone also trying to sync Bob wikis between PCs and Android, here are 
the steps that worked for me:

(background - Termux has 3 areas you can install stuff to, 2 of which are 
off limits to Syncthing.  This is how to mke it work in the shared area)


install termux on your phone
run termux-setup-storage (at the Termux terminal on your phone)

cd ~/storage/shared <-- that's the area you can install stuff to where 
other apps can access too

mkdir Termux <-- or whatever you want to call it

cd ./Termux

pkg install git

pkg install nodejs

git clone --depth=1 --branch v5.1.17 
https://github.com/Jermolene/TiddlyWiki5.git

git clone --depth=1 https://github.com/OokTech/TW5-Bob.git 
TiddlyWiki5/plugins/OokTech/Bob

mkdir TiddlyWiki5/Wikis

cp -r TiddlyWiki5/plugins/OokTech/Bob/MultiUserWiki 
TiddlyWiki5/Wikis/BobWiki/

*** note - at this point I got an error that I thought would mean it didn't 
work, something about permissions not granted, but I just kept going  
anyway and it worked ***

After that is finished, and to start up tiddlywiki later type:

cd TiddlyWiki5
node ./tiddlywiki.js Wikis/BobWiki --wsserver


then in the Termux standard out it'll print the address that you go to in 
the browser and you're away to the races!!

Of course after that you'll have to set up your folder shares in syncthing 
the way you normally would

My phone is rooted, but I think this is probably possible without root.


Hope this helps,
- Dave

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/560f5bbf-3095-466c-9ae4-44f5755cfc82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to