diff --git a/index.html b/index.html new file mode 100644 index 0000000..d01f779 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file diff --git a/init_server.sh b/init_server.sh new file mode 100644 index 0000000..43ff0b4 --- /dev/null +++ b/init_server.sh @@ -0,0 +1,19 @@ +#!/bin/bash +sudo apt update +sudo apt upgrade -y +sudo apt install apache2 php +sudo chown -R ubuntu:ubuntu /var/www/html +rm /var/www/html/index.html +echo " + + + + + + PHP Info + + + + + +" > /var/www/html/index.php \ No newline at end of file