diff --git a/m-labs-intl/setup.sh b/m-labs-intl/setup.md similarity index 97% rename from m-labs-intl/setup.sh rename to m-labs-intl/setup.md index 5932913..c38ac09 100644 --- a/m-labs-intl/setup.sh +++ b/m-labs-intl/setup.md @@ -1,5 +1,6 @@ -#!/usr/bin/env bash +# Setup m-labs-intl.com server +```shell apt install git nginx-full python3 python3.12-venv python3-pip postfix opendkim opendkim-tools snap install --classic certbot ln -s /snap/bin/certbot /usr/bin/certbot @@ -60,3 +61,4 @@ opendkim-genkey -t -s mail -d m-labs-intl.com cp mail.private /etc/postfix/dkim.key service opendkim restart service postfix restart +``` \ No newline at end of file