OokTech/TW5-Bob

Can I run without edition?

Closed this issue · 1 comments


I am running (check any that apply, put an x inside the [ ] to check a box, like this: [x]):

  • Windows
  • OSX
  • Linux
  • Other

and using

  • The nodejs version
  • The single file executable

Before posting I read issue guidelines and:

  • I am using the newest version
  • The answer to my question isn't listed in the documentation or this isn't
    a question
  • This is not a duplicate issue
  • I have not done anything that required me to set acceptance to
    I Will Not Get Tech Support For This

I'm adding bob to my long used nodejs wiki.

I think I just need to load things inside ./tiddlers, I don't really need edition, actually I think there lacking doc about what edition is.

I just always receiving error WebSocket error: Error: ENOENT: no such file or directory, scandir '/Users/linonetwo/Desktop/repo/wiki/Editions'

I achieve this by using the following config:

{
  "serverName": "Meme-of-LinOnetwo",
  "ws-server": {
    "port": 8080,
    "host": "0.0.0.0",
    "autoIncrementPort": false
  },
  "heartbeat": {
    "interval": 1000
  },
  "enableBobSaver": "no",
  "saver": {
    "disable": "yes"
  },
  "wikiPathBase": "cwd",
  "editionsPath": "./Meme-of-LinOnetwo/",
  "pluginsPath": "./Meme-of-LinOnetwo/plugins",
  "themesPath": "./Meme-of-LinOnetwo/themes"
}

And my folder structure:

Screen Shot 2020-07-06 at 1 53 39 AM

I think saver is not necessary, since we already have syncadaptor?