This is the master installation file for GovA11y. You should be able to start this all easily from a the CLI.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Docker
-
Rename
.env_template
to.env
and configure accordingly. -
Launch Docker Compose
docker compose up -d
-
Setup Hasura
- Go to http://localhost:7051 and login with the
HASURA_GRAPHQL_ADMIN_SECRET
variable you set earlier. - Connect the Postgres Database
- Go to http://localhost:7051/console/data/v2/manage/database/add?driver=postgres
- Select
Connection Parameters
- Enter the
POSTGRES_USER
andPOSTGRES_PASSWORD
you set earlier. - Click Connect
- Go to http://localhost:7051 and login with the