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
+73-3Lines changed: 73 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,75 @@ Please refer to the AWS CDK Observability Accelertor [documentation site](https:
26
26
## Usage
27
27
Before proceeding, make sure [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) is installed on your machine.
28
28
29
-
To use the eks-blueprints and patterns module, you must have [Node.js](https://nodejs.org/en/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) installed. You will also use `make` to simplify build and other common actions.
29
+
To use the eks-blueprints and patterns module, you must have [Node.js](https://nodejs.org/en/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) installed. You will also use `make` and `brew` to simplify build and other common actions.
30
+
31
+
### Ubuntu Setup
32
+
Follow the below steps to setup and leverage cdk-aws-observability-accelerator in your Ubuntu Linux machine.
33
+
34
+
1.**Update the package list**
35
+
36
+
Update the package list to ensure you're installing the latest versions.
37
+
38
+
```bash
39
+
sudo apt update
40
+
```
41
+
42
+
2. **Install make**
43
+
44
+
```bash
45
+
sudo apt install make
46
+
```
47
+
48
+
3. **Install Node.js and npm**
49
+
50
+
Install Node.js and npm using the NodeSource binary distributions.
PS: If you are contributing to this repo, please make sure to fork the repo, add your changes and create a PR against it.
76
146
77
-
5. Once you have cloned the repo, you can open it using your favourite IDE and run the below commands to install the dependencies and build the existing patterns.
147
+
2. Once you have cloned the repo, you can open it using your favourite IDE and run the below commands to install the dependencies and build the existing patterns.
0 commit comments