| 63 | |
| 64 | === Project Setup Instructions === |
| 65 | |
| 66 | VM instructions: |
| 67 | |
| 68 | - Download virtualbox https://www.virtualbox.org/wiki/Downloads |
| 69 | - Download ubuntu https://releases.ubuntu.com/focal/ |
| 70 | - Follow a guide to install ubuntu on Virtualbox: https://www.wikihow.com/Install-Ubuntu-on-VirtualBox |
| 71 | - If you are using Ubuntu 22.04, then there is a bug when using it with VirtualBox where you can't open the terminal by default. You need to update the locale of the machine for some reason. Follow this link to get into terminal mode: https://superuser.com/questions/100693/how-to-switch-to-non-graphical-view-in-ubuntu |
| 72 | - Then follow this to update the locale: https://askubuntu.com/questions/1435918/terminal-not-opening-on-ubuntu-22-04-on-virtual-box-7-0-0 |
| 73 | - Restart the VM (power it off and on in VirtualBox) and now you should be able to open the terminal in Graphical mode |
| 74 | - You will need to have Sudo access on your account in Ubuntu. Follow this StackOverflow: https://askubuntu.com/questions/124166/how-do-i-add-myself-into-the-sudoers-group |
| 75 | |