mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
18 lines
648 B
Plaintext
18 lines
648 B
Plaintext
caption: Ruby Server
|
|
created: 20180514011710789
|
|
delivery: Server-side Script
|
|
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 http://localhost:8000 to view the folder listing, and click on your wiki html file.
|
|
|
|
See the script at:
|
|
|
|
https://gist.github.com/jimfoltz/ee791c1bdd30ce137bc23cce826096da
|