mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 15:01:28 +00:00
1.7 KiB
1.7 KiB
Development Environment Setup
The following instructions will help you set up your development for our mob session. It is important that the dev environment is set up PRIOR to the mob session.
The mob session will likely take several hours and not having the dev environment set up prior will likely add a few more hours.
- Clone this repo to the place of your choice
- From the main repo screen, copy the https code for this repo.
- From command line: cd
- Once you verify you are in the file path that you want: git clone
- You will now recieve text from the command line letting you know the objects were recieved.
- Download Visual Studio Code (I chose to use Visual Studio Code for Junit integration but other IDEs will work as well). If you choose a different set up, please verify it works before the mob!
- If you choose to download Visual Studio Code, please use the following link: https://code.visualstudio.com/download
- If you already have VS Code installed, from command line: "code -v" will let you know what version you have.
- Download Java SE and Verify it is Installed
- In the command line: java -version (this will let you know if java is installed and what version you have.
- If you do not have Java installed, go to: https://www.oracle.com/java/technologies/downloads/ and follow the download/setup instructions.
- To check if you need to update Java SE: type "Configure Java" in the search bar of Windows 10.
- Run the application
- Click the "Update Tab"
- Click "Update Now" at the bottom of the screen.
- Java SE should now be updated.