> On Dez. 24, 2015, 3:18 nachm., Yuri Zelikov wrote: > > I have little experience with vagrant - but I guess this setup won't work > > with OSX - right? > > Andreas Kotes wrote: > it should, on any platform supporting VirtualBox - there should > be a brew package for vagrant itself > > Yuri Zelikov wrote: > From what I see - there are setups for ubuntu, fedora and win10. I tried > to "vagrant up" on mac anyway - didn't work.
your command needs to be "vagrant up ubuntu", which will spawn a Ubuntu VM in your VirtualBox where Wave is compiled completely. afterwards, you can "vagrant ssh ubuntu", where you can "cd /opt/apache/wave/apache-wave" and then "sudo ./run-server.sh", which will start an Apache Wave server in the VM. there's a port forwarding that allows you to contact that Wave server on http://localhost:9898/ from your host machine :) all of this should work just fine on MacOS as well. - Andreas ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41700/#review111860 ----------------------------------------------------------- On Dez. 24, 2015, 4:19 vorm., Evan Hughes wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41700/ > ----------------------------------------------------------- > > (Updated Dez. 24, 2015, 4:19 vorm.) > > > Review request for wave, Ali Lown and Yuri Zelikov. > > > Repository: wave > > > Description > ------- > > Adds vagrant config for linux and windows vm's > > > Diffs > ----- > > .gitignore b8ef753 > README.md 3be1780 > Vagrantfile PRE-CREATION > release/artifact-sign.sh 004d5f0 > scripts/release/artifact-sign.sh PRE-CREATION > scripts/vagrant/application.conf PRE-CREATION > scripts/vagrant/setup-fedora.sh PRE-CREATION > scripts/vagrant/setup-ubuntu.sh PRE-CREATION > scripts/vagrant/setup-win-choco.cmd PRE-CREATION > scripts/vagrant/setup-win.cmd PRE-CREATION > wave/build.gradle ca39a6d > > Diff: https://reviews.apache.org/r/41700/diff/ > > > Testing > ------- > > Can run server in all vm's (fedora, ubuntu, win 10) > > > Thanks, > > Evan Hughes > >