diff --git a/setup.bash b/setup.bash index 7a85aeaf27152c62486746f7d634f1e5ffd69404..94eb5276049dc498685fc17a74f880cc2b42dc3f 100644 --- a/setup.bash +++ b/setup.bash @@ -1,15 +1,8 @@ #!/bin/bash yum update -y -yum install cowsay java-1.8.0-openjdk* -y yum install httpd -y service httpd start chkconfig httpd on -# next, add the extra disk space -mkfs -t ext4 /dev/xvdf -mkdir /space -mount /dev/xvdf /space - - -wget https://XXXXX.appspot.com/cacheavoid/hello.py -P /var/www/cgi-bin -chmod +x /var/www/cgi-bin/hello.py +wget https://gitlab.surrey.ac.uk/js03432/cloud-computing-cw/-/blob/main/val_sim.py-P /var/www/cgi-bin +chmod +x /var/www/cgi-bin/val_sim.py