I now have a portable version of Tiddlyserver working on my Win10 pc, although it is not truly portable.
Arlen's instructions say: "You can also copy the Node executable into the folder for a truly portable install." I am not sure what is meant by "the Node executable". I have visited the Node.js download site but do not know which package to download, bearing in mind I ultimately want to run this on an Android tablet using Dory. Also when it says "into the folder" which folder does this mean? Any help would be appreciated. Rob On Sat, 15 Aug 2020 at 16:15, Rob Jopling <[email protected]> wrote: > Scott > > Thank you for getting back to me. > > The settings.json file has the following content but only because I copies > it off Arlen's instructions. However, I have no idea why the 'tree' is as > it is or how I should restructure it to suit my needs. > > > { > //The JSON5 parser allows comments! > //All relative paths are relative to this file. > //The user directory prefix ~ is allowed. > > > //remove one of these > > "tree": { //this tree is going to mount a group containing folders and > another group > "myfolder": "../personal", > "workstuff": "../work", > "user": "~/Desktop/random", > "projects_group": { > "tiddlyserver": "~/Desktop/Github/TiddlyServer", > "material-theme": "~/Dropbox/Material Theme" > } > }, > > > "bindInfo": { > // V V V V Uncomment one of the following V V V V > > > //bind to localhost only (you can specify any other ip address in > this array, and it will bind to all available addresses) > "bindAddress": ["127.0.0.1"], > > > //bind to 0.0.0.0 > // "bindWildcard": true > > > //workaround for android devices (bind to all available private ip > addresses on startup) > // "bindWildcard": false, "bindAddress": ["192.168.0.0/16", " > 10.0.0.0/8", "172.31.0.0/16"], "filterBindAddress": true, > }, > "putsaver": { > //single file wikis will backup to this directory on every save > "backupFolder": "../backups" // comment out or set to "" to disable > backups > }, > "$schema": "./settings-2-2.schema.json" > } > > Since making my original post I have created folders called personal and > work one levl above the Tiddlyserver folder and in each of them I have > created a mydatafolder and in that I have put a wiki. > > IT ALL WORKS! on Windows 10. But as i said above I do not know why it is > working! > > I will now see if it works on my android device. > > Rob > > > > > > Rob > > On Saturday, 15 August 2020 00:32:08 UTC+1, Scott Kingery wrote: >> >> Rob, >> Probably should make sure it works on Win10 first. I'm no expert but can >> you post your settings.json? The wiki files and folders can be anywhere as >> long as you get the "tree" syntax right in the settings.json. >> >> Scott >> >> >> On Thursday, August 13, 2020 at 9:07:53 AM UTC-7 Rob Jopling wrote: >> >>> Apologies if this has been covered in previous posts. I have tried to >>> find the answers. >>> >>> I am trying to create a portable install of Tiddlyserver that I can use >>> on my Android tablet. >>> >>> I have followed Arlen's instructions and have a created a portable >>> install in a folder called Tiddlyserver on my Windows 10 pc. I have used >>> the settings.json template that has been suggested and placed it in the >>> Tiddlyserver folder. I have also created folders within the Tiddlyserver >>> folder called myfolder, workstuff, user and projects_group and have placed >>> a test wiki in myfolder. After running the batch file I can access >>> Tiddlyserver in Chrome at 127.0.0.1:8080 and I can see the folder tree. >>> However, when I try to open any of the folders I get an HTTP ERROR 404. >>> >>> Can anyone advise what I need to do to access the wiki? Have I put the >>> wiki in the correct place? >>> >>> Any suggesting about porting this to my Andoid tablet? >>> >>> Many thanks in anticipation. >>> >> -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/4b7c2485-fc12-41e4-86b7-b84255ff53cco%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/4b7c2485-fc12-41e4-86b7-b84255ff53cco%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAFwdqKHVorimOFkQujybrOxAn6wUj-0a-5VU_v_n_u08Fv_B2w%40mail.gmail.com.

