redhat-beyond / givit

0 stars 5 forks source link

vagrant file and Django HelloWorld app #2

Closed nadavshoshan closed 4 years ago

nadavshoshan commented 4 years ago

-Added .gitignore to ignore .vagrant folder created after using Vagrant.
-Added Vagrantfile with an updated configuration -Added givitDjango app which includes Helloworld page -we couldn't install Django directly from the vagrant file

liorsicd commented 4 years ago

try to add bootstrap.sh file with the command: sudo pip3 install django==3.1

and call this file from the vagrantfile with: config.vm.provision "shell", path: "bootstrap.sh"