Reworked the readme about the server configuration.
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/748c3b71 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/748c3b71 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/748c3b71 Branch: refs/heads/master Commit: 748c3b718e56cd613dd25456933fd3b7ffeb617d Parents: e84d582 Author: wisebaldone <[email protected]> Authored: Fri Dec 11 16:05:15 2015 +1000 Committer: wisebaldone <[email protected]> Committed: Fri Dec 11 16:05:15 2015 +1000 ---------------------------------------------------------------------- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/748c3b71/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 01df37d..3a97dc6 100644 --- a/README.md +++ b/README.md @@ -102,15 +102,20 @@ Note: - if pst-`version`.jar is unable to be found run `gradle pst:jar` then retry. - if a jar is unable to be unzipped with wave:extractApi then delete the jar from your cache and try again. - You may need to restart. + You may need to restart. If problem persists let the newsgroup know or create an issue on Jira. -You need to configure your instance before you can use it. To create a default simple configuration run: +To config your server a default configuration is provided by reference.conf, +this can be overwritten by application.conf with custom values. + +To enable federation the following must be run. + +To create a simple configuration run: `gradle prosody-config` To override default values pass them to the ant script. For example, to override wave\_server\_domain run: `gradle prosody-config -Dwave_server_domain=example.com` -Take a look at the server.config.example to learn about configuration and possible/default values. +Take a look at the reference.conf to learn about configuration and possible/default values. The server can be started (on Linux/MacOS) by running ./run-server.sh (currently disabled please use gradle method)
