Open
Description
Firstly, thanks for the good job on TiddlyWiki5. This is now my favorite personal note taking tool. Since it supports node.js, I tried to deploy it to OpenShift. There are two issues:
- It seems no matter how to specify the start script in package.json, OpenShift always looks for a server.js under the app's top directory. As there be could more such deployment issues with other vendors, I would like to see some sample files placed in a directory called "deployment/" for people to have a quick start. I'm proposing a change such as ericmiao@800a5d3
- The character "/", despite it's being escaped already to "%2F" in the URL generated, it seems OpenShift will still recognize and filter it, so those system tiddlers and tiddlers with "/" in the title will all fail to upload. I worked around this by escape "/" further to something else, e.g. "%SLASH%" as in ericmiao@4e91836
Although the two issues above are really something OpenShift should fix, I hope this can be fixed in a generic way so people can benefit when they start to deploy tiddlywiki on OpenShift.