Add Aled's handbook guide to installing tortoise on Windows.
@ -7,6 +7,8 @@
|
||||
<h1>Cambridge University Caving Club Expedition Handbook</h1>
|
||||
<p>The pages which make up this handbook were originally based on the paper documents you might find lying around the Potato Hut or Top Camp. These web pages are now the master documents. They should tell you everything you need to know about Expo. Please update them/add info as required.</p>
|
||||
|
||||
|
||||
|
||||
<dl>
|
||||
<dt><a href="look4.htm">Prospecting</a></dt>
|
||||
<dd>The printable <a href="prospecting_guide.html">prospecting guide</a> or <a href="/prospecting_guide/">new prospecting guide (slow to load)</a> is essential reading before you wander the plateau stumbling across holes of potential interest. Vast amounts of work have been wasted in the past through inadequate recording. It isn't very much extra work, but ensures that your hard work gains some recognition in the future rather than making lots of tedious work and the cursing of your name... There is a separate page with pictures of surface landmarks for <a href="findit.htm">taking bearings</a>, and a new guide to getting a <a href="survey/gps.htm">GPS fix</a>.</dd>
|
||||
@ -16,12 +18,21 @@
|
||||
<dd>You fall and break your leg – probably need a little help to get out of the cave ? How would you feel if everyone at this stage took the rescue guide into Hilde's bar and started reading about what to do ? Not a happy prospect, is it – so in the hope that it is <strong>not</strong> you who gets hurt, we suggest you read this <strong>now</strong> so you know what to do. It may well help you if it <strong>is</strong> you who gets injured, and may even help prevent that from happening. So don't skip it !</dd>
|
||||
<dt><a href="phone.htm">Phones</a></dt>
|
||||
<dd>How to use and update the mobile phones on expo.</dd>
|
||||
<dt><a href="solar.html">Solar Panel system</a></dt>
|
||||
<dd>Description of seting up and putting away the Solar Powered battery charging system at the stone bridge</dd>
|
||||
<dt><a href="update.htm">Website</a></dt>
|
||||
<dd>This tells you how the website and related data are arranged, accessed and used.</dd>
|
||||
</dl>
|
||||
<hr />
|
||||
<h2>Computing stuff</h2>
|
||||
<dl>
|
||||
<dt><a href="update.htm">Website and Data</a></dt>
|
||||
<dd>This tells you how the website and cave data are arranged, accessed and used.</dd>
|
||||
<dt><a href="tortoise/tortoise-win.htm">Aled's Windows 101</a></dt>
|
||||
<dd>A brief, straightforward guide (with pictures!) covering how to get Putty and TortoiseHg working on a Windows PC.
|
||||
<dt><a href="computer.html">Expo Computer</a></dt>
|
||||
<dd>Details on how the expo computer and network is set up and adminned.</dd>
|
||||
</dl>
|
||||
<hr />
|
||||
<dl>
|
||||
<dt><a href="solar.html">Solar Panel system</a></dt>
|
||||
<dd>Description of seting up and putting away the Solar Powered battery charging system at the stone bridge</dd>
|
||||
<dt><a href="photo.htm">Photography</a></dt>
|
||||
<dd>This section is hardly even written, let alone useful :-)</dd>
|
||||
<dt><a href="rigit.htm">SRT Rigging</a></dt> <dd>This one's also minimal – but links to useful info on another site. There is (Jan 2000), however, in addition to the rudimentary page above, a few pages towards a full Austria-specific guide. The <a href="rig/index.htm">contents page</a> links to an <a href="rig/intro.htm">Introduction</a> and a useful section on <a href="rig/boltin.htm">placing bolts</a> and it may be useful to refer to the expedition <a href="../fixaid.htm">Fixed Aids</a> list to see what gear has been left in place from previous years.</dd>
|
||||
|
BIN
handbook/tortoise/expoPuttyscreen.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
handbook/tortoise/expoPuttyscreen2.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
handbook/tortoise/expoPuttyscreen2b.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
handbook/tortoise/expoRepositoryScreen.png
Normal file
After Width: | Height: | Size: 165 KiB |
BIN
handbook/tortoise/expoRepositoryScreen2.png
Normal file
After Width: | Height: | Size: 211 KiB |
BIN
handbook/tortoise/expoWinSCPlogin.png
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
handbook/tortoise/expoWinSCPlogin2.png
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
handbook/tortoise/expoWorkbenchopen.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
72
handbook/tortoise/tortoise-win.htm
Normal file
@ -0,0 +1,72 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Cambridge University Caving Club Expedition Handbook.</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Windows 7 How-to No.1:<br>TortoiseHg and Putty</h1>
|
||||
|
||||
<p>Struggling to get TortoiseHg to work on Windows (Service Pack 1,
|
||||
32-bit)? Here’s a quick guide which I hope explains how to sort it all
|
||||
out.</p>
|
||||
|
||||
<p>You first want to ascertain that both <a href="http://tortoisehg.bitbucket.org/">TortoiseHg</a> and <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Putty</a> are nicely installed. Then run Putty;</p>
|
||||
|
||||
<h2>Putty:</h2>
|
||||
<p>Upon opening putty, you’ll be greeted with a screen similar to this;</p>
|
||||
|
||||
<div style="text-align: center">
|
||||
<img src="expoPuttyscreen.png" alt="Putty Configuration Screen" />
|
||||
<p class="caption">Putty Configuration Screen</p></div>
|
||||
|
||||
<p>Type <tt>expo@expo.survex.com</tt> into the box under Host Name, and type a
|
||||
name into the box under 'Saved Sessions' then click 'Save' (in the
|
||||
above case called 'Expo' – this means you don’t have to type in
|
||||
expo@expo.survex.com each time you use Putty. You simply click on
|
||||
'Expo' then 'Load'). Then click 'Open'.</p>
|
||||
|
||||
<p>You will then see the following screen:</p>
|
||||
|
||||
<div style="text-align: center">
|
||||
<img src="expoPuttyscreen2b.png" alt="Putty Login Screen" />
|
||||
<p class="caption">Putty Login Screen</p></div>
|
||||
|
||||
<p>Don’t worry if you can’t see anything happening onscreen as you type in the password, this is what’s supposed to happen; so just type in the password and press the return/enter key.</p>
|
||||
|
||||
<p>Done! At some point you may come across a Windows popup which asks
|
||||
you to verify the address you're attempting to log into (at which
|
||||
point you select 'hells-to-the-yeah', or equivalent). You have now made sure that your computer is happy to log on using TortoiseHg. To log out of Putty, type 'logout', then press the return/enter key.</p>
|
||||
|
||||
<h2>TortoiseHg:</h2>
|
||||
|
||||
<p>To open up TortoiseHg, simply open a folder somewhere on your desktop (you can make a new folder if you want, to keep things neat), and right click in the folder and select “Hg Workbench”</p>
|
||||
<div style="text-align: center">
|
||||
<img src="expoWorkbenchopen.png" alt="Accessing the Workbench" />
|
||||
<p class="caption">Accessing the Hg Workbench</p></div>
|
||||
|
||||
<p>Once this opens up, go to File>Clone Repository, and you should get the following;</p>
|
||||
|
||||
<div style="text-align: center">
|
||||
<img src="expoRepositoryScreen.png" width="75%" height="50%" alt="Hg Workbench" />
|
||||
<p class="caption">Hg Workbench</p></div>
|
||||
|
||||
<p>At which point type <tt>ssh://expo@expo.survex.com/loser</tt> into
|
||||
the 'Source' box (in this case I have specified a particular folder on
|
||||
the server; 'loser', I suggest you do the same for now). You may also
|
||||
choose where you want the repository to be created by clicking
|
||||
'Browse' next to the 'Destination' box. As far as I recall, you don't
|
||||
need to edit anything in the box where it says 'Hg command'. Click 'Clone'!</p>
|
||||
|
||||
<p>Voila! If you're now looking at the following screen or similar,</p>
|
||||
|
||||
<div style="text-align: center">
|
||||
<img src="expoRepositoryScreen2.png" width="75%" height="50%" alt="Hg Workbench Linked" />
|
||||
<p class="caption">Hg Workbench Linked</p></div>
|
||||
|
||||
<p>All is well.</p>
|
||||
|
||||
<p>If anything seems unclear, please email me at elmo2058@gmail.com, and I will reinstall things on my own machine to see where things get confusing. Watch this space for another webpage/update with how to install/use WINSCP for straightforward file transfers.</p>
|
||||
|
||||
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|