Web based form integrated with Akvo Flow
- Docker > v19
- Docker Compose > v2.1
- Docker Sync 0.7.1
The application requires FLOW_SERVICE_URL
environment variable to be available
export FLOW_SERVICE_URL={url to the flow service test instance}
docker volume create akvo-webform-docker-sync
./dc.sh up -d
The app should be running at: localhost:3000
The deployement scripts requires a token from zulip to send messages to the channel.
export ZULIP_TOKEN="YOURTOKENHERE"
ci/promote-test-to-prod.sh