From: Damian Myrda Date: Sat, 7 Sep 2024 19:52:05 +0000 (-0500) Subject: Update README and remove useless files X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=457dd7e531f7dd15b295381ab028c84e7e4e6ab2;p=p8d.git Update README and remove useless files --- diff --git a/README.md b/README.md index 45db882..a51f343 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,6 @@ This is my website located at prime8.dev -## installing - -You can use `setup.sh` to update your system and download any necessary dependencies. In addition, it will automatically set up SSL for you. - -## setup - -ssl should be already set up from the install phase, but you can rerun it using the `ssl.sh` script. - ## running Run `docker compose up -d` to start up all the services in the background. You can stop them by running `docker compose down`. diff --git a/setup.sh b/setup.sh deleted file mode 100755 index 7d1fbe8..0000000 --- a/setup.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# packages -apt update -y && apt upgrade -y - -# ssl -apt install -y certbot -./ssl.sh - -# docker -docker compose build - -# apply all updates -reboot diff --git a/ssl.sh b/ssl.sh deleted file mode 100755 index 0c828d8..0000000 --- a/ssl.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -certbot certonly --standalone -d "prime8.dev,mail.prime8.dev" --agree-tos --force-renewal