From 2343bb3e5b57728f3321824ff278e2e2680e409e Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 2 Jan 2014 20:07:05 +0000 Subject: [PATCH] Switch to using 127.0.0.1 in docs --- .../tw5.com/tiddlers/dev/Installing TiddlyWiki on Node.js.tid | 4 ++-- .../tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ade98ed4a..050af998a 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: 20131231113631968 +modified: 20140102200617777 tags: howto title: Installing TiddlyWiki on Node.js type: text/vnd.tiddlywiki @@ -16,7 +16,7 @@ type: text/vnd.tiddlywiki ## `mkdir mywiki` to create a folder for a new wiki ## `cd mywiki` to move into the new folder ## `tiddlywiki --server` to start TiddlyWiki -## Visit http://0.0.0.0:8080/ in your browser +## Visit http://127.0.0.1:8080/ in your browser ## Try editing and creating tiddlers The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it. diff --git a/editions/tw5.com/tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid b/editions/tw5.com/tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid index 1f69b4041..3cb46d511 100644 --- a/editions/tw5.com/tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid +++ b/editions/tw5.com/tiddlers/dev/Scripts for TiddlyWiki on Node.js.tid @@ -1,5 +1,5 @@ created: 20131219100637788 -modified: 20131219100657540 +modified: 20140102200458024 tags: howto dev title: Scripts for TiddlyWiki on Node.js type: text/vnd.tiddlywiki @@ -48,7 +48,7 @@ serve.cmd [] This script starts TiddlyWiki5 running as an HTTP server with the content from the `clientserver` edition. By default, the Node.js serves on port 8080. If the optional `username` parameter is provided, it is used for signing edits. If the `password` is provided then HTTP basic authentication is used. -To experiment with this configuration, run the script and then visit `http://0.0.0.0:8080` in a browser. +To experiment with this configuration, run the script and then visit `http://127.0.0.1:8080` in a browser. Changes made in the browser propagate to the server over HTTP (use the browser developer console to see these requests). The server then syncs changes to the file system (and logs each change to the screen).