Installing ScrumPy
Pre-requisite:
These instructions assume that you have successfully installed WSL or a virtual machine, as described in the pre-arrival instructions. If for some reason this hasn't been possible, please consult one of the instructors.
Downloading the software:
Open a shell in your linux environment
Create a directory into which we will download the ScrumPy source-code:
1 $ mkdir ScrumPyInstall
and make this directory your current working directory:
1 $ cd ScrumPyInstall
Now we can download the source-code archive:
1 ScrumPyInstall$ wget https://gitlab.com/MarkPoolman/scrumpy/-/archive/master/scrumpy-master.tar.gz
and then unpack it:
1 ScrumPyInstall$ tar zxf scrumpy-master.tar.gz
Check that it's worked:
1 ScrumPyInstall$ ls
2 scrumpy-master.tar.gz
3 mark@Ryzen7-1:~/ScrumPyInstall$ tar zxf scrumpy-master.tar.gz
4 mark@Ryzen7-1:~/ScrumPyInstall$ ls
5 scrumpy-master scrumpy-master.tar.gz
6 mark@Ryzen7-1:~/ScrumPyInstall$ ls scrumpy-master
7 BuildLibs.py debian11.py install_conf.py ScrumPy testing Update.py
8 BuildRel.py debian12.py install.py ScrumPy.e4p Ubuntu20.py
9 CHANGELOG Fedora38.py LICENSE synfromin Ubuntu22.py
10 config.txt INSTALL README
Installing the Software
Or, if you are already familiar with git:
1 $ wget https://gitlab.com/MarkPoolman/scrumpy/-/archive/master/scrumpy-master.tar.gz