Installed Virtual box - VirtualBox-5.1.14-112924-Win Installed vagrant_1.9.1
while running *vagrant up* command, *getting below error on command prompt*: C:\Users\kapil.tyagi\devstack>vagrant up Bringing machine 'default' up with 'virtualbox' provider... Vagrant cannot forward the specified ports on this VM, since they would collide with some other application that is already listening on these ports. The forwarded port to 8000 is already in use on the host machine. To fix this, modify your current project's Vagrantfile to use another port. Example, where '1234' would be replaced by a unique host port: config.vm.network :forwarded_port, guest: 8000, host: 1234 Sometimes, Vagrant will attempt to auto-correct this for you. In this case, Vagrant was unable to. This is usually because the guest machine is in a state which doesn't allow modifying port forwarding. You could try 'vagrant reload' (equivalent of running a halt followed by an up) so vagrant can attempt to auto-correct this upon booting. Be warned that any unsaved work might be lost. Starting edX: while starting edX on virtual machine, and clicking on start button on toolbar, virtual machine is started in a command window, a login screen is display while edX loads. Then in next step: *Load the Learning Management System by entering 192.168.33.10 into a browser in Windows.* Is this IP address will be same for all machine? as i am not getting anything while entering 192.168.33.10 in browser window. *Thanks,* *Kapil * -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/9a60627e-fcae-40da-96bd-c5b0e7b14957%40googlegroups.com.
