# HedgeDoc — First-Time Setup ## Prerequisites - DNS: `hedgedoc.` must resolve to the server ## Steps 1. **Create the app:** ```bash abra app new hedgedoc --server --domain hedgedoc. --no-input ``` 2. **Generate secrets:** ```bash abra app secret generate hedgedoc. --all -m --no-input ``` Save output to `recipe-info/testsecrets/hedgedoc.`. 3. **Deploy:** ```bash abra app deploy hedgedoc. --chaos --force --no-input ``` 4. **Verify:** curl `https://hedgedoc.` returns HTTP 200.