Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ensure you have Java 8 installed before attempting to install Wave in a Box

From release package

 

Apache Wave releases can soon be downloaded from the release repository, and are packaged for UNIX and Windows systems.

 

Code Block
none
none
$ curl s -Owget https://dist.apache.org/repos/dist/dev/incubator/wave/0.4.0-rc10/apache-wave-bin-0.4.0-incubating.tar.bz2
$ tar -zxfjxf apache-wave-bin-0.4.tar.gz
$ cd apache-wave-bin-0.4.0-incubating

 

From source package

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.

 

Code Block
none
none
$ 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.

Running the server

Run the server with

...

  • Using SSL certificates
  • Using MongoDB as data store
  • Use Federation to contact with other Wave servers
  • Enable Wave Extensions

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.