Created
May 29, 2016 23:48
-
-
Save peko/1f300daf912204fc2ac888d88f41871c to your computer and use it in GitHub Desktop.
Tiddly wki launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
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
it's really helpful, thx