Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Oct 2, 2018
1 parent 6ddf71c commit 9e68da4
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Auxiliary/Indico.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Instructions for the 1st Exercise Sessions

The very first step is find somebody to work with and sit down together. The two of you will be working together on these exercises. These have been designed to work best two two people (or occasionally three), not with one!

Next, get the School's virtual machine installed and running on one laptop, and then log in. For more information on how to do that, see the School's [Laptop configuration page](https://indico.cern.ch/event/681081/page/12065-laptop-configuration). You can use the 2nd laptop to show the instructions or to take notes.
Next, get the School's virtual machine installed and running on one laptop, and then log in. For more information on how to do that, see the School's [Laptop configuration page](https://indico.cern.ch/event/681081/page/12065-laptop-configuration). You can use the 2nd person's laptop to show the instructions or to take notes.

To start the exercises, open a Terminal window on your machine and do:
```
Expand All @@ -15,18 +15,20 @@ To start the exercises, open a Terminal window on your machine and do:
```
The result should look something like this (numbers may vary, don't worry about that):
```
[csc_me@CSC2018 ~]$ git clone https://github.com/bobjacobsen/csc-exercises.git
[csc_bob@CSC2018 ~]$ cd
[csc_bob@CSC2018 ~]$ git clone https://github.com/bobjacobsen/csc-exercises.git
Cloning into 'csc-exercises'...
remote: Counting objects: 569, done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 569 (delta 9), reused 16 (delta 4), pack-reused 545
Receiving objects: 100% (569/569), 94.67 MiB | 3.38 MiB/s, done.
Resolving deltas: 100% (362/362), done.
[csc_me@CSC2018 ~]$ source csc-exercises/CSC/setup
[csc_me@CSC2018 ~]$
remote: Enumerating objects: 59, done.
remote: Counting objects: 100% (59/59), done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 735 (delta 29), reused 38 (delta 21), pack-reused 676
Receiving objects: 100% (735/735), 110.37 MiB | 3.56 MiB/s, done.
Resolving deltas: 100% (461/461), done.
[csc_bob@CSC2018 ~]$ source csc-exercises/CSC/setup
[csc_bob@CSC2018 ~]$
```

Next, open the CSC/index.html file in your favorite web browser and follow those instructions.
This will be a URL something like [file:///home/csc_me/CSC/index.html](file:///home/csc_me/CSC/index.html), though you'll have to put your own account name in there.

Please read that index page's instructions all the way through. We've put some general info at the top that you should now, and put some reference links at the bottom that you might discover you need.
Please read that index page's instructions all the way through. We've put some general info at the top that you should now, and put some reference links at the bottom that you might discover you need later.

0 comments on commit 9e68da4

Please sign in to comment.