layout | title | date | description | landing-page |
---|---|---|---|---|
tutorial_layout |
Setup Windows |
2019-11-02 09:21:12 -0500 |
Setup Windows |
live |
In this example, we will be using the Linux subsystem for Windows 10.
-
Select the "Type here to search" text box near the bottom left on your Windows desktop
-
Type the following in the "Type here to search" text box
windows features
-
Select Turn Windows features on or off from the leftmost panel
-
Scroll down to "Windows Subsystem for Linux"
-
Check Windows Subsystem for Linux
-
Select OK on the "Windows Features" window
-
Wait for the changes to complete
-
When prompted, select Restart now
-
Select the "Type here to search" text box again
-
Type the following in the "Type here to search" text box
microsoft store
-
Select Microsoft Store from the leftmost panel
-
Select Search on the "Microsoft Store" page
-
Type the following in the "Search" text box
linux
-
Select Run Linux on Windows
-
Select Ubuntu
-
Select Get
-
Select No, thanks on the "Use across your devices" dialog
-
Even though you see an "Install" button, it should start installing automatically after a few moments
-
Wait for the installation to complete
-
Select Launch
-
An "Ubuntu" window appears and says "Installing, this may take a few minutes..."
-
Wait for the installation to complete
-
When prompted, enter your desired username at the "Enter new UNIX username" prompt
-
When prompted, enter your desired password at the "Enter new UNIX password" prompt
-
You should see "Installation successful" within the output
-
You will now have a prompt that looks something like this
username@machinename:~$
You will be entering commands at the dollar sign prompt. The easiest way to do this is to use copy and paste. After you have copied a command from this document to your internal clipboard, you can paste it simply by right clicking after the dollar sign prompt within the Ubuntu shell. The copied text should automatically appear after the dollar sign when you right click (this includes multi-line commands).
-
Update the Ubuntu system by entering the following at the dollar sign prompt
sudo apt-get update -y
-
Install jq by entering the following at the dollar sign prompt
sudo apt-get install -y jq
-
When prompted, enter your UNIX password
-
Wait for the installation to complete
-
Verify that jq is installed by checking its version
jq --version
-
Close the Ubuntu window
-
Close the Microsoft Store window
These directions refer to the Ubuntu Windows Linux File System, but you can also use other Unix-like applications to do the same steps. When you are instructed to "Open a terminal" in the Use cUrl instructions, you will do the following steps:
NOTE: Make sure that you are comfortable with these steps before proceeding to the cUrl tutorial
-
Select the "Type here to search" text box near the bottom left on your Windows desktop
-
Type the following in the "Type here to search" text box
ubuntu
-
Select Ubuntu from the leftmost panel and an "Ubuntu" window will appears
Note the following:
- You will be entering commands at the dollar sign prompt
- The easiest way to do this is to use copy and paste
- After you have copied a command from this document to your internal clipboard, you can paste it simply by right clicking after the dollar sign prompt within the Ubuntu shell
- The copied text should automatically appear after the dollar sign when you right click (this includes multi-line commands)
You are now ready to use the AB2D API. Jump to the cUrl tutorial.