# Setup ## Prerequisites - DNS A record for `lichen-markdown.` pointing to `` ## Deploy ```bash abra app new lichen-markdown --server --domain lichen-markdown. --no-input abra app secret generate lichen-markdown. --all -m --no-input abra app deploy lichen-markdown. --chaos --force --no-input ``` ## Environment variables | Variable | Default | Description | |----------|---------|-------------| | `LICHEN_USERNAME` | `admin` | CMS login username | | `LETS_ENCRYPT_ENV` | `production` | `production` or `staging` | | `ENABLE_BACKUPS` | `true` | Enable backupbot | ## Secrets | Secret | Description | |--------|-------------| | `lichen_password` | CMS login password (auto-generated) | ## Accessing the CMS Visit `https://lichen-markdown./admin` and log in with `LICHEN_USERNAME` / `lichen_password`.