Step by step instructions (using Node)
If you want to use a fresh local install of tiddlywiki here are command line instructions:
Clone the tiddlywiki repo and get the plugin (Only do this the first time to install everything):
git clone --depth=1 --branch v5.1.21 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/After that is finished, and to start up tiddlywiki later type:
cd TiddlyWiki5 node ./tiddlywiki.js Wikis/BobWiki --wsserverIn a browser go to
127.0.0.1:8080and the wiki should load.
pi@raspberrypi:~ $ git clone --depth=1 --branch v5.1.21 https://github.com/Jermolene/TiddlyWiki5.gitCloning into 'TiddlyWiki5'...remote: Enumerating objects: 6310, done.remote: Counting objects: 100% (6310/6310), done.remote: Compressing objects: 100% (5593/5593), done.remote: Total 6310 (delta 846), reused 3728 (delta 518), pack-reused 0Receiving objects: 100% (6310/6310), 8.23 MiB | 928.00 KiB/s, done.Resolving deltas: 100% (846/846), done.Note: checking out '165538180ef6a89a5f35ae9aa2d764e59f1f6191'.
You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
pi@raspberrypi:~ $ git clone --depth=1 https://github.com/OokTech/TW5-Bob.git TiddlyWiki5/plugins/OokTech/BobCloning into 'TiddlyWiki5/plugins/OokTech/Bob'...remote: Enumerating objects: 237, done.remote: Counting objects: 100% (237/237), done.remote: Compressing objects: 100% (226/226), done.remote: Total 237 (delta 21), reused 71 (delta 6), pack-reused 0Receiving objects: 100% (237/237), 276.68 KiB | 990.00 KiB/s, done.Resolving deltas: 100% (21/21), done.pi@raspberrypi:~ $ mkdir TiddlyWiki5/Wikispi@raspberrypi:~ $ cp -r TiddlyWiki5/plugins/OokTech/Bob/MultiUserWiki TiddlyWiki5/Wikis/BobWiki/pi@raspberrypi:~ $ cd TiddlyWiki5pi@raspberrypi:~/TiddlyWiki5 $ node ./tiddlywiki.js Wikis/BobWiki --wsserverpi@raspberrypi:~/TiddlyWiki5 $
pi@raspberrypi:~/Bob $ /home/pi/Bob/BobLinuxbash: /home/pi/Bob/BobLinux: cannot execute binary file: Exec format error
Any ideas about getting the node version to work?
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1F6xP-tb45o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ced84286-bd5a-4786-98a3-6308a80b3259%40googlegroups.com.
Maybe when I get home tonight I'll try compiling from source - that might be the ticket.