/ README.md
README.md
 1  # PDS, standalone setup
 2  
 3  This is just a set of notes for setting up a PDS docker in the leanest way
 4  possible, while still maintaining the functionality.
 5  
 6  Setup by running `./setup.sh` like this:
 7  
 8      ./setup.sh /opt/pds pds.example.com admin@example.com
 9  
10  The first argument will be the root directory of your PDS.
11  The second argument should be your PDS hostname.
12  The third argument should be your admin email.
13  
14  See https://github.com/bluesky-social/pds for BlueSky's installer.