Differences between revisions 3 and 4
Revision 3 as of 2023-05-19 11:53:52
Size: 1182
Editor: mark
Comment:
Revision 4 as of 2023-05-19 12:01:28
Size: 1743
Editor: mark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Line 12: Line 13:
}}}
If you don't see the file ScrumPy-Innotargets.tgz it will most likely be in the Downloads directory:
{{{#!highlight bash
mark@CSMG-WS3:~$ ls Downloads/
ScrumPy-Innotargets.tgz
}}}
We shall now create a new directory to keep relevant files in (best practice - keep ScrumPy related material separate from everything else)
{{{#!highlight bash
Line 13: Line 22:
}}}
and move the downloaded file to our newly created directory:
{{{#!highlight bash
Line 14: Line 26:
}}}
OR
{{{#!highlight bash
mark@CSMG-WS3:~$ mv Downloads/ScrumPy-Innotargets.tgz ScrumPy
}}}

{{{#!highlight bash
Line 15: Line 34:
mark@CSMG-WS3:~/ScrumPy$ tar zxf ScrumPy-Innotargets.tgz  mark@CSMG-WS3:~/ScrumPy$ tar zxf ScrumPy-Innotargets.tgz
Line 23: Line 42:
mark@CSMG-WS3:~/ScrumPy/11190523$  mark@CSMG-WS3:~/ScrumPy/11190523$

Access via gitlab or mudshark

using root/sudo

Download the ScrumPy software package (right click and select 'Save Link As', and then 'Save')

Now open a shell (aka terminal) window and locate the file you just downloaded. Depending on the linux distribution you are using it will be in either your home directory or in the 'Downloads" directory:

   1 mark@CSMG-WS3:~$ ls
   2 bin        Desktop  Downloads  print                    tmp
   3 Computing  doc      model      ScrumPy-Innotargets.tgz

If you don't see the file ScrumPy-Innotargets.tgz it will most likely be in the Downloads directory:

   1 mark@CSMG-WS3:~$ ls Downloads/
   2 ScrumPy-Innotargets.tgz

We shall now create a new directory to keep relevant files in (best practice - keep ScrumPy related material separate from everything else)

   1 mark@CSMG-WS3:~$ mkdir ScrumPy

and move the downloaded file to our newly created directory:

   1 mark@CSMG-WS3:~$ mv ScrumPy-Innotargets.tgz ScrumPy

OR

   1 mark@CSMG-WS3:~$ mv Downloads/ScrumPy-Innotargets.tgz ScrumPy

   1 mark@CSMG-WS3:~$ cd ScrumPy/
   2 mark@CSMG-WS3:~/ScrumPy$ tar zxf ScrumPy-Innotargets.tgz
   3 mark@CSMG-WS3:~/ScrumPy$ cd 11190523/
   4 mark@CSMG-WS3:~/ScrumPy/11190523$ ls
   5 BuildLibs.py  debian11.py      LICENSE      syntoin      Update.py
   6 BuildRel.py   debian8.py       README       Ubuntu16.py
   7 CHANGELOG     INSTALL          ScrumPy      Ubuntu18.py
   8 config.txt    install_conf.py  ScrumPy.e4p  Ubuntu20.py
   9 debian10.py   install.py       synfromin    Ubuntu22.py
  10 mark@CSMG-WS3:~/ScrumPy/11190523$

None: Meetings/Barcelona2023/ScrumPyInstall (last edited 2023-05-19 14:24:04 by mark)