At http://www.waveprotocol.org/code are quick start instructions:
$ hg clone https://wave-protocol.googlecode.com/hg/ wave-protocol
$ cd wave-protocol
$ ant
$ ant compile_gwt
$ cp run-config-nofed.sh run-config.sh
$ $EDITOR run-config.sh
$ ./run-server.sh
The fifth line did not work:
hermes wave-protocol # cp run-config-nofed.sh run-config.sh
cp: cannot stat `run-config-nofed.sh': No such file or directory
hermes wave-protocol # ls
COPYING dist
proto_gwt_src run-server.sh
README doc
proto_src spec
build etc
request_codereview src
build-proto.properties.example gen
run-agent-echoey.sh test
build-proto.xml jaas.config
run-agent-probey.sh third_party
build.properties make_cert.sh
run-client-console.sh war
build.xml output_ant_compile_gwt.txt
run-config.sh.example whitepapers
check-certificates.sh process-script-args.sh
run-nofed-config.sh
hermes wave-protocol # cp run-nofed-config.sh run-config.sh
hermes wave-protocol #
Here's what I used that works:
cp run-nofed-config.sh run-config.sh
Perhaps the Quick Start should be bifurcated into a Quick Start (No
Fed/No Cert) and Quick Start Fed to accommodate the current state of
the code? I think most people who are going to kick the tires on this
may want to do so without going through the certification hoops. Once
they are satisfied they, too, can run a wave server, then they'll
undertake the federation certification steps.
--
John L. Poole
P.O. Box 6566
Napa, CA 94581-6566
707-812-1323
[email protected]
--
You received this message because you are subscribed to the Google Groups "Wave
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/wave-protocol?hl=en.