Closed ShirleyFichman closed 2 years ago
Question here It is written in the doc,
A working Vagrant environment that brings up the default Django web server
I would consider updating the readme with the follwoing: prerequisites, how to run vagrant, and verify it is up
Question here It is written in the doc,
A working Vagrant environment that brings up the default Django web server
I would consider updating the readme with the follwoing: prerequisites, how to run vagrant, and verify it is up
@Yarboa No problem, I would do it when I'll edit the README.md
and CONTRIBUTING.md
all together.
I will create an issue with your notes above, and assign myself.
Question here It is written in the doc,
A working Vagrant environment that brings up the default Django web server
I would consider updating the readme with the follwoing: prerequisites, how to run vagrant, and verify it is up
@Yarboa No problem, I would do it when I'll edit the
README.md
andCONTRIBUTING.md
all together. I will create an issue with your notes above, and assign myself.
I would suggest, to update whatever needed to run this PR, Make nicer README should be other issue,
Whatever we upload should be clear, and run able This PR is dealing with vagrant, if i am clueless person, i do no know how to continue
Question here It is written in the doc,
A working Vagrant environment that brings up the default Django web server
I would consider updating the readme with the follwoing: prerequisites, how to run vagrant, and verify it is up
@Yarboa No problem, I would do it when I'll edit the
README.md
andCONTRIBUTING.md
all together. I will create an issue with your notes above, and assign myself.I would suggest, to update whatever needed to run this PR, Make nicer README should be other issue,
Whatever we upload should be clear, and run able This PR is dealing with vagrant, if i am clueless person, i do no know how to continue
Good work, Please move all the content of the initial comment into this file https://github.com/redhat-beyond/Beyond-07-team-4/blob/main/README.md
later on others will rebase and extend the README, Lets merge it after the next commit
LGTM, I would advise for next time, to include in PR what ever needed
Adding a Vagrantfile for spinning up a development VM.
Vagrant is a tool for using virtual machines to share development environments. Learn more about it at: https://www.vagrantup.com/
Please make sure you have Vagrant installed on your computer, if not then you can download from here: https://www.vagrantup.com/downloads
Also, make sure that you have VirtualBox installed. VirtualBox is a hypervisor, which lets us create and run virtual machines. The page below include links for downloading VirtualBox for various OS: https://www.virtualbox.org/wiki/Downloads
In order for it all to work, please enable virtualization hardware on your computer. An explanation on how to do it can be found here: https://www.virtualmetric.com/blog/how-to-enable-hardware-virtualization
Then, when you have all those you can bring up the VM by using the command: vagrant up.
Now that the Vagrant is up, we can verify everything is working by accessing it with the command: vagrant ssh Now the prompt should show: [vagrant@localhost]$
Also making changes to the
.gitignore
file to ignore any data that Vagrant might create.Close #2