···106106* 80/tcp (Used only for TLS certification verification)
107107* 443/tcp (Used for all application requests)
108108109109-**Note:** there is no need to set up TLS or redirect requests from port 80 to 443 because the Caddy web server, included in the Dockerfile install method, will handle this for you.
109109+**Note:** there is no need to set up TLS or redirect requests from port 80 to 443 because the Caddy web server, included in the Docker compose file, will handle this for you.
110110111111### Configure DNS for your domain
112112···145145curl https://raw.githubusercontent.com/bluesky-social/pds/main/installer.sh > installer.sh
146146```
147147148148-And then run the installer using bash:
148148+And then run the installer using `bash`. You will need `sudo` permissions to continue:
149149150150```bash
151151sudo bash installer.sh
152152```
153153154154-You will need `sudo` permissions to continue. The install script is interactive and will prompt for input during the install process. You will need to provide your public DNS address, an admin email address (which does not need to be from the same domain), and be prompted to create a PDS user account with its own email address and handle. If you plan to reuse an existing AT handle, you can skip user account creation, though if it is your first time deploying a PDS you may want to create an account using your domain like `account.your-domain.net` for testing purposes.
154154+The install script is interactive and will prompt for input during the install process. You will need to provide your public DNS address, an admin email address (which does not need to be from the same domain), and be prompted to create a PDS user account with its own email address and handle. If you plan to reuse an existing AT handle, you can skip user account creation, though if it is your first time deploying a PDS you may want to create an account using your domain like `account.your-domain.net` for testing purposes.
155155156156Upon completion of a successful installation, you'll receive output similar to the following:
157157