···29293030### setup appview
31313232+_less recommended_. this may just not work for you,
3333+i rely more on test suite `cd appview && mix test` for development
3434+and for prod i have my own personal scripts. i am effectively translating
3535+those scripts into english for this readme.
3636+3237first tap for atvouch records:
3338```
3439mkdir tap_atvouch
···4146export TAP_FIREHOSE_PARALLELISM=4
4247export TAP_RESYNC_PARALLELISM=5
4348export TAP_DISABLE_ACKS=false
4444-tap
4949+path/to/tap
4550```
46514752then a second tap for tangled pull records:
···5661export TAP_FIREHOSE_PARALLELISM=4
5762export TAP_RESYNC_PARALLELISM=5
5863export TAP_DISABLE_ACKS=false
5959-tap
6464+path/to/tap
6065```
61666267build and run appview's auth component:
···8186export TAP_PASSWORD="123"
8287export TAP_TANGLED_URI="ws://localhost:2481/channel"
8388export TAP_TANGLED_PASSWORD="123"
8989+9090+# these currently must be the credentials for the bsky account. tangled requires
9191+# a full oauth flow and contact with its appview to create pull requrest comments
8492export TANGLED_BOT_HANDLE="atvouch.dev"
8593export TANGLED_BOT_PASSWORD="...."
8694cd appview