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
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
Before you do anything else, get yourself set up with a key-pair to access the software on the expo server properly. -
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. - +
There are two scripts in the troggle folder which will do semi-automatically what is described below. Have a look at