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: README.md
+85-24Lines changed: 85 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,53 +73,114 @@ Before you begin, ensure you have the following:
73
73
74
74
Ensure the following tools and files are available on your system:
75
75
76
-
1.**Deno** - runtime required by Spry
77
-
2.**Homebrew (brew)** - package manager for installing dependencies
78
-
3.**Spry** - runbook and SQLPage orchestration engine
79
-
4.**Surveilr** - ingestion and transformation engine
80
-
5.**Qualityfolio Extension** - Visual Studio Code Extension/Cursor IDE Extension which simplifies editing Evidence Block values
76
+
1.**Spry** - runbook and SQLPage orchestration engine
77
+
2.**Surveilr** - ingestion and transformation engine
78
+
3.**Python 3.8+** - primary language for singer taps,only required if using Singer
81
79
82
80
#### 2. Quick Install Commands
83
81
84
82
**For Linux:**
85
83
86
84
```bash
87
-
# 1. Install Deno
88
-
curl -fsSL https://deno.com/install.sh | sh
85
+
# 1. Install Spry
86
+
brew install programmablemd/packages/spry
87
+
```
88
+
89
+
For more details on Spry installation and usage, refer to the [official Spry documentation](https://docs.opsfolio.com/spry/getting-started/installation).
For more details on Surveilr installation and usage, refer to the [official Surveilr documentation](https://docs.opsfolio.com/surveilr/core/installation).
92
97
93
-
# 3. Install Spry
98
+
**For macOS:**
99
+
100
+
```bash
101
+
# 1. Install Spry
94
102
brew install programmablemd/packages/spry
103
+
```
104
+
105
+
For more details on Spry installation and usage, refer to the [official Spry documentation](https://docs.opsfolio.com/spry/getting-started/installation).
106
+
107
+
```bash
108
+
# 2. Install Surveilr
109
+
brew tap surveilr/tap && brew install surveilr
110
+
```
111
+
112
+
For more details on Surveilr installation and usage, refer to the [official Surveilr documentation](https://docs.opsfolio.com/surveilr/core/installation).
113
+
114
+
#### 3. Install Qualityfolio Extension (for Visual Studio Code/Cursor IDE)
115
+
116
+
To install Qualityfolio extension, download and install the pre-packaged extension for Visual Studio Code or Cursor IDE from the links below:
0 commit comments