mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 16:52:00 +00:00
fixups to yourlaptop.html handbook page
This commit is contained in:
parent
e2fed7f2ab
commit
f47e000235
@ -14,29 +14,27 @@
|
||||
|
||||
<p>The main things you need to do to get set up are:</p>
|
||||
<ul>
|
||||
<li>Install software to access version control and edit/view caving data</li>
|
||||
<li>Register an SSH key with the expo server (i.e 'get a login')</li>
|
||||
<li>Download the expo repositories so you have the files on your machine</li>
|
||||
<li>Install <a href="#software">software</a> to access version control and edit/view caving data.</li>
|
||||
<li><a href="#configuration">Register an SSH key</a> with the expo server (i.e 'get a login').</li>
|
||||
<li>Download the expo repositories so you have the files on your machine.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Operating Systems</h3>
|
||||
<h2>Operating Systems</h2>
|
||||
<ul>
|
||||
<li>You should be able to use any OS to interact with expo, but it's a bit simpler to get set up using Linux or MacOS, rather than Windows, just because the core stuff will already be installed.</li>
|
||||
<li>You should be able to use any OS to interact with expo, but it's a bit simpler to get set up using Linux or MacOS, rather than Windows, just because the core stuff will already be installed. You can't yet do everything on a phone, but you can do some things.</li>
|
||||
|
||||
The <i>expo laptop</i> uses <a href="https://www.debian.org/intro/about">Debian</a> with the <a href="https://computingforgeeks.com/how-to-install-cinnamon-desktop-environment-on-debian/">Cinnamon</a> interface, but pretty much any Linux system works fine. This handbook does assume that you are using apt - the Debian package manager - which is good for all Debian-derived Linuxes such as <a href="https://ubuntu.com/">Ubuntu</a>. Old, slow machines without much memory can be very effective with <a href="https://xubuntu.org/">Xubuntu/xfce</a>. If using a Red-Hat-based linux you'll need to work out the equivalent rpm/yum commands.</li>
|
||||
<li>The <i>expo laptop</i> uses <a href="https://www.debian.org/intro/about">Debian</a> with the <a href="https://computingforgeeks.com/how-to-install-cinnamon-desktop-environment-on-debian/">Cinnamon</a> interface, but pretty much any Linux system works fine. This handbook does assume that you are using apt - the Debian package manager - which is good for all Debian-derived Linuxes such as <a href="https://ubuntu.com/">Ubuntu</a>. Old, slow machines without much memory can be very effective with <a href="https://xubuntu.org/">Xubuntu/xfce</a>. If using a Red-Hat-based linux you'll need to work out the equivalent rpm/yum commands.</li>
|
||||
|
||||
<li>Windows machines can do almost everything needed (rsync is a problem), but some useful software has no Windows version and you will need to find your own equivalents. There are also some 'gotchas' to look out for due to filesystem differences (e.g letter case). If you have the choice, use Linux.</li>
|
||||
|
||||
<li><a href="winlaptop.html">A Windows laptop for expo</a> - a page of more detailed instructions for those who are definitely going to be using a Windows PC or laptop.</li>
|
||||
|
||||
|
||||
|
||||
<li>Mac users will need to use the Linux documentation as a guide and work it all out for themselves (and then hopefully update this handbook).</li>
|
||||
|
||||
<li>Android phone apps can be invaluable too.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Software</h3><a href="https://survex.com/screenshots.html"><img src="https://survex.com/img/aven-1.2.37-by-date.png" hspace="20" align="right" width="300"></a>
|
||||
<h2><a name="software">Software</a></h2><a href="https://survex.com/screenshots.html"><img src="https://survex.com/img/aven-1.2.37-by-date.png" hspace="20" align="right" width="300"></a>
|
||||
<p></a>Long-standing Expo policy is to use open tools and protocols so we can retain control of our own data over the long term. And not to require expo-goers to sign up to external services or spend money on software.
|
||||
So we use <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">FOSS software</a>.
|
||||
You can use other software on your own machine if it is format-compatible and exports data in the formats we want,
|
||||
@ -101,27 +99,9 @@ but all the recommended software here is open source (and please don't install p
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Logins to external systems</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/join">Github</a> - You'll need an account if you want to use this.
|
||||
<li><a href="https://bitbucket.org/product/">Bitbucket</a> - create an account to help develop tunnel. <img src="https://tortoisehg.bitbucket.io/img/bitbucket-icon.png" width=64 hspace="20" align="right">
|
||||
<li><a href="https://trac.survex.com/wiki">Trac issue tracker and wiki</a> for developing survex. You'll need a login to file bugs there.
|
||||
</ul>
|
||||
<h2><a name="configuration">Configuration</a></h2>
|
||||
|
||||
<p>You should also have a look at, and keep up to date with:
|
||||
<ul>
|
||||
<li><a href="https://github.com/CaveSurveying/CUCCexposurveyissues/issues">CUCC CaveSurveying Bug lists and open issues discussed on github</a> -
|
||||
issue list so you will need to subscribe to the Cave Surveying Group on github to participate.
|
||||
|
||||
<li><a href="https://github.com/CaveSurveying/CUCCexposurveyissues/wiki/Expo-tunnel-workflows">Expo-tunnel-workflows</a> -
|
||||
a wiki on github discussing workflows to generate centerlines, GEOTIFF and QGIS integration.
|
||||
|
||||
<li><a href="https://launchpad.net/survex">launchpad.net/survex</a> - the main Survex development system.
|
||||
</ul>
|
||||
|
||||
<h3>Configuration</h3>
|
||||
|
||||
<p>You need to <a href="keyexchange.html">register a key with the expo server<a/> to get upload (i.e. read/write) access. Do this first, Without it none of git, mercurial, scp, ftp or rsync will work.
|
||||
<p>You need to <a href="keyexchange.html">register a key with the expo server</a> to get upload (i.e. read/write) access. Do this first, Without it none of git, mercurial, scp, ftp or rsync will work.
|
||||
You can do this entirely on your own if you have access to the <i>expo laptop</i> to upload and install the public key generated by your laptop.</p>
|
||||
|
||||
<p>On a Windows machine you will need to configure pageant (the putty authentication agent)
|
||||
@ -137,7 +117,7 @@ to <a href="https://blog.shvetsov.com/2010/03/making-pageant-automatically-load-
|
||||
|
||||
<li><a href="../fzconfig.html">Installing Filezilla</a>.</li>
|
||||
|
||||
<li><a href="https://tortoisehg.readthedocs.io/en/latest/quick.html">Quick Start guide o TortoiseHg</a>.
|
||||
<li><a href="https://tortoisehg.readthedocs.io/en/latest/quick.html">Quick Start guide to TortoiseHg</a>.
|
||||
</ul>
|
||||
<p>When using Windows please, please be <a href="http://expo.survex.com/handbook/survey/getin.htm#filenames">excessively careful when naming files and survex names</a> and be <a href="../manual.html#quickstart">exceptionally careful when using rsync</a>.
|
||||
|
||||
@ -161,6 +141,23 @@ to <a href="https://blog.shvetsov.com/2010/03/making-pageant-automatically-load-
|
||||
<li>Quick <a href="../manual.html#quickstart">reminders for using rsync and mercurial</a> at the command line.
|
||||
</ul>
|
||||
|
||||
<h3>Logins to external systems</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/join">Github</a> - You'll need an account if you want to use this.
|
||||
<li><a href="https://bitbucket.org/product/">Bitbucket</a> - create an account to help develop tunnel. <img src="https://tortoisehg.bitbucket.io/img/bitbucket-icon.png" width=64 hspace="20" align="right">
|
||||
<li><a href="https://trac.survex.com/wiki">Trac issue tracker and wiki</a> for developing survex. You'll need a login to file bugs there.
|
||||
</ul>
|
||||
|
||||
<p>Some expo survey stuff is tracked externally:
|
||||
<ul>
|
||||
<li><a href="https://github.com/CaveSurveying/CUCCexposurveyissues/issues">CUCC CaveSurveying Bug lists and open issues discussed on github</a> -
|
||||
issue list so you will need to subscribe to the Cave Surveying Group on github to participate.
|
||||
|
||||
<li><a href="https://github.com/CaveSurveying/CUCCexposurveyissues/wiki/Expo-tunnel-workflows">Expo-tunnel-workflows</a> -
|
||||
a wiki on github discussing workflows to generate centerlines, GEOTIFF and QGIS integration.
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Complementary tools</h3>
|
||||
<p>When maintaining the HTML files in the expo handbook a link-checker is useful to report bad URLs (links to external sites go bad regularly) and to find orphaned pages with no in-links. The website has <a href="https://www.klebos.net/subdomains/keldos/LinkScans/TUNNEL-wiki-link-report.html">about 2,000 internal URLs</a> in just the Tunnel wiki section alone.
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user