-
Notifications
You must be signed in to change notification settings - Fork 178
node server : farm? : local-identity? #397
Comments
Too minor? Never. If anything it highlights a known problem that the documentation is not all it might be, and there are differences between the two server implementations that are not documented. You might want to look at the recent configuration changes over in at WardCunningham/wiki, where most of the current development is happening. There is now support for a configuration file, like The node/express server does not currently automatically enable farm mode if the As far as I remember the |
The node/express implementation was written after the ruby/sinatra version with the goal of meeting the same functional tests. The two implementations differ where behavior wasn't tested. Both support farms, but by different means. Our energy (for the moment) is going into the node/npm version @paul90 mentions. |
Thanks for your explanations. Keep on rockin'! Due to the documentation I was aware of the fact, that both versions differ in functionality. As I would not want to mess with the .coffee files directly, which I might understand a little by now, an explanation or at least a config-rename-template.json would appear helpful. @paul90 After rethinking the case, I think a dedicated configuration via a config.json, followed by an automatic farm folder structure creation appears more robust. On the other hand flat-file data storage invites to use "intelligent" flat "folder management" as data-specific tasks are already carried out directly in the file system. [EDIT] We might want to close the issue here and move the discussion over to https://github.com/WardCunningham/wiki/issues . |
Thanks. I'll close this now as suggested. |
Thanks in return. Still, any hint anyone could give me on how to write a Well, I could also try to understand the code to find out what it's looking for ... |
@almereyda A config gets spit out by the server wrapped in an array when the server starts, looks something like this:
Readme says to place it in the root directory, but root is not the root in the config (wiki-server), it's the same directory that holds the base wiki directory. In the above example, /development/node_modules. |
Starting to maintain more than one SFW, I'd like to know if it is intended behaviour for the node/express server (way easier to set up as a service than unicorn/sinatra/...) to:
local-identity
, whether indefault-data/status
nordata/status
. i'd love to use theroot
option, at lastfarm
folder, if existing. it would always create a newpages
folder indata
, also when node is invoked with the-u '[DOMAIN]'
parameter.please close the issue if it appears to be too minor.
thanks in advance; greetings from montpellier.
The text was updated successfully, but these errors were encountered: