Tuto video sur l'utilisation de la VM -> https://www.loom.com/share/378cb391867f4e57a3223aa751285673 Tuto vidéo sur l'utilisation de la VM (avec postman, l'application rails, ...) -> https://www.loom.com/share/b16e7687fd8647b2ad6dfea22285ebec
- Launch the Developer VM (E:\apps)
- Launch a Terminal
- Launch
irb
- Download the TD PDF
- in
irb
:ENV['http_proxy'] = "http://proxy:3128"
- OR
- in
terminal
:export http_proxy="http://proxy:3128"
- Download and Install VirtualBox AND Oracle VM VirtualBox Extension Pack -> https://www.virtualbox.org/wiki/Downloads
- Download the VM -> https://www.dropbox.com/s/dhm72a4yar20xi3/dev.ova.zip?dl=0
- Extract VM (.zip)
- In Virtual Box, Machine > Add,
CentOS 8 - Blois.vbx
- Launch the Virtual Machine with
- In the Virtual Machine, disable the proxy
- Navigate in the menu System > Preferences > Internet and Network > Network Proxy
- Disable the proxy by selecting "Direct Internet Connection"
- Remove any http_proxy env
unset http_proxy
unset https_proxy
unset HTTP_PROXY
unset HTTPS_PROXY
- In the Virtual Machine, disable the proxy
https://github.com/huguesbr/ufr-blois-development-web-messenger