Skip to content

Commit

Permalink
Updated readme and How-To.docx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslalom committed Feb 14, 2020
1 parent 1211e68 commit c8ee76f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
17 changes: 6 additions & 11 deletions README.md
Expand Up @@ -75,29 +75,24 @@ Please ensure that you have at least the **minimum** recommended versions

#### 1. Clone the repository

- Clone the repository using one of the following commands
- Clone the repository using the following commands:
```bash
git clone https://github.com/mkslalom/standards-mapping.git
```
or
```bash
git clone git@github.com:mkslalom/standards-mapping.git
git clone https://github.com/microsoft/data-protection-mapping-project
```
- Select the created directory
```bash
cd standards-mapping
cd data-protection-mapping-project
```

#### 2. Install packages

- Install the packages
- Install the Angular CLI and the project dependency packages:

```bash
npm install -g @angular/cli
npm install
```

(Temporary note from Matt. You may need to install Angular CLI separately: npm install -g @angular/cli)

#### 3. Build and run

- Run the dev server
Expand All @@ -108,7 +103,7 @@ Please ensure that you have at least the **minimum** recommended versions
#### 4. Open app in web browser

- Navigate your browser to:
http://localhost:4200/dashboard
http://localhost:4200


# MIT License
Expand Down
13 changes: 9 additions & 4 deletions src/app/dialogs/howto-dialog.component.html
@@ -1,14 +1,19 @@
<h2 mat-dialog-title>How to use this site</h2>
<mat-dialog-content class="mat-typography">
<h2>Documenation:</h2>
<a href="https://msftcela.blob.core.windows.net/msft-cela/Microsoft-Slalom%20Regulation%20Mapping%20App%20Overview.docx?sp=r&st=2019-09-03T17:45:37Z&se=2020-09-04T01:45:37Z&spr=https&sv=2018-03-28&sig=%2FA3MxfEMZQxkp0hmthV4q8Z4q6yGKTDm9fMuXwDubvY%3D&sr=b">Download</a>
<h2> </h2>


<!--FILEPATH IS CASE SENSITIVE-->
<a href="/assets/How-To.docx">How-To.docx</a>
<h2> </h2><!--Leave some vertical space-->

<h2>App Interface:</h2>
<div>Videos Coming soon.</div>

<!--<h2>App Interface:</h2>
<video width="560" height="315" src="https://msftcela.blob.core.windows.net/msft-cela/Standards-mapping%20App%20Demo.mp4?sp=r&st=2019-09-03T17:46:10Z&se=2020-09-04T01:46:10Z&spr=https&sv=2018-03-28&sig=3N96k%2BHMKA2eVPF2nz6FVNiQ7Co68ViKspTiuIqd14k%3D&sr=b" frameborder="0" allowfullscreen controls></video>
<h2>Data Ingestion:</h2>
<video width="560" height="315" src="https://msftcela.blob.core.windows.net/msft-cela/Dev%20Tools.mp4?sp=r&st=2019-09-03T17:44:27Z&se=2020-09-04T01:44:27Z&spr=https&sv=2018-03-28&sig=FFeTfhs7bYOtxw6p2YwRPQTvdgraWWZumvGzYHeCZyU%3D&sr=b" frameborder="0" allowfullscreen controls></video>
<video width="560" height="315" src="https://msftcela.blob.core.windows.net/msft-cela/Dev%20Tools.mp4?sp=r&st=2019-09-03T17:44:27Z&se=2020-09-04T01:44:27Z&spr=https&sv=2018-03-28&sig=FFeTfhs7bYOtxw6p2YwRPQTvdgraWWZumvGzYHeCZyU%3D&sr=b" frameborder="0" allowfullscreen controls></video>-->
</mat-dialog-content>
<mat-dialog-actions align="end">
<!--<button mat-button mat-dialog-close>Cancel</button>-->
Expand Down
Binary file added src/assets/How-To.docx
Binary file not shown.

0 comments on commit c8ee76f

Please sign in to comment.