Hello everyone, I'm trying to do a similar deployment in OpenShift based on the blog:
http://ericmiao.github.io/blog/2014/04/05/setup-personal-tiddlywiki-on-openshift/ I ended up with the same issue with the themes. TJ On Friday, January 9, 2015 at 11:30:16 AM UTC-8, Jeremy Ruston wrote: > > Hi Châu > > That's an unusual way to start TiddlyWiki. I'm guessing that you modded > tiddlywiki.js from the TW5 repo? > > Anyhow, have you initialised your data directory? To be a valid wiki > folder you need to create a tiddlywiki.info file. The usual way of doing > that is via the command line: > > tiddlywiki my_data_dir --init server > > Best wishes > > Jeremy > > On Fri, Jan 9, 2015 at 7:07 AM, Châu Thân Đức Hoàng <[email protected] > <javascript:>> wrote: > >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/tiddlywiki. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b6370ef0-714a-4440-a1d1-8ad1a5914b70%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

