> On Dec. 24, 2015, 3:18 p.m., 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.
> 
> Andreas Kotes wrote:
>     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.

Im sure youll like vagrant yuri, I personally like it so that i can keep my 
machine clean of random peieces of software installed for development. Also 
thought this would be useful for seeing those windows only issues that showed 
when working on the gradle build system. Didnt think it would be specifically 
useful to include a mac os guest setup but feel free to extend my work ;)


- Evan


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41700/#review111860
-----------------------------------------------------------


On Dec. 24, 2015, 4:19 a.m., Evan Hughes wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41700/
> -----------------------------------------------------------
> 
> (Updated Dec. 24, 2015, 4:19 a.m.)
> 
> 
> 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
> 
>

Reply via email to