diff --git a/editions/tw5.com/tiddlers/community/OXTWIG.tid b/editions/tw5.com/tiddlers/community/OXTWIG.tid index bad6622ab..ee6683f15 100644 --- a/editions/tw5.com/tiddlers/community/OXTWIG.tid +++ b/editions/tw5.com/tiddlers/community/OXTWIG.tid @@ -8,6 +8,8 @@ The ''Oxford ~TiddlyWiki Interest Group'' meets monthly for discussions and demo See https://oxtwig.eventbrite.co.uk/ for details of our next meeting. +We have an email discussion list, too: https://groups.google.com/forum/#!members/oxtwig + ! OXTWIG #2 The second OXTWIG meeting was held on Thursday 16th January 2014: diff --git a/editions/tw5.com/tiddlers/dev/Installing TiddlyWiki on Node.js.tid b/editions/tw5.com/tiddlers/dev/Installing TiddlyWiki on Node.js.tid index df7130022..9cc5780bf 100644 --- a/editions/tw5.com/tiddlers/dev/Installing TiddlyWiki on Node.js.tid +++ b/editions/tw5.com/tiddlers/dev/Installing TiddlyWiki on Node.js.tid @@ -1,5 +1,5 @@ created: 20131219100608529 -modified: 20140102214547249 +modified: 20140224134148737 tags: howto title: Installing TiddlyWiki on Node.js type: text/vnd.tiddlywiki @@ -12,11 +12,10 @@ type: text/vnd.tiddlywiki #> `sudo npm install -g tiddlywiki` (Mac/Linux) # Check TiddlyWiki is installed by typing: #> `tiddlywiki --version` -# In response, you should see TiddlyWiki report its current version (eg `5.0.4-beta`; you may also see other debugging information reported) +# In response, you should see TiddlyWiki report its current version (eg `5.0.8-beta`; you may also see other debugging information reported) # Try it out: -## `mkdir mywiki` to create a folder for a new wiki -## `cd mywiki` to move into the new folder -## `tiddlywiki --server` to start TiddlyWiki +## `tiddlywiki mynewwiki --init server` to create a folder for a new wiki that includes server-related components +## `tiddlywiki mynewwiki --server` to start TiddlyWiki ## Visit http://127.0.0.1:8080/ in your browser ## Try editing and creating tiddlers diff --git a/editions/tw5.com/tiddlers/dev/TiddlyWiki on Node.js.tid b/editions/tw5.com/tiddlers/dev/TiddlyWiki on Node.js.tid index 79c2e685f..f9c92f907 100644 --- a/editions/tw5.com/tiddlers/dev/TiddlyWiki on Node.js.tid +++ b/editions/tw5.com/tiddlers/dev/TiddlyWiki on Node.js.tid @@ -1,5 +1,5 @@ created: 20131129094353704 -modified: 20131219100410583 +modified: 20140224134310019 title: TiddlyWiki on Node.js type: text/vnd.tiddlywiki @@ -20,9 +20,3 @@ Running TiddlyWiki on [[Node.js]] brings several important benefits over and abo ! Upgrading {{Upgrading TiddlyWiki on Node.js}} - -! Commands - -The following commands are available: - -