|
Size: 434
Comment:
|
Size: 1182
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| Now open a shell (aka terminal) window and locate the file you just downloaded. Depending on the linux distribution you are usingit will be in either your home directory or in the 'Downloads" directory. | 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: {{{#!highlight bash mark@CSMG-WS3:~$ ls bin Desktop Downloads print tmp Computing doc model ScrumPy-Innotargets.tgz mark@CSMG-WS3:~$ mkdir ScrumPy mark@CSMG-WS3:~$ mv ScrumPy-Innotargets.tgz ScrumPy mark@CSMG-WS3:~$ cd ScrumPy/ mark@CSMG-WS3:~/ScrumPy$ tar zxf ScrumPy-Innotargets.tgz mark@CSMG-WS3:~/ScrumPy$ cd 11190523/ mark@CSMG-WS3:~/ScrumPy/11190523$ ls BuildLibs.py debian11.py LICENSE syntoin Update.py BuildRel.py debian8.py README Ubuntu16.py CHANGELOG INSTALL ScrumPy Ubuntu18.py config.txt install_conf.py ScrumPy.e4p Ubuntu20.py debian10.py install.py synfromin Ubuntu22.py 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
4 mark@CSMG-WS3:~$ mkdir ScrumPy
5 mark@CSMG-WS3:~$ mv ScrumPy-Innotargets.tgz ScrumPy
6 mark@CSMG-WS3:~$ cd ScrumPy/
7 mark@CSMG-WS3:~/ScrumPy$ tar zxf ScrumPy-Innotargets.tgz
8 mark@CSMG-WS3:~/ScrumPy$ cd 11190523/
9 mark@CSMG-WS3:~/ScrumPy/11190523$ ls
10 BuildLibs.py debian11.py LICENSE syntoin Update.py
11 BuildRel.py debian8.py README Ubuntu16.py
12 CHANGELOG INSTALL ScrumPy Ubuntu18.py
13 config.txt install_conf.py ScrumPy.e4p Ubuntu20.py
14 debian10.py install.py synfromin Ubuntu22.py
15 mark@CSMG-WS3:~/ScrumPy/11190523$