Skip to content

Instantly share code, notes, and snippets.

@peko
Created May 29, 2016 23:48
Show Gist options
  • Save peko/1f300daf912204fc2ac888d88f41871c to your computer and use it in GitHub Desktop.
Save peko/1f300daf912204fc2ac888d88f41871c to your computer and use it in GitHub Desktop.
Tiddly wki launch
#!/bin/bash
tiddlywiki wiki --init server
cd wiki
pm2 start --name tiddly-wiki /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js -- --server 8080 $:/core/save/all text/plain text/html user pass 0.0.0.0
@neyhart
Copy link

neyhart commented Mar 23, 2018

it's really helpful, thx

@meghaman
Copy link

Amazing! Exactly what I was looking for

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment