I setup my personal tiddlywiki on OpenShift. But it don't load themes.
This is my code to start it.
> var $tw = require("./boot/boot.js").TiddlyWiki();
> $tw.boot.argv = [
> process.env.OPENSHIFT_DATA_DIR,
> "--server",
> process.env.OPENSHIFT_NODEJS_PORT,
> "$:/core/save/all",
> "text/plain",
> "text/html",
> "usename",
> "password",
> process.env.OPENSHIFT_NODEJS_IP,
> ];
> $tw.boot.boot();
Please help me.
Thanks.
PS: I don't know about argurement of $tw. Where do I read it?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.