Skip to content

Commit 4b10b81

Browse files
authored
Merge pull request #360 from vbakke/feat/360-install-instructions
Development.md: Add Angualr install instruction
2 parents 7ffd5b8 + 32b28b6 commit 4b10b81

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Development.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# DSOMM
22

33
## Development server
4-
5-
- Clone the repo
4+
The DSOMM is based [Angular](https://angular.dev/) and uses npm for package management.
5+
- If you have not yet installed npm or the Angular command line tools, install them now. First [NodeJS](https://nodejs.org/en/download) (which provides npm), then Angular:
6+
```
7+
npm install -g @angular/cli
8+
```
9+
- Clone the DSOMM repo
610
```
711
git clone https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel.git
812
```
@@ -14,7 +18,7 @@ cd DevSecOps-MaturityModel
1418
```
1519
npm install
1620
```
17-
- Downloads the generated.yaml and put it in the required folder
21+
- **NB!** The DSOMM activities are maintained separately. Download the `generated.yaml` and put it in the required folder
1822
```
1923
curl https://raw.githubusercontent.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/main/src/assets/YAML/generated/generated.yaml -o src/assets/YAML/generated/generated.yaml
2024
```

0 commit comments

Comments
 (0)