Author: daniel L62827
After part 1 you should be up Update Subscription so you can join the Godzilla beta. Here are the steps for installing Ubuntu 16.04.1 LTS Server and setting it up for use.
We are using Ubuntu Server because we don’t need the extra parts for the desktop (like the GUI layer) and we do need the server components. We are using the LTS (long term support) release. You can download it from Ubuntu’s website.
You can either install it in a virtual machine (I used Parallels on my macOS MacBook Pro) or as a bootable OS on your hard drive.
Once you have Ubuntu installed, you need to refresh and update the install using the apt-get package manager via the sudo command.
-
[crayon-672a896526374015925151/]
-
[crayon-672a89652637f057488283/]
-
[crayon-672a896526381893392603/]
Next we will install some additional packages necessary for development
-
[crayon-672a896526383159011433/]
And finally we will do a little clean-up
-
[crayon-672a896526385557213313/]
-
[crayon-672a896526386163062517/]
These commands are useful when you want to reboot or shutdown
-
[crayon-672a896526388444264890/]
-
[crayon-672a89652638a060210899/]
If you are installing under Parallels and want to install the Parallels Tools
-
[crayon-672a89652638b913241506/]
-
[crayon-672a89652638d702533647/]
-
[crayon-672a89652638e075741356/]
You can uninstall them later if you change your mind
-
[crayon-672a896526390505299361/]
Check out the Ubuntu terminal command reference for more information
Make sure you are on Berlin Enterprise with Update Subscription so you are ready for Linux Server support!