I guess that could be useful. How about something like this?
# apt-get install mercurial ant default-jdk eclipse $ hg clone https://wave-protocol.googlecode.com/hg wave-in-a-box $ cd wave-in-a-box $ ant compile-gwt $ ant dist-server $ ant -f server-config.xml -Dsigner_info_store_type=file -Daccount_store_type=file -Ddelta_store_type=file -Dattachment_store_type=disk $ ./run-server.sh (there’s instructions for Windows and MacOSX<http://www.waveprotocol.org/wave-in-a-box> too) At this point, the server is running, and the web client can be accessed at http://localhost:9898. (Taken from stenyak.com) On Fri, Sep 2, 2011 at 3:08 AM, Daniel Wilkerson <[email protected] > wrote: > I think you would get more contributors if it was easier to run hello > world. There is lots of stale info on wave out there that is not helping. > > Daniel > > ---------- Forwarded message ---------- > From: "Daniel Wilkerson" <[email protected]> > Date: Sep 1, 2011 4:54 PM > Subject: short version of how to get started using Apache Wave-In-A-Box > To: <[email protected]>, <[email protected]> > > This is all I was talking about. When someone googles "wave-in-a-box" > or "apache wave", they should find a page saying this. Right now, I > hunt all over and I don't. > > Daniel > > ---- > > This is the short version of how to get started using Apache Wave-In-A-Box. > As you can see, you ar... >
