This commit is contained in:
Philip Sargent
2021-12-02 22:31:46 +00:00
parent a094e99ccf
commit 8a44a72071
3 changed files with 8 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ to <a href="../computing/contribute.html#programming">get involved in the progra
</ul>
<h3 id="devtree">Creating your own system development machine</h3>
<p>It's a simple sequence whcih steadily builds your expertise:
<p>It's a simple sequence which steadily builds your expertise:
<ol>
<li>Use the online forms and reports.
<li>Read documentation to get the <a href="trogarch.html">concepts and structures</a> into your head, so that you can see how it all fits together and works.
@@ -66,15 +66,15 @@ to <a href="../computing/contribute.html#programming">get involved in the progra
<li>Get the 'expoadmin' password and explore the live system online: watch the data change in real time
<li>Configure <a href="../computing/keyexchange.html">an ssh key</a> and <a href="../computing/fzconfig.html">Filezilla</a> or scp/sFTP.
<li>Configure a <a href="../computing/basiclaptop.html">basic expo laptop</a>
<li>Configure a <a href="../computing/yourlaptop.html">more cave software on your laptop</a>
<li>Configure <a href="../computing/yourlaptop.html">more cave software on your laptop</a>
<li>Configure a <a href="troglaptop.html">troggle development machine</a> - a laptop where you have cloned the repos and installed django. Installing is the same as updating Django. See <a href="trogdjangup.html">Troggle: updating Django</a>.
</ol>
<h3>Fixing broken URL dispatch</h3>
<p>This <em>happens all the time</em>. If ever troggle is crashing on you very mysteriously, it is almost certainly due to a typo in troggle/urls.py . Odd but true.
<p>This <em>happens all the time</em>. If ever troggle is crashing on you very mysteriously, it is almost certainly due to a typo in <var>troggle/urls.py</var> . Odd but true.
<h3>Fixing a broken HTML template</h3>
[to be written]
<h3>Running databaseReset</h3>
<ul>