From 38b24906c13a545a1506719e0192a8bdf8f3f665 Mon Sep 17 00:00:00 2001 From: Marxsal Date: Mon, 14 May 2018 06:56:01 -0700 Subject: [PATCH] Docs: Saving via a minimal Ruby server (#3277) * Saving via a minimal Ruby server * Small grammatical mistake fix. --- .../saving/Saving via minimal Ruby server.tid | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid diff --git a/editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid b/editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid new file mode 100644 index 000000000..05bab4044 --- /dev/null +++ b/editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid @@ -0,0 +1,20 @@ +caption: Ruby Server +created: 20180514011710789 +delivery: DIY +description: DIY script you can run as a server +method: save +modified: 20180513222628883 +tags: Saving Android Chrome Firefox InternetExplorer iOS Linux Mac Opera Safari Windows +title: Saving via a Minimal Ruby Server +type: text/vnd.tiddlywiki + +This is a minimal server using Ruby Webrick. It just serves up files from the same folder and handles saving. + +Once running, just point your web browser at localhost:8000 to view the folder listing, and click on your wiki html file. + +See: + +https://gist.github.com/jimfoltz/ee791c1bdd30ce137bc23cce826096da + +for script. +