From cedfcaadb86d7e7fa825726f0d9bcc24fb4f3695 Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Sun, 4 Nov 2018 19:59:39 +0000 Subject: [PATCH] updated setup lab --- 00 Lab 1 Cloud Setup.md => 00 Lab 1 Setup.md | 0 00 Lab 2 Local Setup.md | 14 -------------- 2 files changed, 14 deletions(-) rename 00 Lab 1 Cloud Setup.md => 00 Lab 1 Setup.md (100%) delete mode 100644 00 Lab 2 Local Setup.md diff --git a/00 Lab 1 Cloud Setup.md b/00 Lab 1 Setup.md similarity index 100% rename from 00 Lab 1 Cloud Setup.md rename to 00 Lab 1 Setup.md diff --git a/00 Lab 2 Local Setup.md b/00 Lab 2 Local Setup.md deleted file mode 100644 index 6997871..0000000 --- a/00 Lab 2 Local Setup.md +++ /dev/null @@ -1,14 +0,0 @@ - -# Local Setup - -If you are planning on using your own laptop you will need to install some key pieces of software. Obviously its impossible to cover the installation process in detail for every operating system but there are plenty of guides online. You should install: - -1. Visual Studio Code (Not Visual Studio!) -2. The latest version of NodeJS. For Linux follow the instructions to install nvm, for other platforms download and install the latest version from the [official site](https://nodejs.org/en/), make sure you install the **latest** and not the LTS version. -3. You also need to install Git if it is not already installed. Mac and Windows users can download the installer from the [official website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). - -Once everything is installed you can clone the module repository using the same command you used in the Goorm IDE lab (make sure you clone it to a sensible location). - -Once the repository is cloned you should open VS Code and use the File > Open Folder option to select and open the folder containing the repository (On some systems you choose File > Open). - -Once the web server is up and running you access the page by pointing the browser to `localhost:8080`.