09 Running and connecting to our dev server

preview_player
Показать описание
Here I will show you how to start and connect to our development server.

IMPORTANT UPDATE

If you get the "No usable default provider could be found for your system." when running vagrant up, read this:

If you have any issues please let me know in the Q&A and I will do my best to resolve it for you.

(Thank you James for pointing this out)

--

This video is from the old version of our course:
Build a Backend REST API with Python & Django - Beginner.

Рекомендации по теме
Комментарии
Автор

If anyone runs into an error when running vagrant up, make sure virtualization is enabled on your BIOS. Hope this is useful to someone!

santiagolongueira
Автор

Whenever I use vagrant up command, (I enabled the gui mode) it asks for credentials and when I enter the creds it successfully enter the CLI mode but in terminal it seems to be stuck at SSH

anuragpatil
Автор

i run into problems when i run vagrant up and vagrant ssh.

anahdaniel
Автор

Sir, I encountered an error "Running and connecting to the Dev server" .Can you help me fix this?

ElatedHome
Автор

An error occurred while using a vagrant up command.

ElatedHome
Автор

VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.

ziyadsurve
Автор

hey
Got the following error
"There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "3ef23375-8ddd-4613-a690-7280d6c36e14", "--type", "headless"]

Stderr: VBoxManage.exe: error: The native API dll was not found (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: VT-x is disabled in the BIOS for all CPU modes
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

"

karthikk
Автор

Hi. I'm following your entire series of tutorials on YouTube, about building a REST API. It went well until when I get to the part of running the virtual machine with the command "vagrant up". Installation hangs when you try to connect via SSH. I ask for your help to solve that dilemma that has me crazy :)

prodrigu
Автор

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'base' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0


what is the problem ?

haithamnajdawi
Автор

Getting past the VT-x is disabled / E_FAIL (0X80004005) error on Windows 10 involves:
1. Making sure Hyper-V is DISABLED (Control Panel > "Turn Windows features on or off" > UN-check Hyper-V, make sure Virtual Machine Platform IS checked) -- reboot in next step

PumaTomb
welcome to shbcf.ru