After playing around with the vm I think port 3000 is only for development, while port 80 is for production. I don't think you need both ports at once, maybe a dev could confirm this - it just confused my a little bit.
Am 17.01.2014 um 19:48 schrieb ettore <[email protected]>: > I'm a ruby noob too, but vagrant documentation puts > config.vm.network "forwarded_port", guest: 80, host: 18080 > > could it be this? > > Il giorno lunedì 13 gennaio 2014 13:11:09 UTC+1, Tobias Munk ha scritto: > Hi, > > for testing gitlab, I got the development vagrant VM running. It works fine > so far and I can access the app via port 3000 from my host machine. > > Beside the port forwarding of port 3000 I also found this line (Note: I > reconfigured it to port 18080): > config.vm.network :forwarded_port, guest: 80, host: 18080 > > But neither from my host on port 18080, nor from the VM on port 80 I can > access any service via browser or telnet, so I asked myself what this port > forwarding is for? > > > Best regards, > schmunk > > PS: If it isn't obvious, I am a ruby noob. > > -- > You received this message because you are subscribed to a topic in the Google > Groups "GitLab" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/gitlabhq/EthVmc6fWGY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
