vagrant box download not working,Internal Server Error status 500

While Downloading bahmni Vagrant Box Server Responded with 500, tried with download directly but not able to download.Please Help

Hi @mahensharma, The box will unable to download if you have low internet speed. But you can also try downloading the box from Browser and add the path of the box in Vagrantfile.

  • Download one of the boxes from here.
  • Add the below line in Vagrantfile and make sure the path of the file is correct. config.vm.box_url = "file:///d:/bahmni-vagrant/hc-download"
  • Run the vagrant up command.

Thank You for reply @bindual,But it was not because of my internet connection, It was because atlas server was having some issues that time, Server was partial down,Now I am able to download.