From 5f2d044c97baa7d59c7a10ac760f61ce01ec0028 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 15 Dec 2024 21:49:05 +0000 Subject: [PATCH] scripts - online edit of handbook/troggle/troglaptop.html [PosixPath('/home/philip/expo/expoweb/handbook/troggle/troglaptop.html')] --- handbook/troggle/troglaptop.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/handbook/troggle/troglaptop.html b/handbook/troggle/troglaptop.html index 8ece0e2bd..87049b633 100644 --- a/handbook/troggle/troglaptop.html +++ b/handbook/troggle/troglaptop.html @@ -30,7 +30,7 @@ need to write any new software for what you need to do. Look at the tools and re

Short-cut

-If you have never done any bulk updates but want to look at the code, then there is a shortcut. You do not actually need to do all the Bulk Update machine configuration first. +If you have never done any bulk updates, and don't understand git, but want to look at the code and maybe run it, then there is a shortcut. You do not actually need to do all the Bulk Update machine configuration first.

You can download the code without having a key-pair like this:

$ mkdir ~/expo
 $ cd ~/expo
@@ -44,6 +44,7 @@ $ git clone http://expo.survex.com/repositories/troggle/.git
but you need to make them executable before they will work:
$ cd ~/expo/troggle
 $ chmod +x *.sh
+ Now go to scripts

Read more here..

@@ -72,7 +73,7 @@ http://expo.survex.com/repositories/troggle/.git/tree/README.txt

Before you do anything else, get yourself set up with a key-pair to access the software on the expo server properly. -

Directory (folder) structure

+

Directory (folder) structure

This is up to you of course, but a suggested structure is like this ("~" means your own user home folder, e.g. /home/philip/):

Do familiarise yourself with the directory structure on the expo server, which we will be duplicating (partly) as docmented in The Expo Server. We are not here doing a full install of all the software and scripts on the server, just the minimum to run, test and debug troggle on Django. - +

Scripts

There are two scripts in the troggle folder which will do semi-automatically what is described below. Have a look at