Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Development.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# DSOMM

## Development server

- Clone the repo
The DSOMM is based [Angular](https://angular.dev/) and uses npm for package management.
- 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:
```
npm install -g @angular/cli
```
- Clone the DSOMM repo
```
git clone https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel.git
```
Expand All @@ -14,7 +18,7 @@ cd DevSecOps-MaturityModel
```
npm install
```
- Downloads the generated.yaml and put it in the required folder
- **NB!** The DSOMM activities are maintained separately. Download the `generated.yaml` and put it in the required folder
```
curl https://raw.githubusercontent.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/main/src/assets/YAML/generated/generated.yaml -o src/assets/YAML/generated/generated.yaml
```
Expand Down
Loading