NOTE: Please be aware this documentation isn't necessary in step with the current code. Consider contributing by updating it with your findings!
Wave in a Box is delivered as a Java application. Installation comprises installing the server code and (optionally) configuring federation with XMPP.
Ensure you have Java 8 installed before attempting to install Wave in a Box
Apache Wave releases can soon be downloaded from the release repository, and are packaged for UNIX and Windows systems.
$ wget https://dist.apache.org/repos/dist/dev/incubator/wave/0.4.0-rc10/apache-wave-bin-0.4.0-incubating.tar.bz2 $ tar -jxf apache-wave-bin-0.4.tar.gz $ cd apache-wave-bin-0.4.0-incubating |
Should you want to build from source please use Java 7 for now, as changes in the latest JDK broke the build of this release.
$ wget https://dist.apache.org/repos/dist/dev/incubator/wave/0.4.0-rc10/apache-wave-src-0.4.0-incubating.tar.bz2 $ tar -jxf apache-wave-src-0.4.tar.gz $ cd apache-wave-src-0.4.0-incubating $ ant |
You can find the most up-to-date (but possibly unstable) sourcecode at https://github.com/apache/incubator-wave or git://git.apache.org/incubator-wave.git.
Run the server with
$ ./run-server.sh |
Once you have followed the instructions on this page about how to get the server running you should be able to reach the web client by going to: http://localhost:9898 when running locally or by contacting port 9898 on the machine running the server
This will get you as far as having a basic Wave server for testing and playing, but other steps should or could be taken:
You can find the most up-to-date documentation at https://github.com/apache/incubator-wave-docs or git://git.apache.org/incubator-wave-docs.git.