Skip to content

Commit c6551dc

Browse files
committed
installation instructions for the two tracks
1 parent 98f1d39 commit c6551dc

File tree

5 files changed

+14
-19
lines changed

5 files changed

+14
-19
lines changed

docs/img/git.png

11.7 KB
Loading

docs/img/jar.png

234 Bytes
Loading

docs/img/nav_bar.png

35.8 KB
Loading

docs/setup_track1.md

+8-12
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,23 @@ Installfest: Getting Track 1 project
55

66
## Cloning a turtles project from a git repository
77

8-
git is a neat tool that is sort of like dropbox for code. It allows many people to collaborate on projects and make their code open to the rest of the world! We have prepared some code for that will run the lessons you will be using. The process of getting this code is called *cloning* and Nightcode has some nice tools that makes that process super easy! You will need to open NightCode and follow these instructions.
9-
10-
11-
1. Click `New Project`
12-
2. Select a folder location for your project, type in your project name (say CBB) in the `File Name` form and click `Save`.
13-
3. On the `Specify Project Type` screen, click `Download`.
14-
4. Type in `https://github.com/clojurebridge-boston/track1-turtles.git` where it says `git address`.
15-
5. Press enter to get the project.
8+
git is a neat tool that is sort of like dropbox for code. It allows many people to collaborate on projects and make their code open to the rest of the world! We have prepared some code for that will run the lessons you will be using. The process of getting this code is called *cloning* and Nightcode has some nice tools that makes that process super easy! You will need to open NightCode and follow these instructions:
169

10+
1. Go to Start menu, select "Clone from Git": ![Clone from Git menu](img/git.png).
11+
2. It will open a window asking for `git address`. Copy this address `https://github.com/clojurebridge-boston/track1-turtles.git` and press `enter`.
12+
3. You will be asked to select a folder location for your project. You can use an existing folder or create a new one.
13+
4. You will see a message "Cloning". Once the project is cloned, it will open in the left navigation bar of Nightcode, as shown in the next section.
1714

1815
That should be it!
1916

2017
## Verifying that your project works
2118

22-
You will see your project files in the upper left Nightcode panel. Click on the + by `src` to open it, then click on the + by `welcometoclojurebridge`. Click on the file `core.clj`, it should be highlighted:
23-
24-
![Selecting the welcome file](img/track1-project.png)
19+
You can click on arrows to open folders, and double-click on files to open them in Nightcode: ![NC nav bar](img/nav_bar.png)
20+
Click on the arrow by `src` to open the folder, then click on the arrow by `welcometoclojurebridge`. Click on the file `core.clj`, it should be highlighted, as shown above.
2521

2622
Above the lower right panel press "Run with REPL" button, and then "Reload". You should see a nice picture welcoming you to ClojureBridge:
2723

2824
![Running the welcome app](img/track1-welcome.png)
2925

30-
If you see it -- congratulations, you are ready for Saturday coding! If you are running into any issues or have questions, please ask a mentor.
26+
If you see it -- congratulations, you are ready for Saturday coding! If you are running into any issues or have questions, please ask a mentor (in person, on slack, or by email, depending on where you are working on the installation).
3127

docs/setup_track2.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
## Cloning the koans project from a git repository
44

5-
git is a neat tool that is sort of like dropbox for code. It allows many people to collaborate on projects and make their code open to the rest of the world! We have prepared some code for that will run the lessons you will be using. The process of getting this code is called *cloning* and Nightcode has some nice tools that makes that process super easy! You will need to open NightCode and follow these instructions.
5+
Git is a neat tool that is sort of like dropbox for code. It allows many people to collaborate on projects and make their code open to the rest of the world! We have prepared some code for that will run the lessons you will be using. The process of getting this code is called *cloning* and Nightcode has some nice tools that makes that process super easy! You will need to open NightCode and follow these instructions.
66

77

8-
1. Click `New Project`
9-
2. Select a folder location for your project, type in your project name (say CBB) in the `File Name` form and click `Save`.
10-
3. On the `Specify Project Type` screen, click `Download`.
11-
4. Type in `https://github.com/clojurebridge-minneapolis/clojure-koans.git` where it says `git address`.
12-
5. Press enter to get the project.
8+
1. Go to Start menu, select "Clone from Git": ![Clone from Git menu](img/git.png).
9+
2. It will open a window asking for `git address`. Copy this address `https://github.com/clojurebridge-minneapolis/clojure-koans.git` and press `enter`.
10+
3. You will be asked to select a folder location for your project. You can use an existing folder or create a new one.
11+
4. You will see a message "Cloning". Once the project is cloned, it will open in the left navigation bar of Nightcode. You can click on arrows to open folders and double-click files to open them in Nightcode.
1312

1413
That should be it!
1514

@@ -35,5 +34,5 @@ To run the Koans, do the following
3534

3635
You will now see that this assertion passed successfully, and you get a failure on the next assertion.
3736

38-
If this works -- congratulations, you are ready for Saturday coding! If you are running into any issues or have questions, please ask a mentor.
37+
If this works -- congratulations, you are ready for Saturday coding! If you are running into any issues or have questions, please ask a mentor (in person, on slack, or by email, depending on where you are working on the installation).
3938

0 commit comments

Comments
 (0)