Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
D docker-containers
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Public
  • docker-containers
  • Wiki
  • install on mac

install on mac · Changes

Page history
Update install on mac authored Nov 03, 2020 by Yogesh Hegde's avatar Yogesh Hegde
Hide whitespace changes
Inline Side-by-side
Showing with 55 additions and 1 deletion
+55 -1
  • install-on-mac.md install-on-mac.md +55 -1
  • No files found.
install-on-mac.md
View page @ 0a061701
https://download.virtualbox.org/virtualbox/6.1.16/VirtualBox-6.1.16-140961-OSX.dmg
\ No newline at end of file
## Installing Virtualbox on Windows 10
1. Download Virtualbox by clicking on this link - https://download.virtualbox.org/virtualbox/6.1.16/VirtualBox-6.1.16-140961-OSX.dmg
2. Install virtualbox by double-clicking the file `VirtualBox-6.1.16-140961-OSX.dmg`
3. Run the Virtualbox from your Desktop to confirm that the Virtualbox has been installed.
![vb](upload/Selection_0246.png)
## Installing Ubuntu 16.04 in Virtualbox
1. Download the VMSDK file, by clicking on this link - http://148.251.91.243/downloads/UbuntuVM.ova.zip
- Note: **Download size is 4.1GB**, make sure you have high speed Internet and are able to download 4.5 GB
2. Extract `UbuntuVM.ova.zip` file, by Right-Click --> Extract. There should be a new file named `UbuntuVM.ova` with the size of 4.4 GB.
3. Open Virtualbox, Go to File --> Import Appliance.
![vm](upload/Selection_0246.png)
4. Select the `UbuntuVM.ova` in the File option. Click on Next.
![vm2](upload/Selection_0261.png)
5. Click on Import to install Ubuntu 16.04 VM.
![vm3](upload/Selection_0271.png)
6. Installing will take some time.
![vm4](upload/Selection_0281.png)
7. After the installtion is done you will see "Test Ubuntu" listed in your Virtualbox
![vm5](upload/Selection_0291.png)
8. Click on Start to Start the Ubuntu VM.
9. Login with password `test`.
![vm6](upload/Selection_031.png)
## Installing Vscode
1. Make sure that you are inside the Ubuntu 16.04 VM.
1. Download VScode `.deb` file from link - https://code.visualstudio.com/download
1. Install VScode by double clicking on the `code_1.50.1-1602600906_amd64.deb` file.
1. Open VScode.
1. Select Extensions and Search for Remote Development.
![remote-develop](upload/5.png)
1. Install the Remote Development plug-in.
1. Once Installed you can exit the Vscode.
Clone repository
  • Installing tools
  • Readme doc format
  • code refactoring
  • code style container
  • day0
  • devops practical
  • docusaurus
  • Home
  • install on mac
  • install tools ubuntu 16.04
  • install tools windows