You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/installation.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,9 +130,7 @@ When the domain is asked during installation, enter the domain name that will ru
130
130
131
131
### Windows
132
132
133
-
* Install cygwin (http://cygwin.com/install.html). When cygwin asks which
134
-
packages to install, select Python, MySql, and google-api-client. If you
135
-
already have cygwin installed, you must run its setup file to install the new packages. Make sure the dropdown menu is set to Full, so you can all packages. To select one, click skip and it will change to the version number of the package. Use the end of [this](https://www.davidbaumgold.com/tutorials/set-up-python-windows/) tutorial for help on getting cygwin to recognize python.
133
+
* Install cygwin (http://cygwin.com/install.html). When cygwin asks which packages to install, select Python, MySql, and google-api-client. If you already have cygwin installed, you must run its setup file to install the new packages. Make sure the dropdown menu is set to Full, so you can see all packages. To select one, click skip and it will change to the version number of the package. Use the end of [this](https://www.davidbaumgold.com/tutorials/set-up-python-windows/) tutorial for help on getting cygwin to recognize python.
136
134
* Install [WinFsp](https://winfsp.dev/) and [Rclone](https://rclone.org/) from their official websites.
137
135
* Now rclone is a command line program, follow the [official documentation](https://rclone.org/googlecloudstorage/) to mount the google cloud storage bucket, using the service account key file.
138
136
* By default home directory of Cygwin is `C:\cygwin\home\<USERNAME>\` (this can be obtained by running `cygpath -w ~` from cygwin terminal), and assuming `\repository` to be the location of samples to be configured, mount the bucket using rclone at `C:\cygwin\home\<USERNAME>\repository` through the following command using command prompt:
@@ -185,7 +183,7 @@ After the completion of the automated installation of the platform, the followin
- `TestData/` - Directory containing files required for starting a test - runCI files, variables file, tester
187
185
- `TestFiles/` - Directory containing regression test samples
188
-
- `TestResults/` - Direction containing regression test results
186
+
- `TestResults/` - Directory containing regression test results
189
187
- `vm_data/` - Directory containing test-specific subfolders, each folder containing files required for testing to be passed to the VM instance, test files and CCExtractor build artefact.
190
188
191
189
Now for tests to run, we need to download the [CCExtractor testsuite](https://github.com/CCExtractor/ccx_testsuite) release file, extract and put it in the `TestData/ci-linux` and `TestData/ci-windows` folders.
@@ -397,4 +395,4 @@ To setup automated deployments via GitHub workflows, follow these steps:
397
395
- Click on "New repository secret" and setup the following variable:
398
396
- `SSH_KEY_PRIVATE`: Save the contents of the private SSH key file created in the last step as this secret.
399
397
- Also checkout the variables `INSTALL_FOLDER` and `SAMPLE_REPOSITORY` in the [deployment pipeline](/.github/workflows/sp-deployment-pipeline.yml) in case you have configured values other than default.
0 commit comments