brave-secretary-84994
03/01/2023, 7:42 PM./gradlew build and installing the local datahub cli to my $PATH using the commands listed on the page, I am receiving an error indicating that I cannot run the quickstart.
Command Attempted: ./gradlew quickstart
Location of Command Attempted: /home/test/datahub (datahub root directory)
Error:
* What went wrong:
Task 'quickstart' not found in root project 'datahub'.
If anyone could assist, I would appreciate it. I've followed the instructions so I'm unclear as to what I am missing.gentle-camera-33498
03/01/2023, 9:16 PMgentle-camera-33498
03/01/2023, 9:16 PMbrave-secretary-84994
03/01/2023, 9:26 PM./gradlew build) to build and package the code. Once the code is compiled, I am running ./gradlew quickstart to deploy the entire system with those included changes to datahub-frontend-react.gentle-camera-33498
03/02/2023, 1:19 AM./gradlew :datahub-frontend:dist -x test -x yarnTest -x yarnLint --parallel
mv ./datahub-frontend/build/distributions/datahub-frontend-*.zip datahub-frontend.zip
DOCKER_BUILDKIT=1 docker build --network host -t <your tag> -f ./docker/datahub-frontend/Dockerfile .brave-secretary-84994
03/02/2023, 4:15 PMcuddly-butcher-39945
03/16/2023, 6:13 PMcuddly-butcher-39945
03/16/2023, 6:34 PMbrave-secretary-84994
03/24/2023, 5:38 PM