diff --git a/docs/platform/tutorials/computer-vision/get-project.md b/docs/platform/tutorials/computer-vision/get-project.md index 3a7639c2..2526146f 100644 --- a/docs/platform/tutorials/computer-vision/get-project.md +++ b/docs/platform/tutorials/computer-vision/get-project.md @@ -21,6 +21,12 @@ The key ideas on this page: * Pipeline view of project * Synchronizing an environment +## Watch a video + +This video shows you how to fork the template project and create your project in Quix: + +
+ ## Fork the project repository Quix provides the computer vision template project as a [public GitHub repository](https://github.com/quixio/computer-vision-demo){target="_blank"}. If you want to use this template as a starting point for your own project, then the best way to accomplish this is to fork the project. Using fork enables you to create a complete copy of the project, but also benefit from future bug fixes and improvements by using the upstream changes. @@ -37,6 +43,8 @@ To fork the repository: ## Create your Quix project +You can watch a video on how to create the project + Now that you have a forked copy of the repository in your GitHub account, you can now link your Quix account to it. Doing this enables you to build and deploy the project in your Quix account, and examine the pipeline much more closely. To link Quix to this forked repository: @@ -86,14 +94,6 @@ Now create an environment called `Tutorial` which uses the `tutorial` branch: 2. Select the `tutorial` branch from the dropdown. - Make sure the branch is protected, as shown in the following screenshot: - - {width=70%} - - !!! tip - - Making a branch protected ensures that developers cannot commit directly into the branch. Developers have to raise pull requests (PRs), which need to be approved before they can be merged into the protected branch. - 3. Click `Continue` and then select the Quix Broker and Standard storage options to complete creation of the environment, and the project. 4. Go to the pipeline view. You will see that Quix is out of sync with the repository. @@ -119,6 +119,10 @@ Create a new secret that contains your TfL API key. Now link that secret to the [Read more about environment variables and secret management](../../how-to/environment-variables.md). +Watch the video: + + + ### Web UI service Note if you just want to try out the UI without performing the following steps, you can do that in the [demo](https://app-demo-computervisiondemo-prod.deployments.quix.ai/){target=_blank}. @@ -129,7 +133,11 @@ Once you have your PAT copied to the clipboard, create a new secret to contain i [Read more about environment variables and secret management](../../how-to/environment-variables.md). -Other optional services may require similar configuration, for example, the Quix Amazon S3 connector service requires your S3 credentials if you want to use it. +Watch the video: + + + +#### Google Maps API key When testing the UI you see "For development purposes only" displayed on the map. Optionally, if you have a Google Maps API key, you can avoid this. @@ -139,6 +147,10 @@ To add your own Google Maps API key you need to edit `src/app/app.module.ts` and AgmCoreModule.forRoot({apiKey: '